Re: [Lldb-commits] Documentation LLDB-MI

2017-05-26 Thread Jim Ingham via lldb-commits
The virtue of the MI interface is that it allows you to write a tool that supports gdb as well as lldb. But the MI is a not an API per se, it's just a structured text interface. You send text commands to the MI server, and receive text results which you then parse to extract the results. If

[Lldb-commits] Documentation LLDB-MI

2017-05-26 Thread Laghzaoui Mohammed via lldb-commits
Hi Lists, I have to implement a graphical interface to open the Dump of Macos with LLDB. I know how to do this using the command line, but this and less productive, I found that LLDB-MI little make me an interface to do this need but I did not find an example of LLDB-MI in C ++ and How to build LLD