[Lldb-commits] [PATCH] D118812: [lldb] Add a setting to skip long mangled names
David Blaikie via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 2 10:17:12 PST 2022
dblaikie added a comment.
Any chance you might want a limit on the size of the demangled name too? (might be worth considering what the most densely encoded mangled name is (ie: what's the longest name that could be produced by a 10k long mangled name? and see if that's worth having another cutoff for)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118812/new/
https://reviews.llvm.org/D118812
More information about the lldb-commits
mailing list