[Lldb-commits] [PATCH] D104067: [lldb] Decouple ObjCLanguage from Symtab
Alex Langford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 10 14:59:28 PDT 2021
bulbazord created this revision.
bulbazord added a reviewer: teemperor.
Herald added a subscriber: mgorny.
bulbazord requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
We can extend/modify `GetMethodNameVariants` to suit our purposes here.
What symtab is looking for is alternate names we may want to use to
search for a specific symbol, and asking for variants of a name makes
the most sense here.
It might make more sense to wrap the ConstString and FunctionNameType
into a struct with a name, but for now I think a pair suffices.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D104067
Files:
lldb/include/lldb/Target/Language.h
lldb/source/Breakpoint/BreakpointResolverName.cpp
lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp
lldb/source/Plugins/Language/ObjC/ObjCLanguage.h
lldb/source/Symbol/CMakeLists.txt
lldb/source/Symbol/Symtab.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104067.351276.patch
Type: text/x-patch
Size: 6564 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210610/a08f8881/attachment.bin>
More information about the lldb-commits
mailing list