WIFSIGNALED is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

WIFSIGNALED macro

Syntax

#define WIFSIGNALED(STATUS) (((STATUS) & 0xff00) != 0)

Arguments

STATUS

References

LocationText
jimiocompat.h:52
#define WIFSIGNALED(STATUS) (((STATUS) & 0xff00) != 0)
jimsh0.c:1101
#define WIFSIGNALED(STATUS) (((STATUS) & 0xff00) != 0)
jim-exec.c:252
if (WIFSIGNALED(waitStatus)) {
jim-exec.c:617
if (pid != JIM_BAD_PID && (WIFEXITED(status) || WIFSIGNALED(status))) {
jimsh0.c:4582
if (WIFSIGNALED(waitStatus)) {
jimsh0.c:4863
if (pid != JIM_BAD_PID && (WIFEXITED(status) || WIFSIGNALED(status))) {