Home
last modified time | relevance | path

Searched refs:init_count (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/ddb/
H A Ddb_break.c108 bkpt->init_count = count; in db_set_breakpoint()
227 bkpt->init_count = 1; in db_set_temp_breakpoint()
261 (void *)bkpt->map, bkpt->init_count); in db_list_breakpoints()
H A Ddb_break.h49 int init_count; /* number of times to skip bkpt */ member
H A Ddb_run.c129 bkpt->count = bkpt->init_count; in db_stop_at_pc()