debugger: make attach to running process stop the process (again)

This commit is contained in:
hjk
2010-11-23 12:31:47 +01:00
parent 7812c958fa
commit 0d3ca6da16
3 changed files with 34 additions and 23 deletions

View File

@@ -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);