forked from qt-creator/qt-creator
debugger: make attach to running process stop the process (again)
This commit is contained in:
@@ -278,6 +278,7 @@ private: ////////// Gdb Output, State & Capability Handling //////////
|
||||
void handleResponse(const QByteArray &buff);
|
||||
void handleStopResponse(const GdbMi &data);
|
||||
void handleResultRecord(GdbResponse *response);
|
||||
void handleStop0(const GdbMi &data);
|
||||
void handleStop1(const GdbResponse &response);
|
||||
void handleStop1(const GdbMi &data);
|
||||
StackFrame parseStackFrame(const GdbMi &mi, int level);
|
||||
|
||||
Reference in New Issue
Block a user