PT_COREDUMP is a relatively recent addition. Use an #ifdef to skip it
if the underlying system does not support it.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D111214
[lldb] [FreeBSD] Fix building on systems without PT_COREDUMP ClosedPublic Authored by mgorny on Oct 6 2021, 1:51 AM.
Details Summary PT_COREDUMP is a relatively recent addition. Use an #ifdef to skip it
Diff Detail Event TimelineThis revision is now accepted and ready to land.Oct 6 2021, 3:45 AM Closed by commit rG02e690ba0b10: [lldb] [FreeBSD] Fix building on systems without PT_COREDUMP (authored by mgorny). · Explain WhyOct 6 2021, 5:05 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 377466 lldb/source/Plugins/Process/FreeBSD/NativeProcessFreeBSD.cpp
lldb/test/API/tools/lldb-server/TestGdbRemoteSaveCore.py
|