[lldb-dev] Documentation LLDB-MI

2017-05-26 Thread Laghzaoui Mohammed via lldb-dev
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

[lldb-dev] Building lldb in Mac os

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

[lldb-dev] Need your help in target.GetProcess().ReadMemory

2017-07-24 Thread Laghzaoui Mohammed via lldb-dev
Hello I would like to get value of an given adresss ,and I do this in command python: addr = lldb.SBAddress("0x942604a2", target) err = lldb.SBError() size = 0x100 membuff = target.GetProcess().ReadMemory(addr, size, err) when I run it I get this Error: NotImplementedError: Wrong number of argu