[lldb] Remove NativeProcessDarwin
authorPavel Labath <pavel@labath.sk>
Mon, 27 Apr 2020 13:22:05 +0000 (15:22 +0200)
committerPavel Labath <pavel@labath.sk>
Mon, 27 Apr 2020 13:26:57 +0000 (15:26 +0200)
commit9671f6e8d5edb07cb0dd0bd38fc2c3d29960458f
tree48e409336e4b907b12ce0b290392a11fb8080602
parent0847cfa334d01d941e9dafd18ff0cd1d9c27606e
[lldb] Remove NativeProcessDarwin

this is dead and non-functional code that hasn't been touched (modulo
refactors) since it was checked in (as an "NFC, with no review and
tests) in 2016.

Anyone interested in adding darwin support to lldb-server can look this
up in git history.
16 files changed:
lldb/source/Plugins/Process/Darwin/CFBundle.cpp [deleted file]
lldb/source/Plugins/Process/Darwin/CFBundle.h [deleted file]
lldb/source/Plugins/Process/Darwin/CFString.cpp [deleted file]
lldb/source/Plugins/Process/Darwin/CFString.h [deleted file]
lldb/source/Plugins/Process/Darwin/CFUtils.h [deleted file]
lldb/source/Plugins/Process/Darwin/DarwinProcessLauncher.cpp [deleted file]
lldb/source/Plugins/Process/Darwin/DarwinProcessLauncher.h [deleted file]
lldb/source/Plugins/Process/Darwin/LaunchFlavor.h [deleted file]
lldb/source/Plugins/Process/Darwin/MachException.cpp [deleted file]
lldb/source/Plugins/Process/Darwin/MachException.h [deleted file]
lldb/source/Plugins/Process/Darwin/NativeProcessDarwin.cpp [deleted file]
lldb/source/Plugins/Process/Darwin/NativeProcessDarwin.h [deleted file]
lldb/source/Plugins/Process/Darwin/NativeThreadDarwin.cpp [deleted file]
lldb/source/Plugins/Process/Darwin/NativeThreadDarwin.h [deleted file]
lldb/source/Plugins/Process/Darwin/NativeThreadListDarwin.cpp [deleted file]
lldb/source/Plugins/Process/Darwin/NativeThreadListDarwin.h [deleted file]