kernel/arch/user_debugger: implement for risv64

Change-Id: I9cdf7a6a5b66cdd83133485f98067ce9a5fb819d
Reviewed-on: https://review.haiku-os.org/c/haiku/+/4058
Reviewed-by: Alex von Gluck IV <[email protected]>
This commit is contained in:
X512
2021-08-06 15:42:49 +00:00
committed by Alex von Gluck IV
parent d031c09ceb
commit de8c1bcc32
2 changed files with 84 additions and 3 deletions
+4 -2
View File
@@ -6,9 +6,11 @@
#define _ARCH_RISCV64_DEBUGGER_H
//#warning RISCV64: fixme
struct riscv64_debug_cpu_state {
uint32 dummy;
uint64 x[31];
uint64 pc;
double f[32];
uint64 fcsr;
} __attribute__((aligned(8)));