This patch adds support for CLI command in lldb-mi. It's useful ability which also was implemented in gdb.
All tests pass on OS X.
Paths
| Differential D8483
Add support for CLI commands in lldb-mi ClosedPublic Authored by ki.stfu on Mar 20 2015, 8:23 AM.
Details Summary This patch adds support for CLI command in lldb-mi. It's useful ability which also was implemented in gdb. All tests pass on OS X.
Diff Detail Event Timelineki.stfu updated this object. Comment Actions I have no problem with supporting CLI commands, but given that lldb & gdb have very different command syntaxes, it doesn't seem very useful to do this unless you have some way to tell your clients that they are typing lldb and not gdb commands. I'm not opposing this patch, but you really need to add something to the MI capability command to say you are lldb not gdb... This revision is now accepted and ready to land.Mar 24 2015, 9:40 AM
Revision Contents
Diff 22348 test/tools/lldb-mi/interpreter/TestMiCliSupport.py
tools/lldb-mi/MIDriver.h
tools/lldb-mi/MIDriver.cpp
|