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

/openbsd-current/sys/arch/mips64/include/
H A Ddb_machdep.h44 #define SOFTWARE_SSTEP_EMUL /* next_instr_address() emulates 100% */
45 vaddr_t next_instr_address(vaddr_t, int);
/openbsd-current/sys/arch/alpha/include/
H A Ddb_machdep.h84 vaddr_t next_instr_address(vaddr_t, int);
/openbsd-current/sys/arch/riscv64/include/
H A Ddb_machdep.h75 #define next_instr_address(pc, bd) ((bd) ? (pc) : ((pc) + INSN_SIZE)) macro
/openbsd-current/sys/arch/arm/include/
H A Ddb_machdep.h89 #define next_instr_address(pc, bd) ((bd) ? (pc) : ((pc) + INSN_SIZE)) macro
/openbsd-current/sys/arch/arm64/include/
H A Ddb_machdep.h77 #define next_instr_address(pc, bd) ((bd) ? (pc) : ((pc) + INSN_SIZE)) macro
/openbsd-current/sys/arch/hppa/include/
H A Ddb_machdep.h78 next_instr_address(vaddr_t addr, int b) { function
/openbsd-current/sys/ddb/
H A Ddb_run.c194 ins = db_get_value(next_instr_address(pc, 1),
312 * next_instr_address(pc, bd) returns the address of the first
345 pc = next_instr_address(pc, 1);
349 pc = next_instr_address(pc, 0);
/openbsd-current/sys/arch/sparc64/include/
H A Ddb_machdep.h126 #define next_instr_address(pc, bd) \ macro
/openbsd-current/sys/arch/alpha/alpha/
H A Ddb_interface.c472 next_instr_address(pc, branch) function
/openbsd-current/sys/arch/mips64/mips64/
H A Ddb_machdep.c361 next_instr_address(vaddr_t pc, int bd) function

Completed in 167 milliseconds