forked from qt-creator/qt-creator
debugger: prepare naive handling of multiple inferiors
Change-Id: I2ea81b1a9407ae7e5045aadf43b0c2d971fc615b Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -655,6 +655,9 @@ private: ////////// View & Data Stuff //////////
|
||||
void handleDebuggingHelperVersionCheckClassic(const GdbResponse &response);
|
||||
void handleDetach(const GdbResponse &response);
|
||||
|
||||
void handleThreadGroupCreated(const GdbMi &result);
|
||||
void handleThreadGroupExited(const GdbMi &result);
|
||||
|
||||
Q_SLOT void createFullBacktrace();
|
||||
void handleCreateFullBacktrace(const GdbResponse &response);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user