[lldb-dev] Question on using lldb inside a GUI

"C. Bergström" cbergstrom at pathscale.com
Tue Sep 24 08:30:23 PDT 2013


On 09/24/13 10:32 PM, Yin Ma wrote:
> Hi Christopher,
>
> Nice to see you here.
:)
>
> Yes, the python interface from lldb is nice and powerful.
> What I am looking for is a reduced output
> from lldb to make parsing easier and less overhead
> in communication.
Oh - it's python.. I thought there was a c++ API - I've never looked at 
the code and just assuming...
----------
The lowest overhead and best communication (error handling and 
everything) will always be a tightly coupled solution - cli wrappers are 
a kludge leftover from the gdb days.



More information about the lldb-dev mailing list