forked from qt-creator/qt-creator
debugger: add option to use intel-style disassembly
Change-Id: I549981e8314b52fafe2da387a0bb6312670578fa Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -526,6 +526,8 @@ private: ////////// View & Data Stuff //////////
|
||||
DisassemblerLines parseDisassembler(const GdbResponse &response);
|
||||
DisassemblerLines parseCliDisassembler(const QByteArray &response);
|
||||
DisassemblerLines parseMiDisassembler(const GdbMi &response);
|
||||
void reloadDisassembly();
|
||||
|
||||
|
||||
bool m_disassembleUsesComma;
|
||||
|
||||
@@ -664,7 +666,6 @@ protected:
|
||||
QString tooltipExpression() const;
|
||||
QScopedPointer<GdbToolTipContext> m_toolTipContext;
|
||||
|
||||
|
||||
// For short-circuiting stack and thread list evaluation.
|
||||
bool m_stackNeeded;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user