coredump: add support for RISC-V
This adds the necessary bits in arch code, and Python scripts to enable coredump support for RISC-V Signed-off-by: Mark Holden <mholden@fb.com>
This commit is contained in:
parent
ed68ef5678
commit
1a697ccf59
8 changed files with 219 additions and 2 deletions
|
@ -77,6 +77,7 @@ enum coredump_tgt_code {
|
|||
COREDUMP_TGT_X86,
|
||||
COREDUMP_TGT_X86_64,
|
||||
COREDUMP_TGT_ARM_CORTEX_M,
|
||||
COREDUMP_TGT_RISC_V,
|
||||
};
|
||||
|
||||
/* Coredump header */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue