Home
last modified time | relevance | path

Searched refs:BREAK_SSTEP (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/arch/mips64/include/
Dcpu.h332 #define BREAK_SSTEP (BREAK_INSTR | (BREAK_SSTEP_VAL << BREAK_VAL_SHIFT)) macro
/openbsd/src/sys/arch/mips64/mips64/
Dtrap.c1076 rc = ptrace_write_insn(p, va, BREAK_SSTEP); in process_sstep()