diff options
author | hjk <hjk@qt.io> | 2020-05-25 11:15:07 +0200 |
---|---|---|
committer | hjk <hjk@qt.io> | 2020-05-25 10:01:03 +0000 |
commit | 14666c801aeaa4a7b12ed43e33f50e71f4345269 (patch) | |
tree | c9b0e29ce0b8006e36cdc47b49bcbd497ed5c2f2 /src/plugins | |
parent | 4ecb87f2f99b52dbd0f5b000ea845e4690bdfe1e (diff) | |
download | qt-creator-14666c801aeaa4a7b12ed43e33f50e71f4345269.tar.gz |
Debugger: Drop 'set print object on' for GDB
This does not seem to affect the code paths we are using through
Python.
Task-number: QTCREATORBUG-23965
Change-Id: I2e20d6d3c1937d56293e81b74c453e83a92ddc4c
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/debugger/gdb/gdbengine.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/debugger/gdb/gdbengine.cpp b/src/plugins/debugger/gdb/gdbengine.cpp index 0fadcc150a..c1cb8c7bad 100644 --- a/src/plugins/debugger/gdb/gdbengine.cpp +++ b/src/plugins/debugger/gdb/gdbengine.cpp @@ -3637,7 +3637,6 @@ void GdbEngine::setupEngine() //runCommand("define hookpost-stop\nprint 5\nend"); //runCommand("define hook-call\nprint 6\nend"); //runCommand("define hookpost-call\nprint 7\nend"); - runCommand({"set print object on"}); //runCommand("set step-mode on"); // we can't work with that yes //runCommand("set exec-done-display on"); //runCommand("set print pretty on"); |