Debugger: GDB: Append debug-file-location

Now the debug-file-location will not be replaced, but enhanced when new debug-file-locations are defined.

Change-Id: Ibabcd5814f281e5e378b29abcee1ac646b01cdcd
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
David Schulz
2012-05-10 16:22:06 +02:00
committed by hjk
parent 84b4b52aed
commit 12e7c26291
3 changed files with 24 additions and 2 deletions

View File

@@ -281,6 +281,8 @@ private: ////////// Gdb Process Management //////////
// This notifies the base of a successful inferior setup.
void finishInferiorSetup();
void handleDebugInfoLocation(const GdbResponse &response);
// The adapter is still running just fine, but it failed to acquire a debuggee.
void notifyInferiorSetupFailed(const QString &msg);