Add expanding of symbols.

This commit is contained in:
Friedemann Kleint
2009-03-27 17:19:39 +01:00
parent 1f869cb5c9
commit b3f620e514
5 changed files with 391 additions and 140 deletions

View File

@@ -79,6 +79,7 @@ struct CdbDebugEnginePrivate
void handleDebugOutput(const char* szOutputString);
void handleBreakpointEvent(PDEBUG_BREAKPOINT pBP);
void cleanStackTrace();
CdbSymbolGroupContext *getStackFrameSymbolGroupContext(int frameIndex, QString *errorMessage) const;
HANDLE m_hDebuggeeProcess;
HANDLE m_hDebuggeeThread;
@@ -98,6 +99,7 @@ struct CdbDebugEnginePrivate
DebuggerManager *m_debuggerManager;
IDebuggerManagerAccessForEngines *m_debuggerManagerAccess;
CdbStackTraceContext *m_currentStackTrace;
bool m_firstActivatedFrame;
DebuggerStartMode m_mode;
Core::Utils::ConsoleProcess m_consoleStubProc;