[Lldb-commits] [lldb] [lldb][FreeBSDKernel] Implement trapframe unwinding (PR #192184)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 15 05:28:12 PDT 2026
DavidSpickett wrote:
You mean that you'd wait for the backtrace request, and then check for the symbol name as you unwind? Yeah, I don't know of an existing way to do that. Perhaps there is some IsTrapHandler that could be extended to do more than look in a list of names.
The regex method is probably quicker for what you're doing at the moment.
https://github.com/llvm/llvm-project/pull/192184
More information about the lldb-commits
mailing list