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

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 3 12:28:11 PDT 2025


bulbazord wrote:

> This seems like a generic module loading observer. I don't see anything JIT specific about it. Not saying a generic module loading observer is not a good idea. But calling it a JITLoader seems pretty confusing to me.

+1 on the name. The design seems very general, so maybe calling it something like ModuleObserver or something would make more sense.

Your PR summary describes what users can do, but why might they want to do it? Do you have a motivation for this change?

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


More information about the lldb-commits mailing list