-
- Downloads
Debugger: Consolidate some GDB-through-Python interaction
Instead of calling a GDB extension command invoking a function
on the well-known Dumper instance, call the Dumper function
directly. This also makes the code more similar to the LLDB side.
Change-Id: I4b23177eb72a904721b63c578ce7fbfe204f02a2
Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
Showing
- share/qtcreator/debugger/dumper.py 2 additions, 1 deletionshare/qtcreator/debugger/dumper.py
- share/qtcreator/debugger/gdbbridge.py 4 additions, 30 deletionsshare/qtcreator/debugger/gdbbridge.py
- share/qtcreator/debugger/lldbbridge.py 0 additions, 4 deletionsshare/qtcreator/debugger/lldbbridge.py
- src/plugins/debugger/gdb/gdbengine.cpp 12 additions, 5 deletionssrc/plugins/debugger/gdb/gdbengine.cpp
- src/plugins/debugger/lldb/lldbengine.cpp 1 addition, 1 deletionsrc/plugins/debugger/lldb/lldbengine.cpp
Loading
Please register or sign in to comment