[Lldb-commits] [lldb] [lldb] Introduce ScriptedFrameProvider for real threads (PR #161870)
Adrian Vogelsgesang via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 10 10:54:16 PDT 2025
vogelsgesang wrote:
> @vogelsgesang Have you considered writing a custom unwinder for this?
I didn't know about that API, yet. Where can I learn more about it?
Could those custom unwinders also solve @medismailben's CPython-frame-debugging use case?
If not, what would it take to make custom unwinders fit that use case?
Should we maybe extend the custom unwinder support, instead of introducing a new "frame provider" concept?
> If you want stack frames from which you can perform step operations, I think you need to go down language-plugin-unwinder route.
That would be amazing. Is there any relevant documentation / examples where I could learn from? E.g., in Apple's open-source LLVM version? Maybe there are even publicly available design documents?
https://github.com/llvm/llvm-project/pull/161870
More information about the lldb-commits
mailing list