sys/ddb/db_break.c
112
db_breakpoint_free(struct db_breakpoint_type *bkpt_type, db_breakpoint_t bkpt)
sys/ddb/db_break.c
119
db_set_breakpoint(struct db_breakpoint_type *bkpt_type, vm_map_t map,
sys/ddb/db_break.c
148
db_delete_breakpoint(struct db_breakpoint_type *bkpt_type, vm_map_t map,
sys/ddb/db_break.c
172
db_find_breakpoint(struct db_breakpoint_type *bkpt_type, vm_map_t map,
sys/ddb/db_break.c
61
static struct db_breakpoint_type db_breakpoint = {
sys/ddb/db_break.c
71
static struct db_breakpoint_type db_hbreakpoint = {
sys/ddb/db_break.c
80
struct db_breakpoint_type *bkpt_type);
sys/ddb/db_break.c
81
static void db_breakpoint_free(struct db_breakpoint_type *bkpt_typ,
sys/ddb/db_break.c
83
static void db_delete_breakpoint(struct db_breakpoint_type *bkpt_type,
sys/ddb/db_break.c
85
static db_breakpoint_t db_find_breakpoint(struct db_breakpoint_type *bkpt_type,
sys/ddb/db_break.c
88
static bool db_set_breakpoint(struct db_breakpoint_type *bkpt_type,
sys/ddb/db_break.c
92
db_breakpoint_alloc(struct db_breakpoint_type *bkpt_type)