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

/freebsd-11-stable/sys/arm/include/
H A Ddb_machdep.h90 #define next_instr_address(pc, bd) ((bd) ? (pc) : ((pc) + INSN_SIZE)) macro
/freebsd-11-stable/sys/riscv/include/
H A Ddb_machdep.h84 #define next_instr_address(pc, bd) ((bd) ? (pc) : ((pc) + 4)) macro
/freebsd-11-stable/sys/mips/include/
H A Ddb_machdep.h55 #define SOFTWARE_SSTEP_EMUL /* next_instr_address() emulates 100% */
56 db_addr_t next_instr_address(db_addr_t, boolean_t);
/freebsd-11-stable/sys/ddb/
H A Ddb_run.c240 ins = db_get_value(next_instr_address(pc,1),
283 * next_instr_address(pc,bd) returns the address of the first
312 pc = next_instr_address(pc, 1);
314 pc = next_instr_address(pc, 0);
/freebsd-11-stable/sys/arm64/include/
H A Ddb_machdep.h119 #define next_instr_address(pc, bd) ((bd) ? (pc) : ((pc) + 4)) macro
/freebsd-11-stable/sys/mips/mips/
H A Ddb_interface.c237 next_instr_address(db_addr_t pc, boolean_t bd) function
/freebsd-11-stable/sys/arm/arm/
H A Ddebug_monitor.c302 pc = next_instr_address(pc, 0);

Completed in 190 milliseconds