[all-commits] [llvm/llvm-project] d65e6f: Revert "[lldb] Remove the global platform list"
Pavel Labath via All-commits
all-commits at lists.llvm.org
Wed Mar 9 09:14:08 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d65e6ff2f1a480df52b275cadc9bc3e7b31d4fb6
https://github.com/llvm/llvm-project/commit/d65e6ff2f1a480df52b275cadc9bc3e7b31d4fb6
Author: Pavel Labath <pavel at labath.sk>
Date: 2022-03-09 (Wed, 09 Mar 2022)
Changed paths:
M lldb/include/lldb/Target/Platform.h
M lldb/source/API/SBDebugger.cpp
M lldb/source/API/SBPlatform.cpp
M lldb/source/Interpreter/OptionGroupPlatform.cpp
M lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
M lldb/source/Plugins/Platform/POSIX/CMakeLists.txt
M lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
M lldb/source/Plugins/Platform/Windows/CMakeLists.txt
M lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
M lldb/source/Plugins/Platform/gdb-server/CMakeLists.txt
M lldb/source/Target/Platform.cpp
M lldb/source/Target/Process.cpp
M lldb/source/Target/Target.cpp
M lldb/source/Target/TargetList.cpp
M lldb/test/API/python_api/debugger/TestDebuggerAPI.py
R lldb/test/API/python_api/debugger/elf.yaml
R lldb/test/API/python_api/debugger/macho.yaml
M lldb/test/API/python_api/sbplatform/TestSBPlatform.py
Log Message:
-----------
Revert "[lldb] Remove the global platform list"
It makes module dependencies loopier.
This reverts commits 49cffe3c7fab74252d4b6a073303c803dc1659f0 and
ffb9429b6f3c29ab4687b96fd85374924c98ad16.
More information about the All-commits
mailing list