kernel/riscv64/arch_debug: port from x86 version
Change-Id: I917d7d81c83098d3b42551190338c73f221450d2 Reviewed-on: https://review.haiku-os.org/c/haiku/+/7897 Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
@@ -13,13 +13,10 @@ struct kernel_args;
|
||||
struct iframe;
|
||||
|
||||
struct arch_debug_registers {
|
||||
addr_t fp;
|
||||
};
|
||||
|
||||
|
||||
void WritePC(addr_t pc);
|
||||
void DoStackTrace(addr_t fp, addr_t pc);
|
||||
void WriteTrapInfo(iframe* frame);
|
||||
|
||||
status_t arch_debug_init_early(kernel_args *args);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user