[Lldb-commits] [PATCH] D118812: [lldb] Add a setting to skip long mangled names
Dave Lee via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 2 10:18:04 PST 2022
kastiglione added a comment.
Is it worth trying to come up with a limit that's not arbitrarily picked?
================
Comment at: lldb/source/Symbol/Symtab.cpp:300
+ const uint64_t mangling_limit =
+ ModuleList::GetGlobalModuleListProperties().GetDemanglingLimit();
----------------
technically `demangling_limit`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118812/new/
https://reviews.llvm.org/D118812
More information about the lldb-commits
mailing list