kdb_bp_t
static void kdb_handle_bp(struct pt_regs *regs, kdb_bp_t *bp)
static int _kdb_bp_install(struct pt_regs *regs, kdb_bp_t *bp)
kdb_bp_t *bp = &kdb_breakpoints[i];
kdb_bp_t *bp = &kdb_breakpoints[i];
kdb_bp_t kdb_breakpoints[KDB_MAXBPT];
static void kdb_printbp(kdb_bp_t *bp, int i)
kdb_bp_t *bp, *bp_check;
kdb_bp_t template = {0};
static char *kdb_bptype(kdb_bp_t *bp)
kdb_bp_t *bp = NULL;
static int kdb_parsebp(int argc, const char **argv, int *nextargp, kdb_bp_t *bp)
kdb_bp_t *bp;
static int _kdb_bp_remove(kdb_bp_t *bp)
kdb_bp_t *bp;
extern kdb_bp_t kdb_breakpoints[/* KDB_MAXBPT */];