Home
last modified time | relevance | path

Searched refs:SIGTRAP (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/arch/posix/core/
Dfatal_trap.c11 raise(SIGTRAP); in nsi_raise_sigtrap()
/Zephyr-latest/arch/posix/
DKconfig39 bool "Raise a SIGTRAP on fatal error"
41 Raise a SIGTRAP signal on fatal error before exiting.
/Zephyr-latest/include/zephyr/posix/
Dsignal.h21 #define SIGTRAP 5 /**< Trace/breakpoint trap */ macro
/Zephyr-latest/tests/posix/headers/src/
Dsignal_h.c164 zassert_not_equal(-1, SIGTRAP); in ZTEST()
/Zephyr-latest/samples/philosophers/
DREADME.rst122 Thread 2 received signal SIGTRAP, Trace/breakpoint trap.