Home
last modified time | relevance | path

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

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