Searched defs:db_set_single_step (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/sys/arch/m88k/m88k/
H A Ddb_sstep.c129 db_set_single_step(db_regs_t *regs) function
/openbsd-current/sys/arch/powerpc64/include/
H A Ddb_machdep.h54 #define db_set_single_step(regs) ((regs)->srr1 |= PSL_SE) macro
/openbsd-current/sys/arch/i386/include/
H A Ddb_machdep.h59 #define db_set_single_step(regs) ((regs)->tf_eflags |= PSL_T) macro
/openbsd-current/sys/arch/amd64/include/
H A Ddb_machdep.h62 #define db_set_single_step(regs) ((regs)->tf_rflags |= PSL_T) macro
/openbsd-current/sys/arch/powerpc/include/
H A Ddb_machdep.h54 #define db_set_single_step(regs) ((regs)->srr1 |= PSL_SE) macro
/openbsd-current/sys/ddb/
H A Ddb_run.c326 db_set_single_step(db_regs_t *regs) function
/openbsd-current/sys/arch/sh/sh/
H A Ddb_interface.c191 db_set_single_step(db_regs_t *regs) function

Completed in 143 milliseconds