forked from qt-creator/qt-creator
Handle various CDB output windows.
Add modules, threads and register view. Refactor register format code.
This commit is contained in:
@@ -79,14 +79,16 @@ struct CdbDebugEnginePrivate
|
||||
|
||||
bool isDebuggeeRunning() const { return m_watchTimer != -1; }
|
||||
void handleDebugEvent();
|
||||
void updateThreadList();
|
||||
void updateThreadList();
|
||||
void updateStackTrace();
|
||||
bool updateLocals(int frameIndex, WatchHandler *wh, QString *errorMessage);
|
||||
void handleDebugOutput(const char* szOutputString);
|
||||
void updateModules();
|
||||
|
||||
void handleBreakpointEvent(PDEBUG_BREAKPOINT pBP);
|
||||
void cleanStackTrace();
|
||||
void clearForRun();
|
||||
CdbSymbolGroupContext *getStackFrameSymbolGroupContext(int frameIndex, QString *errorMessage) const;
|
||||
void clearDisplay();
|
||||
|
||||
bool interruptInterferiorProcess(QString *errorMessage);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user