zephyr/subsys/debug
Krzysztof Chruściński ddf753cdac debug: mipi_stp_decoder: Avoid potential 64bit unaligned access
Decoder was casting uint8_t pointers to uint64_t pointers which could
result in double word instruction which does not support unaligned
access on Cortex-M. Issue was revealed when -O3 optimization was
used instead of -Os. In size optimized version, compiler was
using word load and store instructions which support unaligned
access and issue was not visible.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2024-10-09 13:45:04 +02:00
..
coredump debug: coredump: dump privileged stack 2024-09-21 11:29:39 +02:00
coresight debug: coresight: Add coresight_trace_deformatter 2024-08-12 19:23:19 -04:00
gdbstub subsys/debug: relocate gdbstub stuff into its folder 2024-06-04 22:36:51 -04:00
symtab debug: symtab: add shell command 2024-09-10 11:43:55 +02:00
CMakeLists.txt debug: coresight: Add coresight_trace_deformatter 2024-08-12 19:23:19 -04:00
Kconfig debug: thread_analyzer: display privileged stack usage 2024-08-28 06:50:30 -04:00
asan_hacks.c
mipi_stp_decoder.c debug: mipi_stp_decoder: Avoid potential 64bit unaligned access 2024-10-09 13:45:04 +02:00
thread_analyzer.c style: subsys: comply with MISRA C:2012 Rule 15.6 2024-09-11 07:40:35 -04:00
thread_info.c debug: Set thread_info.c variables to const 2023-09-11 19:56:18 +02:00