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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to