forked from qt-creator/qt-creator
Fixes: Error logging, polish attach remote dialog
This commit is contained in:
committed by
unknown
parent
cb2cce5139
commit
355f44fe8f
@@ -62,6 +62,8 @@ struct CdbDebugEnginePrivate
|
||||
explicit CdbDebugEnginePrivate(const DebuggerEngineLibrary &lib, DebuggerManager *parent, CdbDebugEngine* engine);
|
||||
~CdbDebugEnginePrivate();
|
||||
|
||||
void setDebuggeeHandles(HANDLE hDebuggeeProcess, HANDLE hDebuggeeThread);
|
||||
|
||||
bool isDebuggeeRunning() const { return m_watchTimer != -1; }
|
||||
void handleDebugEvent();
|
||||
void updateThreadList();
|
||||
|
||||
Reference in New Issue
Block a user