forked from qt-creator/qt-creator
debugger: move ModulesHandler from DebuggerManager to DebuggerRunControl
This commit is contained in:
@@ -48,6 +48,7 @@ namespace Debugger {
|
||||
class DebuggerManager;
|
||||
|
||||
namespace Internal {
|
||||
class IDebuggerEngine;
|
||||
class BreakHandler;
|
||||
class ModulesHandler;
|
||||
class RegisterHandler;
|
||||
@@ -147,6 +148,10 @@ public:
|
||||
Internal::WatchHandler *watchHandler() const;
|
||||
Internal::SnapshotHandler *snapshotHandler() const;
|
||||
|
||||
void cleanup();
|
||||
void startDebugger(Internal::IDebuggerEngine *engine);
|
||||
Internal::IDebuggerEngine *engine();
|
||||
|
||||
signals:
|
||||
void stopRequested();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user