CDB: Fixed thread handling, added dumping of string types in case of crashes.

This commit is contained in:
Friedemann Kleint
2009-07-24 16:05:46 +02:00
parent 403c344c4b
commit 8b8bf42fbb
9 changed files with 348 additions and 56 deletions

View File

@@ -115,7 +115,7 @@ struct CdbDebugEnginePrivate
bool isDebuggeeRunning() const { return m_watchTimer != -1; }
void handleDebugEvent();
void updateThreadList();
ULONG updateThreadList();
void updateStackTrace();
void updateModules();