This is an archive of the discontinued LLVM Phabricator instance.

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 Timeline

ki.stfu updated this revision to Diff 24438.Apr 25 2015, 11:51 PM
ki.stfu retitled this revision from to Add language option in -gdb-show command (MI).
ki.stfu updated this object.
ki.stfu edited the test plan for this revision. (Show Details)
ki.stfu added subscribers: abidh, clayborg, granata.enrico and 2 others.
ki.stfu updated this revision to Diff 24439.Apr 26 2015, 12:49 AM

Add SBLanguageRuntime to SWIG

clayborg accepted this revision.Apr 27 2015, 9:46 AM
clayborg edited edge metadata.

Looks good.

This revision is now accepted and ready to land.Apr 27 2015, 9:46 AM
ki.stfu updated this revision to Diff 24545.Apr 28 2015, 5:52 AM
ki.stfu edited edge metadata.

Rebase against ToT

ki.stfu closed this revision.Apr 28 2015, 5:54 AM