[Lldb-commits] [lldb] Add a scripted way to re-present a stop location (PR #158128)

Med Ismail Bennani via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 11 14:11:26 PDT 2025


================

----------------
medismailben wrote:

I like how you give a conceptual explanation of the feature here but I think it would be great we could add a little tutorial to show what workflow this feature enables. I'd just take your test example and run the user through it.

I also think we have to add a `ScriptedBreakpointResolver` base class to the lldb python module and document it like we do for [other Scripted Extensions](https://lldb.llvm.org/python_extensions.html), that way you could just link to the auto-generated extension page so it always stay up-to-date.

Lastly, I think we should break down the python-reference page into subpages targeting specific topics. I think that'd improve discoverability and readability. I can take of that part :)

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


More information about the lldb-commits mailing list