[Lldb-commits] [PATCH] D110115: [lldb] Remove Expression's dependency on CPlusPlusLanguagePlugin

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 20 16:59:51 PDT 2021


bulbazord created this revision.
bulbazord added reviewers: clayborg, jingham, teemperor, JDevlieghere.
Herald added a subscriber: mgorny.
bulbazord requested review of this revision.
Herald added a project: LLDB.

This change accomplishes the following:

- Moves `IRExecutionUnit::FindBestAlternateMangledName` to `Language`.
- Renames `FindBestAlternateMangledName` to `FindBestAlternateFunctionMangledName`
- Changes the first parameter of said method from a `ConstString` representing a demangled name to a `Mangled`.

This allows us to remove the use of CPlusPlusLanguage from Expression


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D110115

Files:
  lldb/include/lldb/Target/Language.h
  lldb/source/Expression/CMakeLists.txt
  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: D110115.373745.patch
Type: text/x-patch
Size: 7528 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210920/052c8826/attachment.bin>


More information about the lldb-commits mailing list