[Lldb-commits] [lldb] Add a pythin JIT loader class. (PR #142514)

via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 3 10:32:34 PDT 2025


jimingham wrote:

I changed the stop-hooks recently so they optionally fire when lldb first gets control of the process, so you can already write python code that intervenes when your "did_attach" and "did_launch" callbacks fire.

https://github.com/llvm/llvm-project/pull/142514


More information about the lldb-commits mailing list