[Lldb-commits] [PATCH] D15482: Welcome to NetBSD signals
Kamil Rytarowski via lldb-commits
lldb-commits at lists.llvm.org
Sun Dec 13 07:49:24 PST 2015
krytarowski created this revision.
krytarowski added reviewers: joerg, emaste.
krytarowski added a subscriber: lldb-commits.
krytarowski set the repository for this revision to rL LLVM.
Signals 1-32 are matching the default UNIX platform.
There are platform specific ones above 32.
From the `/usr/include/sys/signal.h` header:
```
#define SIGPWR 32 /* power fail/restart (not reset when caught) */
#ifdef _KERNEL
#define SIGRTMIN 33 /* Kernel only; not exposed to userland yet */
#define SIGRTMAX 63 /* Kernel only; not exposed to userland yet */
#endif
```
Repository:
rL LLVM
http://reviews.llvm.org/D15482
Files:
source/Plugins/Process/Utility/CMakeLists.txt
source/Plugins/Process/Utility/NetBSDSignals.cpp
source/Plugins/Process/Utility/NetBSDSignals.h
source/Target/UnixSignals.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15482.42662.patch
Type: text/x-patch
Size: 3401 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151213/e8ca8b71/attachment.bin>
More information about the lldb-commits
mailing list