zephyr/subsys/debug
Joakim Andersson 94d331b2eb assert: Add option to disable condition from assertion message
Add Kconfig option to disable the conditional expression in the assert
that failed. This would save code space, and file and line provides
better information than the conditional expression in case where
the same expression would be asserted upon.

For example __ASSERT_NO_MSG(buf) wouldn't make much sense in
configuration where CONFIG_ASSERT_NO_FILE_INFO was enabled.

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
2020-01-13 13:59:55 +01:00
..
tracing tracing: ctf: fix arguments to ctf_top_thread_info 2020-01-09 11:21:19 -05:00
asan_hacks.c debug: asan: Added leak suppression for SDL2 & X11 2019-12-09 16:38:48 -05:00
CMakeLists.txt debug: asan: Added leak suppression for SDL2 & X11 2019-12-09 16:38:48 -05:00
Kconfig assert: Add option to disable condition from assertion message 2020-01-13 13:59:55 +01:00
Kconfig.segger kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
openocd.c headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00