[Lldb-commits] [PATCH] D146222: [lldb] Add compile time checks for signal codes when on the matching platform
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Mar 17 03:14:18 PDT 2023
DavidSpickett marked 3 inline comments as done.
DavidSpickett added inline comments.
================
Comment at: lldb/source/Plugins/Process/Utility/LinuxSignals.cpp:14
+
+#ifndef SEGV_BNDERR
+#define SEGV_BNDERR 3
----------------
arichardson wrote:
> I guess these are needed to support older versions that don't have the defines yet?
Yes, BNDERR is from 2015 so maybe it could go, but the memory tagging codes are certainly more recent.
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