/Zephyr-latest/samples/posix/eventfd/src/ |
D | main.c | 15 #define fatal(msg) \ macro 36 fatal("write"); in writer() 52 fatal("read"); in reader() 73 fatal("eventfd"); in main()
|
/Zephyr-latest/tests/kernel/fatal/message_capture/ |
D | README | 1 This test case verifies that kernel fatal error logging message can be captured. 3 When the fatal error is triggered, if the debugging message function is turned on,
|
/Zephyr-latest/subsys/testsuite/include/zephyr/ |
D | test_utils.h | 50 void fatal(uint32_t testnum, const void *expected, size_t expectedlen, in fatal() function 76 fatal(testnum, expected, expectedlen, in check_result()
|
/Zephyr-latest/tests/ztest/error_hook/ |
D | README.txt | 1 Title: A common fatal error and assert fail handler 6 code writing for fatal and assert handler for error case testing. They can 28 (a) Usage for dealing with fatal error: 53 If you use none of them, you can still define your own fatal or assert handler 60 This test verifies if the common fatal error and assert fail handler works. 69 the (expected) fatal error. 71 the (expected) fatal error. 73 the (expected) fatal error. 74 - start a thread to call k_oops() then catch the (expected) fatal error. 75 - start a thread to call k_panel() then catch the (expected) fatal error. [all …]
|
/Zephyr-latest/tests/kernel/fatal/no-multithreading/ |
D | README | 1 This test case verifies that kernel fatal error handling works correctly
|
/Zephyr-latest/doc/kernel/services/other/ |
D | fatal.rst | 9 Zephyr provides several methods for inducing fatal error conditions through 49 perform optional runtime checks which will induce a fatal error if the 66 ASSERTION FAIL [foo == 0xF0CACC1A] @ ZEPHYR_BASE/tests/kernel/fatal/src/main.c:367 147 tests/kernel/fatal/src/main.c: In function 'test_main': 151 tests/kernel/fatal/src/main.c:370:2: note: in expansion of macro 'BUILD_ASSERT' 158 A kernel oops is a software triggered fatal error invoked by 162 The fatal error reason code generated will be ``K_ERR_KERNEL_OOPS``. 167 A kernel error is a software triggered fatal error invoked by 174 and doing so will generate a kernel oops instead. Otherwise, the fatal error 185 then the kernel will generate a fatal error with the reason code [all …]
|
/Zephyr-latest/arch/mips/core/ |
D | CMakeLists.txt | 7 fatal.c
|
/Zephyr-latest/tests/kernel/fatal/exception/ |
D | CMakeLists.txt | 5 project(fatal) project
|
D | README | 1 This test case verifies that kernel fatal error handling works correctly.
|
/Zephyr-latest/samples/net/sockets/big_http_download/src/ |
D | big_http_download.c | 95 void fatal(const char *msg) in fatal() function 399 fatal("Only http: " in main() 446 fatal("Unable to resolve address"); in main() 453 fatal("Unable to request hash type from mbedTLS"); in main() 458 fatal("Can't setup mbedTLS hash engine"); in main()
|
/Zephyr-latest/arch/nios2/core/ |
D | CMakeLists.txt | 8 fatal.c
|
/Zephyr-latest/samples/net/sockets/echo_async/src/ |
D | socket_echo.c | 50 #define fatal(msg, ...) { \ macro 62 fatal("fcntl(F_GETFL): %d", errno); in setblocking() 73 fatal("fcntl(F_SETFL): %d", errno); in setblocking()
|
/Zephyr-latest/samples/net/sockets/echo_async_select/src/ |
D | socket_echo_select.c | 52 #define fatal(msg, ...) { \ macro 64 fatal("fcntl(F_GETFL): %d", errno); in setblocking() 75 fatal("fcntl(F_SETFL): %d", errno); in setblocking()
|
/Zephyr-latest/arch/sparc/core/ |
D | CMakeLists.txt | 6 fatal.c
|
/Zephyr-latest/arch/posix/ |
D | Kconfig | 39 bool "Raise a SIGTRAP on fatal error" 41 Raise a SIGTRAP signal on fatal error before exiting.
|
/Zephyr-latest/boards/arm/v2m_beetle/doc/ |
D | index.rst | 99 | 2 | NMI | | system fatal error | 101 | 3 | Hard fault | | system fatal error | 103 | 4 | MemManage | MPU fault | system fatal error | 105 | 5 | Bus | | system fatal error | 107 | 6 | Usage | undefined | system fatal error | 117 | 12 | Debug | | system fatal error |
|
/Zephyr-latest/boards/arduino/due/doc/ |
D | index.rst | 56 | 2 | NMI | | system fatal error | 58 | 3 | Hard fault | | system fatal error | 60 | 4 | MemManage | MPU fault | system fatal error | 62 | 5 | Bus | | system fatal error | 64 | 6 | Usage | undefined | system fatal error | 74 | 12 | Debug | | system fatal error |
|
/Zephyr-latest/include/zephyr/arch/arm/cortex_a_r/ |
D | exception.h | 81 extern void z_arm_exc_exit(bool fatal);
|
/Zephyr-latest/arch/arc/core/ |
D | CMakeLists.txt | 9 fatal.c
|
/Zephyr-latest/arch/x86/core/ |
D | intel64.cmake | 16 intel64/fatal.c
|
D | CMakeLists.txt | 8 zephyr_library_sources(fatal.c)
|
/Zephyr-latest/arch/posix/core/ |
D | CMakeLists.txt | 7 fatal.c
|
/Zephyr-latest/cmake/linker/ld/clang/ |
D | linker_flags.cmake | 9 set_property(TARGET linker PROPERTY ld_extra_warning_options ${LINKERFLAGPREFIX},--fatal-warnings)
|
/Zephyr-latest/arch/riscv/core/ |
D | CMakeLists.txt | 7 fatal.c
|
/Zephyr-latest/boards/arm/mps2/doc/ |
D | mps2_armv7m.rst | 116 | 2 | NMI | | system fatal error | 118 | 3 | Hard fault | | system fatal error | 120 | 4 | MemManage | MPU fault | system fatal error | 122 | 5 | Bus | | system fatal error | 124 | 6 | Usage | undefined | system fatal error | 134 | 12 | Debug | | system fatal error |
|