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

/netbsd-current/sys/ddb/
H A Ddb_run.c194 db_addr_t brpc; local
215 brpc = next_instr_address(pc, true);
216 if ((brpc != pc) &&
218 ins = db_get_value(brpc, sizeof(int), false);
379 db_addr_t pc = PC_REGS(regs), brpc = pc; local
389 brpc = branch_taken(inst, pc, regs);
390 if (brpc != pc) { /* self-branches are hopeless */
391 db_set_temp_breakpoint(&db_taken_bkpt, brpc);
423 pc != brpc)

Completed in 135 milliseconds