Skip to content

Commit 55d5d0c

Browse files
Jeffrey Tanclayborg
authored andcommitted
Directly load modules without dyld
1 parent 80b5c3f commit 55d5d0c

File tree

7 files changed

+99
-285
lines changed

7 files changed

+99
-285
lines changed

lldb/source/Plugins/DynamicLoader/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ add_subdirectory(Darwin-Kernel)
99
add_subdirectory(FreeBSD-Kernel)
1010
add_subdirectory(MacOSX-DYLD)
1111
add_subdirectory(POSIX-DYLD)
12-
add_subdirectory(ProcessModuleList-DYLD)
1312
add_subdirectory(Static)
1413
add_subdirectory(Hexagon-DYLD)
1514
add_subdirectory(Windows-DYLD)

lldb/source/Plugins/DynamicLoader/ProcessModuleList-DYLD/CMakeLists.txt

Lines changed: 0 additions & 11 deletions
This file was deleted.

lldb/source/Plugins/DynamicLoader/ProcessModuleList-DYLD/DynamicLoaderProcessModuleList.cpp

Lines changed: 0 additions & 149 deletions
This file was deleted.

lldb/source/Plugins/DynamicLoader/ProcessModuleList-DYLD/DynamicLoaderProcessModuleList.h

Lines changed: 0 additions & 77 deletions
This file was deleted.

lldb/source/Plugins/Process/amdgpu-core/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ add_lldb_library(lldbPluginProcessAmdGpuCore PLUGIN
2222
LINK_LIBS
2323
lldbCore
2424
lldbTarget
25-
lldbPluginDynamicLoaderProcessModuleList
2625
lldbPluginObjectFileELF
2726
lldbPluginProcessUtility
2827
lldbPluginProcessElfCore

0 commit comments

Comments
 (0)