[Lldb-commits] [lldb] [lldb][Mangled] Use early-return style in GetDemangledName (PR #130622)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 10 08:24:24 PDT 2025
Michael137 wrote:
> This looks good, although the "re-demangling" part sounds scary :)
:D
I'm trying to provide a way for the demangler to tell LLDB about individual bits of a demangled name (like where the basename starts/ends for example), which we can use in the frame name formatting. Turns out using debug-info for frame names is trickier than expected because we create function templates AST nodes in a way that doesn't work with the Clang type-printer. I'll make a post on the LLVM formus once I have something working to discuss this a bit more
https://github.com/llvm/llvm-project/pull/130622
More information about the lldb-commits
mailing list