[Lldb-commits] [PATCH] D131333: [lldb] abi_tag support 2/3 - Make FindBestAlternateFunctionMangledName local to the C++ language plugin

Michael Buch via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun Aug 14 11:41:04 PDT 2022


Michael137 marked 3 inline comments as done.
Michael137 added inline comments.


================
Comment at: lldb/include/lldb/Target/Language.h:317
+  ///                     function names.
+  ///
+  /// \param[in] mangled_names List of mangled names to generate
----------------
aprantl wrote:
> 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).
Just did it in this patch. Made some questions in the third part of this patchset easier to answer


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