[all-commits] [llvm/llvm-project] 243903: Factor out common code from the iPhone/AppleTV/Wat...
adrian-prantl via All-commits
all-commits at lists.llvm.org
Thu Aug 6 16:37:18 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 243903f3262d0e1727fe7d473da741c4a742a937
https://github.com/llvm/llvm-project/commit/243903f3262d0e1727fe7d473da741c4a742a937
Author: Adrian Prantl <aprantl at apple.com>
Date: 2020-08-06 (Thu, 06 Aug 2020)
Changed paths:
M lldb/source/Plugins/Platform/MacOSX/CMakeLists.txt
M lldb/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.cpp
M lldb/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.h
R lldb/source/Plugins/Platform/MacOSX/PlatformAppleTVSimulator.cpp
R lldb/source/Plugins/Platform/MacOSX/PlatformAppleTVSimulator.h
R lldb/source/Plugins/Platform/MacOSX/PlatformAppleWatchSimulator.cpp
R lldb/source/Plugins/Platform/MacOSX/PlatformAppleWatchSimulator.h
M lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
R lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.cpp
R lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h
M lldb/unittests/Platform/PlatformAppleSimulatorTest.cpp
Log Message:
-----------
Factor out common code from the iPhone/AppleTV/WatchOS simulator platform plugins. (NFC)
The implementation of these classes was copied & pasted from the
iPhone simulator plugin with only a handful of configuration
parameters substituted. This patch moves the redundant implementations
into the base class PlatformAppleSimulator.
Differential Revision: https://reviews.llvm.org/D85243
More information about the All-commits
mailing list