Fixes: debugger: try to extact pid from 'info threads' on windows

This commit is contained in:
hjk
2009-02-13 17:11:34 +01:00
parent 7c5fa0f06b
commit 373a05af82
2 changed files with 23 additions and 3 deletions

View File

@@ -189,6 +189,7 @@ private:
void handleExecRunToFunction(const GdbResultRecord &response);
void handleInfoShared(const GdbResultRecord &response);
void handleInfoProc(const GdbResultRecord &response);
void handleInfoThreads(const GdbResultRecord &response);
void handleShowVersion(const GdbResultRecord &response);
void handleQueryPwd(const GdbResultRecord &response);
void handleQuerySources(const GdbResultRecord &response);