zephyr/subsys/debug
Watson Zeng f71cd2aaf5 spinlock: validate: fix the dependency with MP_NUM_CPUS
the implementation of spinlock validation uses two LSB bits in the
bottom of a pointer union to store a CPU index, which only has space
for 4 CPUS. the MP_NUM_CPUS should be <= 4.

Signed-off-by: Watson Zeng <zhiwei@synopsys.com>
2021-01-26 08:43:45 -05:00
..
coredump debug: coredump: remove z_ prefix for stuff used outside subsys 2021-01-21 22:08:59 -05:00
gdbstub debug: x86: Add gdbstub for X86 2020-09-02 20:54:57 -04:00
asan_hacks.c debug: asan: Added leak suppression for SDL2 & X11 2019-12-09 16:38:48 -05:00
CMakeLists.txt debug: x86: Add gdbstub for X86 2020-09-02 20:54:57 -04:00
gdbstub_backend.h debug: x86: Add gdbstub for X86 2020-09-02 20:54:57 -04:00
gdbstub.c debug: gdbstub: Send an error code when accessing invalid memory 2020-09-02 20:54:57 -04:00
Kconfig spinlock: validate: fix the dependency with MP_NUM_CPUS 2021-01-26 08:43:45 -05:00
openocd.c debug: openocd: Support for building on SPARC 2020-11-13 14:53:55 -08:00
thread_analyzer.c debug: analyzer: add support for thread runtime stats 2020-12-14 13:00:47 -05:00