CDB: Make disassembly work.

This commit is contained in:
Friedemann Kleint
2009-08-18 09:59:15 +02:00
parent 1e7cee620b
commit 5b6ab144c6
4 changed files with 65 additions and 19 deletions

View File

@@ -146,6 +146,8 @@ struct CdbDebugEnginePrivate
QStringList symbolPaths() const;
bool setSymbolPaths(const QStringList &s, QString *errorMessage);
bool setCodeLevel();
const QSharedPointer<CdbOptions> m_options;
HANDLE m_hDebuggeeProcess;
HANDLE m_hDebuggeeThread;