[Lldb-commits] [PATCH] D146222: [lldb] Add compile time checks for signal codes when on the matching platform

Alexander Richardson via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 16 17:54:05 PDT 2023


arichardson added inline comments.


================
Comment at: lldb/source/Plugins/Process/Utility/NetBSDSignals.cpp:15
+#ifndef SEGV_BNDERR
+#define SEGV_BNDERR 3
+#endif
----------------
Also unused like for FreeBSD?


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