[all-commits] [llvm/llvm-project] 02e690: [lldb] [FreeBSD] Fix building on systems without P...
Michał Górny via All-commits
all-commits at lists.llvm.org
Wed Oct 6 05:05:23 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 02e690ba0b10c422cbec77105eb40835dab57092
https://github.com/llvm/llvm-project/commit/02e690ba0b10c422cbec77105eb40835dab57092
Author: Michał Górny <mgorny at moritz.systems>
Date: 2021-10-06 (Wed, 06 Oct 2021)
Changed paths:
M lldb/source/Plugins/Process/FreeBSD/NativeProcessFreeBSD.cpp
M lldb/test/API/tools/lldb-server/TestGdbRemoteSaveCore.py
Log Message:
-----------
[lldb] [FreeBSD] Fix building on systems without PT_COREDUMP
PT_COREDUMP is a relatively recent addition. Use an #ifdef to skip it
if the underlying system does not support it.
Differential Revision: https://reviews.llvm.org/D111214
More information about the All-commits
mailing list