debugger: re-adjust 'moved' breakpoints after debugging finished

This commit is contained in:
hjk
2010-07-20 11:15:21 +02:00
parent e63253737c
commit 40bb503219
3 changed files with 12 additions and 4 deletions

View File

@@ -112,6 +112,9 @@ public:
void setMarkerLineNumber(int lineNumber);
int markerLineNumber() const { return m_markerLineNumber; }
bool isSetByFunction() const { return !funcName.isEmpty(); }
bool isSetByFileAndLine() const { return !fileName.isEmpty(); }
private:
// Taken from either user input or gdb responses.
QString m_markerFileName; // Used to locate the marker.