[Lldb-commits] [PATCH] D130803: [lldb] Allow SymbolTable regex search functions to match mangled name
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 1 05:32:26 PDT 2022
labath added a comment.
Who sets this flag? How do you intend to use it?
================
Comment at: lldb/include/lldb/Core/Module.h:267
+ SymbolContextList &sc_list,
+ bool match_against_demangled = false);
----------------
Could this be `Mangled::NamePreference` instead of `bool` ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130803/new/
https://reviews.llvm.org/D130803
More information about the lldb-commits
mailing list