[all-commits] [llvm/llvm-project] 76c876: Revert "[lldb] Introduce a FreeBSDKernel plugin fo...
Michał Górny via All-commits
all-commits at lists.llvm.org
Tue Dec 14 09:18:08 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 76c876e7e6ef1271846a92cbea59c62b8f12ed47
https://github.com/llvm/llvm-project/commit/76c876e7e6ef1271846a92cbea59c62b8f12ed47
Author: Michał Górny <mgorny at moritz.systems>
Date: 2021-12-14 (Tue, 14 Dec 2021)
Changed paths:
M lldb/cmake/modules/LLDBConfig.cmake
M lldb/packages/Python/lldbsuite/test/lldbtest.py
M lldb/source/Plugins/Process/CMakeLists.txt
R lldb/source/Plugins/Process/FreeBSDKernel/CMakeLists.txt
R lldb/source/Plugins/Process/FreeBSDKernel/ProcessFreeBSDKernel.cpp
R lldb/source/Plugins/Process/FreeBSDKernel/ProcessFreeBSDKernel.h
R lldb/source/Plugins/Process/FreeBSDKernel/RegisterContextFreeBSDKernel_arm64.cpp
R lldb/source/Plugins/Process/FreeBSDKernel/RegisterContextFreeBSDKernel_arm64.h
R lldb/source/Plugins/Process/FreeBSDKernel/RegisterContextFreeBSDKernel_i386.cpp
R lldb/source/Plugins/Process/FreeBSDKernel/RegisterContextFreeBSDKernel_i386.h
R lldb/source/Plugins/Process/FreeBSDKernel/RegisterContextFreeBSDKernel_x86_64.cpp
R lldb/source/Plugins/Process/FreeBSDKernel/RegisterContextFreeBSDKernel_x86_64.h
R lldb/source/Plugins/Process/FreeBSDKernel/ThreadFreeBSDKernel.cpp
R lldb/source/Plugins/Process/FreeBSDKernel/ThreadFreeBSDKernel.h
R lldb/test/API/functionalities/postmortem/FreeBSDKernel/TestFreeBSDKernelVMCore.py
R lldb/test/API/functionalities/postmortem/FreeBSDKernel/kernel-amd64.yaml
R lldb/test/API/functionalities/postmortem/FreeBSDKernel/kernel-arm64.yaml
R lldb/test/API/functionalities/postmortem/FreeBSDKernel/kernel-i386.yaml
R lldb/test/API/functionalities/postmortem/FreeBSDKernel/tools/README.rst
R lldb/test/API/functionalities/postmortem/FreeBSDKernel/tools/copy-sparse.py
R lldb/test/API/functionalities/postmortem/FreeBSDKernel/tools/libfbsdvmcore-print-offsets.patch
R lldb/test/API/functionalities/postmortem/FreeBSDKernel/tools/test.script
R lldb/test/API/functionalities/postmortem/FreeBSDKernel/vmcore-amd64-full.bz2
R lldb/test/API/functionalities/postmortem/FreeBSDKernel/vmcore-amd64-minidump.bz2
R lldb/test/API/functionalities/postmortem/FreeBSDKernel/vmcore-arm64-minidump.bz2
R lldb/test/API/functionalities/postmortem/FreeBSDKernel/vmcore-i386-minidump.bz2
Log Message:
-----------
Revert "[lldb] Introduce a FreeBSDKernel plugin for vmcores"
This reverts commit aedb328a4dc9cb48ee3cf3198281649ea2c4f532.
I have failed to make the new tests conditional to the presence
of libfbsdvmcore.
More information about the All-commits
mailing list