kernel/arch/debug: implement for riscv64
Change-Id: Iab5cc9ef4059f968bca03683592d1ec1818a26a2 Reviewed-on: https://review.haiku-os.org/c/haiku/+/4053 Reviewed-by: Alex von Gluck IV <[email protected]>
This commit is contained in:
@@ -9,8 +9,17 @@
|
||||
#include <SupportDefs.h>
|
||||
|
||||
|
||||
struct kernel_args;
|
||||
|
||||
struct arch_debug_registers {
|
||||
};
|
||||
|
||||
|
||||
void WritePC(addr_t pc);
|
||||
void DoStackTrace(addr_t fp, addr_t pc);
|
||||
void WriteTrapInfo();
|
||||
|
||||
status_t arch_debug_init_early(kernel_args *args);
|
||||
|
||||
|
||||
#endif // _KERNEL_ARCH_RISCV64_DEBUG_H
|
||||
|
||||
Reference in New Issue
Block a user