Home
last modified time | relevance | path

Searched refs:next_instr_address (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/ddb/
H A Ddb_run.c242 ins = db_get_value(next_instr_address(pc,1), in db_restart_at_pc()
314 pc = next_instr_address(pc, 1); in db_set_single_step()
316 pc = next_instr_address(pc, 0); in db_set_single_step()
/f-stack/freebsd/arm/include/
H A Ddb_machdep.h86 #define next_instr_address(pc, bd) ((bd) ? (pc) : ((pc) + INSN_SIZE)) macro
/f-stack/freebsd/mips/include/
H A Ddb_machdep.h53 db_addr_t next_instr_address(db_addr_t, boolean_t);
/f-stack/freebsd/arm64/include/
H A Ddb_machdep.h119 #define next_instr_address(pc, bd) ((bd) ? (pc) : ((pc) + 4)) macro
/f-stack/freebsd/mips/mips/
H A Ddb_interface.c239 next_instr_address(db_addr_t pc, boolean_t bd) in next_instr_address() function
/f-stack/freebsd/arm/arm/
H A Ddebug_monitor.c301 pc = next_instr_address(pc, 0); in kdb_cpu_set_singlestep()