forked from qt-creator/qt-creator
debugger: introduce the concept of a 'Location', used by gotoLocation
This commit is contained in:
@@ -51,9 +51,7 @@ public:
|
||||
void handleRemoteSetupDone(int port);
|
||||
void handleRemoteSetupFailed(const QString &message);
|
||||
|
||||
void gotoLocation(const QString &fileName, int lineNumber, bool setMarker);
|
||||
void gotoLocation(const StackFrame &frame, bool setMarker);
|
||||
|
||||
void gotoLocation(const Location &location);
|
||||
void pauseConnection();
|
||||
|
||||
public slots:
|
||||
|
||||
Reference in New Issue
Block a user