llvm-project/lldb/scripts
Ilia K 7f83624222 Add language option in -gdb-show command (MI)
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
```

Test Plan: ./dotest.py -v --executable $BUILDDIR/bin/lldb tools/lldb-mi/

Reviewers: abidh, granata.enrico, jingham, clayborg

Reviewed By: clayborg

Subscribers: lldb-commits, jingham, granata.enrico, clayborg, abidh

Differential Revision: http://reviews.llvm.org/D9279

llvm-svn: 235983
2015-04-28 12:51:16 +00:00
..
Python Add language option in -gdb-show command (MI) 2015-04-28 12:51:16 +00:00
interface Add language option in -gdb-show command (MI) 2015-04-28 12:51:16 +00:00
CMakeLists.txt Start to share SWIG interface files between languages. 2015-04-24 00:38:53 +00:00
Makefile
build-lldb-llvm-clang
build-llvm.pl
build-swig-wrapper-classes.sh
buildSwigWrapperClasses.py Start to share SWIG interface files between languages. 2015-04-24 00:38:53 +00:00
buildbot.py
checkpoint-llvm.pl
disasm-gdb-remote.pl
finish-swig-wrapper-classes.sh
finishSwigWrapperClasses.py Start to share SWIG interface files between languages. 2015-04-24 00:38:53 +00:00
generate-vers.pl
install-lldb.sh
install_custom_python.py Making linking against Python simpler on Windows. 2015-04-10 22:58:56 +00:00
lldb.swig Add language option in -gdb-show command (MI) 2015-04-28 12:51:16 +00:00
package-clang-headers.py If constructed llvm_build_dir doesn't exist, retry as an iphoneos path. 2015-02-21 06:13:51 +00:00
sed-sources
shush Several improvements to the shush script 2015-01-16 23:16:22 +00:00
utilsArgsParse.py Remove non-standard Environment header section 2015-03-23 17:57:42 +00:00
utilsDebug.py Remove non-standard Environment header section 2015-03-23 17:57:42 +00:00
utilsOsType.py
verify_api.py