[Lldb-commits] [lldb] [lldb] Extend FindTypes to optionally search by mangled type name (PR #113007)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 24 03:15:59 PDT 2024
https://github.com/Michael137 approved this pull request.
Seems reasonable to me
Yea not entirely sure how to test this either. As Greg points out, type mangling isn't really a thing LLDB cared about for C++. Maybe if we had this option exposed somehow (e.g., through `lldb-test`) we could come up with a DWARF yaml that has a type with a linkage name in the accelerator tables? But if that's too much hassle and we have a test on the Apple fork that exercises this API maybe we're ok
https://github.com/llvm/llvm-project/pull/113007
More information about the lldb-commits
mailing list