[Lldb-commits] [PATCH] D109326: [lldb] [Process/FreeBSD] Support SaveCore() using PT_COREDUMP
Brooks Davis via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 5 13:12:27 PDT 2021
brooks added a comment.
This needs to be guarded by the presence of PT_COREDUMP since it's a new feature. As it stands this breaks the lldb build on all supported FreeBSD releases.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109326/new/
https://reviews.llvm.org/D109326
More information about the lldb-commits
mailing list