forked from qt-creator/qt-creator
GDB: Fix display of disassembly with optimizations
/m flag is deprecated since 7.11. Use /s instead. See https://sourceware.org/gdb/onlinedocs/gdb/Machine-Code.html Change-Id: Ie056bcf598da30976fca1622bc98eeb79a73f8e1 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
522ba30897
commit
edc4ba10d5
@@ -403,6 +403,7 @@ private: ////////// General Interface //////////
|
||||
void shutdownEngine() final;
|
||||
|
||||
void interruptInferior2();
|
||||
QChar mixedDisasmFlag() const;
|
||||
|
||||
// Plain
|
||||
void handleExecRun(const DebuggerResponse &response);
|
||||
|
||||
Reference in New Issue
Block a user