Add language option in -gdb-show command + test:
$ bin/lldb-mi ~/p/hello [...] b main [...] r [...] (gdb) -gdb-show language ^done,value="c++" (gdb) quit
Paths
| Differential D9279
Add language option in -gdb-show command (MI) ClosedPublic Authored by ki.stfu on Apr 25 2015, 11:51 PM.
Details Summary Add language option in -gdb-show command + test: $ bin/lldb-mi ~/p/hello [...] b main [...] r [...] (gdb) -gdb-show language ^done,value="c++" (gdb) quit
Diff Detail Event Timelineki.stfu updated this object. This revision is now accepted and ready to land.Apr 27 2015, 9:46 AM
Revision Contents
Diff 24545 include/lldb/API/SBDefines.h
include/lldb/API/SBLanguageRuntime.h
scripts/Python/build-swig-Python.sh
scripts/Python/buildSwigPython.py
scripts/interface/SBLanguageRuntime.i
scripts/lldb.swig
source/API/CMakeLists.txt
source/API/SBLanguageRuntime.cpp
test/tools/lldb-mi/TestMiGdbSetShow.py
tools/lldb-mi/MICmdCmdGdbShow.h
tools/lldb-mi/MICmdCmdGdbShow.cpp
|