debugger: move ModulesHandler from DebuggerManager to DebuggerRunControl

This commit is contained in:
hjk
2010-06-15 09:13:22 +02:00
parent 83e479824e
commit 69a4ed3255
12 changed files with 164 additions and 110 deletions

View File

@@ -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();