forked from qt-creator/qt-creator
CDB: Fixed thread handling, added dumping of string types in case of crashes.
This commit is contained in:
@@ -115,7 +115,7 @@ struct CdbDebugEnginePrivate
|
||||
|
||||
bool isDebuggeeRunning() const { return m_watchTimer != -1; }
|
||||
void handleDebugEvent();
|
||||
void updateThreadList();
|
||||
ULONG updateThreadList();
|
||||
void updateStackTrace();
|
||||
void updateModules();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user