debugger: prepare removal of plugin()->updateState(this);

This commit is contained in:
hjk
2010-10-27 14:21:33 +02:00
parent fdc35465ed
commit ab967902d8
3 changed files with 20 additions and 8 deletions

View File

@@ -152,7 +152,7 @@ public:
void initializeFromTemplate(DebuggerEngine *other);
virtual void updateWatchData(const Internal::WatchData &data,
const Internal::WatchUpdateFlags & flags = Internal::WatchUpdateFlags());
const Internal::WatchUpdateFlags & flags = Internal::WatchUpdateFlags());
void startDebugger(DebuggerRunControl *runControl);
virtual bool isSessionEngine() const;
@@ -286,8 +286,11 @@ public:
virtual void gotoLocation(const Internal::StackFrame &frame, bool setMarker);
virtual void quitDebugger(); // called by DebuggerRunControl
virtual void updateViews();
signals:
void stateChanged(const DebuggerState &state);
void updateViewsRequested();
protected:
// The base notify*() function implementation should be sufficient