NetBSD/sys/arch/acorn26/include/db_machdep.h
2013-01-05 15:04:00 +00:00

14 lines
411 B
C

/* $NetBSD: db_machdep.h,v 1.9 2013/01/05 15:04:00 christos Exp $ */
#include <arm/db_machdep.h>
/* acorn26 uses ELF */
#define DB_ELF_SYMBOLS
#define DB_ELFSIZE 32
void db_show_frame_cmd(db_expr_t, bool, db_expr_t, const char *);
void db_bus_write_cmd(db_expr_t, bool, db_expr_t, const char *);
void db_irqstat_cmd(db_expr_t, bool, db_expr_t, const char *);
extern volatile bool db_validating, db_faulted;