forked from qt-creator/qt-creator
debugger: adjust to profile changes
This replaces the debugger command, sysroot and target abi fields with a profile id. Change-Id: I831c42ff8624fcfa520c2f28f6f06d73191b2680 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
@@ -53,7 +53,6 @@ public:
|
||||
explicit DisassemblerAgent(DebuggerEngine *engine);
|
||||
~DisassemblerAgent();
|
||||
|
||||
void setTryMixed(bool on);
|
||||
void setLocation(const Location &location);
|
||||
const Location &location() const;
|
||||
void scheduleResetLocation();
|
||||
|
||||
Reference in New Issue
Block a user