[Lldb-commits] [PATCH] D146222: [lldb] Add compile time checks for signal codes when on the matching platform
Ed Maste via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 16 06:18:09 PDT 2023
emaste added inline comments.
================
Comment at: lldb/source/Plugins/Process/Utility/FreeBSDSignals.cpp:14-16
+#ifndef SEGV_BNDERR
+#define SEGV_BNDERR 3
+#endif
----------------
I'm curious what this is for; we don't use it below?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146222/new/
https://reviews.llvm.org/D146222
More information about the lldb-commits
mailing list