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
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
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