[Lldb-commits] [lldb] [lldb] Support mangled type names in `memory read` (PR #160601)

via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 24 15:48:45 PDT 2025


jimingham wrote:

If you add SetSearchByMangledName to the search query, does that do "search types by name AND by mangled name" or does it mean "Just search by mangled name".  

If the former, is there any reason not to do the search for names and mangled names from the start?  Is that much more expensive?

https://github.com/llvm/llvm-project/pull/160601


More information about the lldb-commits mailing list