[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 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-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits


[Lldb-commits] How to build lldb-mi

2017-05-29 Thread Laghzaoui Mohammed via lldb-commits
Hello i need your help for building lldb-mi like static library on Mac OS.

Many thanks
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits


[Lldb-commits] Building lldb in Mac os

2017-05-30 Thread Laghzaoui Mohammed via lldb-commits
when i try to build LLDB in xcode , i get this error:
"The specified item could not be found in the keychain"
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits