zephyr/subsys/debug
Robert Zieba 6049bbf4e0 gdbstub: Ignore indexing warning with -Warray-bounds
The current implementation can raise a warning as the compiler sees
an attempt to index an array with a size of zero. This can be fixed by
giving `gdb_mem_num_regions` a default value of zero, but this gets
flagged by CI checks. Disable the warning around the array access.

Signed-off-by: Robert Zieba <robertzieba@google.com>
2024-03-27 09:58:36 -04:00
..
coredump shell: do not enable subsystem/driver shell modules by default 2023-11-20 09:21:40 +01:00
gdbstub debug: gdbstub: kconfig: Add GDBSTUB_TRACE config option 2023-12-06 17:52:18 +00:00
asan_hacks.c
CMakeLists.txt
gdbstub_backend.h
gdbstub.c gdbstub: Ignore indexing warning with -Warray-bounds 2024-03-27 09:58:36 -04:00
Kconfig gdbstub: Add custom backend choice 2024-03-11 10:38:18 -04:00
thread_analyzer.c
thread_info.c