zephyr/subsys/debug
Jordan Yates c3eeae80ec debug: thread_info: store arch mode_exc_return offset
Store the offset of mode_exc_return in the arch struct. This is required
to restore the link register to the original value, as `swap_helper.S`
saves the LSB to this field when `CONFIG_ARM_STORE_EXC_RETURN=y`.

Failing to account for this results in broken debugging when
`FPU_SHARING` or `ARM_NONSECURE_PREEMPTIBLE_SECURE_CALLS`.

Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
2022-10-28 11:51:15 +02:00
..
coredump debug: coredump: flash backend: Switch FIXED_PARTITION_ macros 2022-09-06 09:56:37 +02:00
gdbstub debug: gdbstub: Move to DTS for uart device 2022-08-01 09:09:45 -07:00
asan_hacks.c debug: asan: Added leak suppression for SDL2 & X11 2019-12-09 16:38:48 -05:00
CMakeLists.txt debug: Remove deprecated CONFIG_OPENOCD_SUPPORT 2022-01-24 10:23:20 -05:00
gdbstub.c subsys/debug/gdbstub: parse input numbers as unsigned 2022-06-27 12:45:50 +02:00
gdbstub_backend.h debug: x86: Add gdbstub for X86 2020-09-02 20:54:57 -04:00
Kconfig kernel: Option to assert on spin lock time 2022-10-18 14:14:12 +02:00
thread_analyzer.c smp: Move for loops to use arch_num_cpus instead of CONFIG_MP_NUM_CPUS 2022-10-21 13:14:58 +02:00
thread_info.c debug: thread_info: store arch mode_exc_return offset 2022-10-28 11:51:15 +02:00