forked from qt-creator/qt-creator
debugger: fix vanishing location mark in disassembler mode
Task-number: QTCREATORBUG-4157
This commit is contained in:
@@ -57,6 +57,7 @@ public:
|
||||
void setTryMixed(bool on);
|
||||
void setLocation(const Location &location);
|
||||
const Location &location() const;
|
||||
void scheduleResetLocation();
|
||||
void resetLocation();
|
||||
void setContents(const DisassemblerLines &contents);
|
||||
void updateLocationMarker();
|
||||
|
||||
Reference in New Issue
Block a user