Hello,
I build lldb for macOS and tried to get into script but I get this error
message: there is no embedded script interpreter in this mode.
I appreciate any help you can provide
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org
Hello,
why does lldb can't break on an address? What does it say when it says
unresolved? And how can I fix it?
Thanks in advance
See this for more details: https://bugs.llvm.org/show_bug.cgi?id=22323
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
h
Hello,
I have been trying for some days to resolve a symbol of address using lldb
python api but I haven't found how to do that.
So I think that I need to attach to the PID using python but it's not
working, I tried:
target = lldb.debugger.FindTargetWithProcessID(71321)
process = target.LaunchSim