Searched refs:db_find_breakpoint_here (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/ddb/
H A Ddb_break.h52 db_breakpoint_t db_find_breakpoint_here(db_addr_t);
H A Ddb_run.c116 bkpt = db_find_breakpoint_here(pc);
227 if (watchpt || db_find_breakpoint_here(pc)) {
373 #define db_find_breakpoint_here(pc) (0) macro
422 db_find_breakpoint_here(pc) == 0 &&
H A Ddb_break.c154 db_find_breakpoint_here(db_addr_t addr) function

Completed in 112 milliseconds