1 /* $NetBSD: db_machdep.h,v 1.9 2014/03/28 21:54:12 matt Exp $ */
3 #ifndef _ARM32_DB_MACHDEP_H_
4 #define _ARM32_DB_MACHDEP_H_
6 #include <arm/db_machdep.h>
8 void db_show_frame_cmd(db_expr_t
, bool, db_expr_t
, const char *);
9 void db_show_fault_cmd(db_expr_t
, bool, db_expr_t
, const char *);
11 void db_show_tlb_cmd(db_expr_t
, bool, db_expr_t
, const char *);
13 #if defined(_KERNEL) && defined(MULTIPROCESSOR)
14 void db_switch_cpu_cmd(db_expr_t
, bool, db_expr_t
, const char *);