294f95152f
Include <ddb/db_access.h> for db_read_bytes etc prototypes. Add prototype for db_trapper(). Move prototypes for "machine" subcommands to db_machdep.h. db_machdep.h: Add prototypes for "machine" subcommands.
14 lines
442 B
C
14 lines
442 B
C
/* $NetBSD: db_machdep.h,v 1.6 2001/11/16 14:39:31 bjh21 Exp $ */
|
|
|
|
#include <arm/db_machdep.h>
|
|
|
|
/* arm26 uses ELF */
|
|
#undef DB_AOUT_SYMBOLS
|
|
#define DB_ELF_SYMBOLS
|
|
#define DB_ELFSIZE 32
|
|
|
|
void db_show_panic_cmd __P((db_expr_t, int, db_expr_t, char *));
|
|
void db_show_frame_cmd __P((db_expr_t, int, db_expr_t, char *));
|
|
void db_bus_write_cmd __P((db_expr_t, int, db_expr_t, char *));
|
|
void db_irqstat_cmd __P((db_expr_t, int, db_expr_t, char *));
|