2013-12-06 12:04:52 +01:00
|
|
|
/* $NetBSD: db_machdep.h,v 1.7 2013/01/05 15:06:51 christos Exp $ */
|
2013-12-10 23:34:27 +01:00
|
|
|
|
|
|
|
#ifndef _ARM32_DB_MACHDEP_H_
|
|
|
|
#define _ARM32_DB_MACHDEP_H_
|
|
|
|
|
|
|
|
#include <arm/db_machdep.h>
|
|
|
|
|
|
|
|
void db_show_frame_cmd(db_expr_t, bool, db_expr_t, const char *);
|
|
|
|
void db_show_fault_cmd(db_expr_t, bool, db_expr_t, const char *);
|
|
|
|
|
|
|
|
#endif
|