CDB: Remove "experimental" message, better logging for threads

This commit is contained in:
Friedemann Kleint
2009-09-29 17:33:51 +02:00
parent 88a25204b3
commit cb8830d9af
4 changed files with 38 additions and 15 deletions

View File

@@ -116,6 +116,7 @@ struct CdbDebugEnginePrivate
bool isDebuggeeRunning() const { return m_watchTimer != -1; }
void handleDebugEvent();
ULONG updateThreadList();
bool setCDBThreadId(unsigned long threadId, QString *errorMessage);
void updateStackTrace();
void updateModules();