diff options
author | Kamil Rytarowski <n54@gmx.com> | 2015-12-15 00:50:19 +0000 |
---|---|---|
committer | Kamil Rytarowski <n54@gmx.com> | 2015-12-15 00:50:19 +0000 |
commit | cec6b45aec8ac058b2123c1a54b4d96f23b6c1a9 (patch) | |
tree | 5cbed0216c952f55b9a79b3db483a5b5c6c22b5d /lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp | |
parent | 2bc6a5ad841fe828820793fe6056dfe0d2a1a49e (diff) | |
download | bcm5719-llvm-cec6b45aec8ac058b2123c1a54b4d96f23b6c1a9.tar.gz bcm5719-llvm-cec6b45aec8ac058b2123c1a54b4d96f23b6c1a9.zip |
Welcome to NetBSD signals
Summary:
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
```
Reviewers: emaste, joerg
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org/D15482
llvm-svn: 255592
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp')
0 files changed, 0 insertions, 0 deletions