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

Laghzaoui Mohammed via lldb-dev lldb-dev at lists.llvm.org
Mon Jul 24 02:41:16 PDT 2017


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 arguments for overloaded function
'new_SBAddress'.


who can I do it.


Many Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20170724/dc27fec3/attachment.html>


More information about the lldb-dev mailing list