[all-commits] [llvm/llvm-project] 9671f6: [lldb] Remove NativeProcessDarwin
Pavel Labath via All-commits
all-commits at lists.llvm.org
Mon Apr 27 06:28:49 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9671f6e8d5edb07cb0dd0bd38fc2c3d29960458f
https://github.com/llvm/llvm-project/commit/9671f6e8d5edb07cb0dd0bd38fc2c3d29960458f
Author: Pavel Labath <pavel at labath.sk>
Date: 2020-04-27 (Mon, 27 Apr 2020)
Changed paths:
R lldb/source/Plugins/Process/Darwin/CFBundle.cpp
R lldb/source/Plugins/Process/Darwin/CFBundle.h
R lldb/source/Plugins/Process/Darwin/CFString.cpp
R lldb/source/Plugins/Process/Darwin/CFString.h
R lldb/source/Plugins/Process/Darwin/CFUtils.h
R lldb/source/Plugins/Process/Darwin/DarwinProcessLauncher.cpp
R lldb/source/Plugins/Process/Darwin/DarwinProcessLauncher.h
R lldb/source/Plugins/Process/Darwin/LaunchFlavor.h
R lldb/source/Plugins/Process/Darwin/MachException.cpp
R lldb/source/Plugins/Process/Darwin/MachException.h
R lldb/source/Plugins/Process/Darwin/NativeProcessDarwin.cpp
R lldb/source/Plugins/Process/Darwin/NativeProcessDarwin.h
R lldb/source/Plugins/Process/Darwin/NativeThreadDarwin.cpp
R lldb/source/Plugins/Process/Darwin/NativeThreadDarwin.h
R lldb/source/Plugins/Process/Darwin/NativeThreadListDarwin.cpp
R lldb/source/Plugins/Process/Darwin/NativeThreadListDarwin.h
Log Message:
-----------
[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.
More information about the All-commits
mailing list