debugger: make location markers engine-specific

This commit is contained in:
hjk
2010-12-14 12:21:29 +01:00
parent d31fcda258
commit b90bb97fa9
7 changed files with 93 additions and 101 deletions

View File

@@ -93,11 +93,6 @@ public:
// void runTest(const QString &fileName);
virtual void showMessage(const QString &msg, int channel, int timeout = -1) = 0;
virtual void gotoLocation(const QString &fileName, int lineNumber = -1,
bool setMarker = false) = 0;
virtual void resetLocation() = 0;
virtual void removeLocationMark() = 0;
virtual bool isReverseDebugging() const = 0;
virtual void runControlStarted(DebuggerEngine *engine) = 0;