[Lldb-commits] [PATCH] D133534: Complete support of loading a darwin kernel over a live gdb-remote connection given the address of a mach-o fileset

Nico Weber via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 9 16:15:13 PDT 2022


thakis added inline comments.


================
Comment at: lldb/source/Plugins/Platform/MacOSX/CMakeLists.txt:47
     lldbUtility
+    lldbPluginDynamicLoaderDarwinKernel
+    lldbPluginObjectContainerMachOFileset
----------------
This causes a dependency cycle:

  //lldb/source/Plugins/Platform/MacOSX:MacOSX ->
  //lldb/source/Plugins/DynamicLoader/Darwin-Kernel:Darwin-Kernel ->
  //lldb/source/Plugins/Platform/MacOSX:MacOSX


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133534



More information about the lldb-commits mailing list