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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
