zephyr/subsys/debug
Yong Cong Sin e54b27b967 arch: define `struct arch_esf` and deprecate `z_arch_esf_t`
Make `struct arch_esf` compulsory for all architectures by
declaring it in the `arch_interface.h` header.

After this commit, the named struct `z_arch_esf_t` is only used
internally to generate offsets, and is slated to be removed
from the `arch_interface.h` header in the future.

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
2024-06-04 14:02:51 -05:00
..
coredump arch: define `struct arch_esf` and deprecate `z_arch_esf_t` 2024-06-04 14:02:51 -05:00
gdbstub
symtab debug: symtab: fix linking issue due to variable redefinition 2024-05-30 16:52:01 -05:00
CMakeLists.txt debug: implement symtab generation 2024-05-23 11:52:08 -04:00
Kconfig debug: EXCEPTION_STACK_TRACE should depend on arch Kconfigs 2024-06-03 03:02:04 -07:00
asan_hacks.c
gdbstub.c
gdbstub_backend.h
mipi_stp_decoder.c debug: Add MIPI STPv2 data stream decoder 2024-05-21 16:48:28 -04:00
thread_analyzer.c
thread_info.c