[all-commits] [llvm/llvm-project] b0cb98: [lldb/Plugins] Conditionally build OperatingSystem...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Feb 17 21:28:53 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b0cb98b1f5d53cbce66652fa2894c55db61965a4
https://github.com/llvm/llvm-project/commit/b0cb98b1f5d53cbce66652fa2894c55db61965a4
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-02-17 (Mon, 17 Feb 2020)
Changed paths:
M lldb/source/Plugins/OperatingSystem/CMakeLists.txt
Log Message:
-----------
[lldb/Plugins] Conditionally build OperatingSystemPython.
Only build the Python Operating System Plugin when LLDB_ENABLE_PYTHON is
set to true.
Commit: aa2ae6af81d73773d27d94d120056ef02ce4af6b
https://github.com/llvm/llvm-project/commit/aa2ae6af81d73773d27d94d120056ef02ce4af6b
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-02-17 (Mon, 17 Feb 2020)
Changed paths:
M lldb/source/API/SystemInitializerFull.cpp
M lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp
M lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp
M lldb/tools/lldb-test/SystemInitializerTest.cpp
Log Message:
-----------
[lldb/Plugins] Add missing initialize/terminate calls
Add missing initialize and terminate calls for DynamicLoaderHexagonDYLD
and ObjectFileJIT.
Compare: https://github.com/llvm/llvm-project/compare/fdc122e4ed6f...aa2ae6af81d7
More information about the All-commits
mailing list