[Lldb-commits] [lldb] [lldb][FreeBSDKernel] Implement trapframe unwinding (PR #192184)
Minsoo Choo via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 15 05:20:54 PDT 2026
mchoo7 wrote:
> > TODO: Add mechanism to get symbol names through filters (e.g. X_* for x86)
>
> Look at the FindAllSymbols... methods on Symtab.
What I meant was doing that without reading symbol table (like sniffer in kgdb), but I think that doesn't really matter.
https://github.com/llvm/llvm-project/pull/192184
More information about the lldb-commits
mailing list