zephyr/subsys/debug
Yong Cong Sin 13a5c8aad7 debug: symtab: fix linking issue due to variable redefinition
Employs the same linkonce magic of sw_isr_table to fix the
multiple definition of the symtab variables issue that I
get in my application build that doesn't use `west`.

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
2024-05-30 16:52:01 -05:00
..
coredump debug: coredump: Move COREDUMP_*_STR strings to the public header 2024-05-25 14:39:18 -04:00
gdbstub debug: gdbstub: kconfig: Add GDBSTUB_TRACE config option 2023-12-06 17:52:18 +00:00
symtab debug: symtab: fix linking issue due to variable redefinition 2024-05-30 16:52:01 -05:00
asan_hacks.c
CMakeLists.txt debug: implement symtab generation 2024-05-23 11:52:08 -04:00
gdbstub_backend.h
gdbstub.c gdbstub: Add v-packet handling function 2024-04-03 15:39:28 +01:00
Kconfig arch: generalize frame pointer via CONFIG_FRAME_POINTER introduction 2024-05-30 03:00:40 -07:00
mipi_stp_decoder.c debug: Add MIPI STPv2 data stream decoder 2024-05-21 16:48:28 -04:00
thread_analyzer.c kernel: rename Z_KERNEL_STACK_BUFFER to K_KERNEL_STACK_BUFFER 2024-03-27 19:27:10 -04:00
thread_info.c