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:
Orgad Shaneh
2018-07-19 19:48:44 +03:00
committed by Orgad Shaneh
parent 522ba30897
commit edc4ba10d5
2 changed files with 13 additions and 4 deletions

View File

@@ -403,6 +403,7 @@ private: ////////// General Interface //////////
void shutdownEngine() final;
void interruptInferior2();
QChar mixedDisasmFlag() const;
// Plain
void handleExecRun(const DebuggerResponse &response);