[Lldb-commits] [PATCH] D152837: [lldb] Identify Swift-implemented ObjC classes

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 13 10:41:29 PDT 2023


bulbazord added inline comments.
Herald added a subscriber: JDevlieghere.


================
Comment at: lldb/source/Core/ValueObjectDynamicValue.cpp:10
 #include "lldb/Core/ValueObjectDynamicValue.h"
+#include "Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.h"
 #include "lldb/Core/Value.h"
----------------
Is there a way we can avoid using a plugin in non-plugin code?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152837



More information about the lldb-commits mailing list