zephyr/subsys/debug
Bruno Mendes 2510e1979b debug: arc: expose thread relinquish cause
When a thread is preempted on ARC, caller-saved registers
are saved on the stack automatically (RIRQ) or manually
by the kernel ISR (FIRQ).
Exposing the thread's relinquish cause hints the debugger
that it can read more or less register values.

Signed-off-by: Bruno Mendes <bd_mendes@outlook.com>
2023-08-09 16:06:57 +00:00
..
coredump debug: coredump: flash partition: Use K_NO_WAIT when in ISR 2023-06-21 16:06:06 -04:00
gdbstub
asan_hacks.c
CMakeLists.txt
gdbstub_backend.h
gdbstub.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
Kconfig debug: thread_analyzer: use printk by default 2023-07-19 11:06:04 +00:00
thread_analyzer.c all: Fix "#if IS_ENABLED(CONFIG_FOO)" occurrences 2022-12-21 10:09:23 +01:00
thread_info.c debug: arc: expose thread relinquish cause 2023-08-09 16:06:57 +00:00