[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:34:15 PDT 2022


Michael137 updated this revision to Diff 452546.
Michael137 added a comment.

- Return `std::vector` instead of using an output argument


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131333/new/

https://reviews.llvm.org/D131333

Files:
  lldb/include/lldb/Expression/IRExecutionUnit.h
  lldb/include/lldb/Target/Language.h
  lldb/source/Expression/IRExecutionUnit.cpp
  lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
  lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131333.452546.patch
Type: text/x-patch
Size: 7290 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220814/30aaee61/attachment.bin>


More information about the lldb-commits mailing list