[lldb-dev] Documentation LLDB-MI

Jim Ingham via lldb-dev lldb-dev at lists.llvm.org
Fri May 26 09:35:57 PDT 2017


I see you also asked this on lldb-commits.  This was a better list for that question, but I responded on the other list.  In short, unless you need to use the MI because you have to support both gdb & lldb, I think you will be much happier using the SB API's than the MI.

Jim

> On May 26, 2017, at 3:42 AM, Laghzaoui Mohammed via lldb-dev <lldb-dev at lists.llvm.org> wrote:
> 
> 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
> _______________________________________________
> lldb-dev mailing list
> lldb-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev



More information about the lldb-dev mailing list