[Lldb-commits] [PATCH] D61746: [Breakpoint] Make breakpoint language agnostic

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu May 9 11:25:11 PDT 2019


xiaobai created this revision.
xiaobai added reviewers: JDevlieghere, jingham, clayborg.
Herald added a subscriber: mgorny.

Breakpoint shouldn't need to depend on any specific details from a
programming language. Currently the only language-specific detail it takes
advantage of are the different qualified names an objective-c method name might
have when adding a name lookup. This is reasonably generalizable.

The current method name I introduced is "GetVariantMethodNames", which I'm not
particularly tied to. If you have a better suggestion, please do let me know.


https://reviews.llvm.org/D61746

Files:
  include/lldb/Target/Language.h
  source/Breakpoint/BreakpointResolverName.cpp
  source/Breakpoint/CMakeLists.txt
  source/Plugins/Language/ObjC/ObjCLanguage.cpp
  source/Plugins/Language/ObjC/ObjCLanguage.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61746.198878.patch
Type: text/x-patch
Size: 8509 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190509/aa153d24/attachment.bin>


More information about the lldb-commits mailing list