debug: coredump: add xtensa coredump
Adds Xtensa as supported architecture for coredump. Fixes a few typos in documentation, Kconfig and a C file. Dumps minimal set of registers shown by 'info registers' in GDB for the sample_controller and ESP32 SOCs. Updates tests. Signed-off-by: Lauren Murphy <lauren.murphy@intel.com>
This commit is contained in:
parent
71f17bcbc2
commit
c1711997bc
9 changed files with 174 additions and 12 deletions
|
@ -78,6 +78,7 @@ enum coredump_tgt_code {
|
|||
COREDUMP_TGT_X86_64,
|
||||
COREDUMP_TGT_ARM_CORTEX_M,
|
||||
COREDUMP_TGT_RISC_V,
|
||||
COREDUMP_TGT_XTENSA,
|
||||
};
|
||||
|
||||
/* Coredump header */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue