1de4f40a8a
matching names. This commit might include some private hacks that have been lurking in my tree a while. They're all harmless, and this reduces the number of gratuitous diffs I have to deal with.
14 lines
444 B
C
14 lines
444 B
C
/* $NetBSD: db_machdep.h,v 1.1 2002/03/24 15:46:55 bjh21 Exp $ */
|
|
|
|
#include <arm/db_machdep.h>
|
|
|
|
/* acorn26 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 *));
|