[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:13:22 PDT 2023


DavidSpickett updated this revision to Diff 506028.
DavidSpickett added a comment.

Remove SEGV_BNDERR defines from FreeBSD and NetBSD. I cargo culted these from CrashReason
but on checking the latest sources, they are not in either.

It has been in Linux since kernel 3.19 which was February 2015. But it's doing no harm
there so why take the risk.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146222/new/

https://reviews.llvm.org/D146222

Files:
  lldb/include/lldb/Target/UnixSignals.h
  lldb/source/Plugins/Process/Utility/FreeBSDSignals.cpp
  lldb/source/Plugins/Process/Utility/LinuxSignals.cpp
  lldb/source/Plugins/Process/Utility/NetBSDSignals.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146222.506028.patch
Type: text/x-patch
Size: 14258 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230317/2751c5b1/attachment-0001.bin>


More information about the lldb-commits mailing list