[lldb-dev] No script in lldb of build

2021-12-05 Thread Pi Pony via lldb-dev
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

[lldb-dev] Why can't I break on an address resulting in unresolved?

2021-11-17 Thread Pi Pony via lldb-dev
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

[lldb-dev] how to attach to process with python scripting on lldb?

2021-11-03 Thread Pi Pony via lldb-dev
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