forked from qt-creator/qt-creator
CDB: Make it possible to kill the cdb...
...when the cdb got hung up. Handle abort like in almost any debugger engine, first kindly ask to quit. If this doesn't work kill the debugger process. Task-number: QTCREATORBUG-13173 Change-Id: I1ddc98b1ffe00342c96d104c16099b500e52bc07 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -84,6 +84,7 @@ public:
|
||||
virtual void runEngine();
|
||||
virtual void shutdownInferior();
|
||||
virtual void shutdownEngine();
|
||||
virtual void abortDebugger();
|
||||
virtual void detachDebugger();
|
||||
virtual void updateWatchData(const WatchData &data,
|
||||
const WatchUpdateFlags & flags = WatchUpdateFlags());
|
||||
|
||||
Reference in New Issue
Block a user