[Lldb-commits] [PATCH] D131333: [lldb] abi_tag support 2/3 - Make FindBestAlternateFunctionMangledName local to the C++ language plugin
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 10 08:28:52 PDT 2022
aprantl added inline comments.
================
Comment at: lldb/include/lldb/Target/Language.h:317
+ /// function names.
+ ///
+ /// \param[in] mangled_names List of mangled names to generate
----------------
JDevlieghere wrote:
> I was wondering the same. I think it's worth the churn.
Let's do it then (but this can be a follow-up NFC patch if that makes things easier).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131333/new/
https://reviews.llvm.org/D131333
More information about the lldb-commits
mailing list