[Lldb-commits] [PATCH] D63181: [Target] Decouple ObjCLanguageRuntime from LanguageRuntime

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 13 15:50:08 PDT 2019


xiaobai updated this revision to Diff 204648.
xiaobai added a comment.
Herald added a subscriber: mgorny.

Implement suggestion
Address feedback


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

https://reviews.llvm.org/D63181

Files:
  include/lldb/Breakpoint/Breakpoint.h
  include/lldb/Breakpoint/BreakpointPrecondition.h
  include/lldb/Core/PluginManager.h
  include/lldb/Target/LanguageRuntime.h
  include/lldb/Target/ObjCLanguageRuntime.h
  include/lldb/lldb-forward.h
  include/lldb/lldb-private-interfaces.h
  source/Breakpoint/Breakpoint.cpp
  source/Breakpoint/BreakpointPrecondition.cpp
  source/Breakpoint/CMakeLists.txt
  source/Core/PluginManager.cpp
  source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp
  source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
  source/Target/LanguageRuntime.cpp
  source/Target/ObjCLanguageRuntime.cpp
  source/Target/Target.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63181.204648.patch
Type: text/x-patch
Size: 18407 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190613/39dc2437/attachment-0001.bin>


More information about the lldb-commits mailing list