process interruption improvements

rely on the inferior's pid being available. consequently, remove the
bizarre findChild stuff.
This commit is contained in:
Oswald Buddenhagen
2009-03-05 14:00:19 +01:00
parent 445e409db7
commit 6e118e72a0
3 changed files with 4 additions and 111 deletions

View File

@@ -36,7 +36,6 @@ namespace Debugger {
namespace Internal {
bool interruptProcess(int pID);
bool interruptChildProcess(Q_PID parentPID);
} // Internal
} // GdbDebugger