[Lldb-commits] Documentation LLDB-MI

Laghzaoui Mohammed via lldb-commits lldb-commits at lists.llvm.org
Fri May 26 03:43:34 PDT 2017


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 LLDB-MI.
To detail our need:
1 - opening of a core dump.
2 -__ reading the value of a memory address.
3 -__ list threads and frames.
4 -__ get assembler of each frame.

Thank you in advance for your help.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170526/e6d26736/attachment.html>


More information about the lldb-commits mailing list