debugger: fall back to instructionwise stepping when debuginfo for frame is

missing
This commit is contained in:
hjk
2010-02-01 16:14:57 +01:00
parent 93876009e5
commit ecd475c903
7 changed files with 93 additions and 21 deletions

View File

@@ -83,12 +83,14 @@ public:
explicit DisassemblerViewAgent(DebuggerManager *manager);
~DisassemblerViewAgent();
void setFrame(const StackFrame &frame);
void setFrame(const StackFrame &frame, bool tryMixed = true);
const StackFrame &frame() const;
void resetLocation();
Q_SLOT void setContents(const QString &contents);
QString address() const;
bool contentsCoversAddress(const QString &contents) const;
void cleanup();
bool isMixed() const;
private:
DisassemblerViewAgentPrivate *d;