[Lldb-commits] [PATCH] D118812: [lldb] Add a setting to skip long mangled names

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 2 16:14:52 PST 2022


jingham added a comment.

If we can distinguish between "when we handle all mangled names" and "when we handle one" I think we should continue to demangle names in the "when we handle one" case, since you never know when somebody really might need to look at the whole name.  But OTOH that's probably seldom, so if there's no good way to distinguish, I'm also fine with never demangling over some limit.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118812/new/

https://reviews.llvm.org/D118812



More information about the lldb-commits mailing list