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

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 8 17:41:33 PDT 2022


JDevlieghere added inline comments.


================
Comment at: lldb/include/lldb/Target/Language.h:317
+  ///                     function names.
+  ///
+  /// \param[in] mangled_names List of mangled names to generate
----------------
I was wondering the same. I think it's worth the churn. 


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