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,
:43 AM
To: lldb-dev@lists.llvm.org
Subject: [lldb-dev] Documentation LLDB-MI
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
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