[Lldb-commits] [lldb] [lldb] Introduce ScriptedFrameProvider for real threads (PR #161870)

Med Ismail Bennani via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 8 07:43:45 PDT 2025


medismailben wrote:

@vogelsgesang I've added a new `SBFrameList` class with iterators since there was so way to pass the existing StackFrameList in lazy way to the user script and updated the calls to `get_stackframes` to take it as an argument.

I'm still waiting on @jimingham feedback on this before move forward but let me know if this newer approach fits better into your coroutines workflow.

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


More information about the lldb-commits mailing list