Home
last modified time | relevance | path

Searched refs:db_clear_single_step (Results 1 – 9 of 9) sorted by relevance

/openbsd/sys/ddb/
H A Ddb_run.h48 #ifndef db_clear_single_step
49 void db_clear_single_step(db_regs_t *);
H A Ddb_run.c97 db_clear_single_step(regs); in db_stop_at_pc()
120 db_clear_single_step(regs); in db_stop_at_pc()
356 db_clear_single_step(db_regs_t *regs) in db_clear_single_step() function
/openbsd/sys/arch/powerpc64/include/
H A Ddb_machdep.h53 #define db_clear_single_step(regs) ((regs)->srr1 &= ~PSL_SE) macro
/openbsd/sys/arch/i386/include/
H A Ddb_machdep.h58 #define db_clear_single_step(regs) ((regs)->tf_eflags &= ~PSL_T) macro
/openbsd/sys/arch/amd64/include/
H A Ddb_machdep.h61 #define db_clear_single_step(regs) ((regs)->tf_rflags &= ~PSL_T) macro
/openbsd/sys/arch/powerpc/include/
H A Ddb_machdep.h53 #define db_clear_single_step(regs) ((regs)->srr1 &= ~PSL_SE) macro
/openbsd/sys/arch/hppa/include/
H A Ddb_machdep.h71 #define db_clear_single_step(r) ((r)->tf_flags &= ~(PSL_Z))
/openbsd/sys/arch/m88k/m88k/
H A Ddb_sstep.c172 db_clear_single_step(regs) in db_clear_single_step() function
/openbsd/sys/arch/sh/sh/
H A Ddb_interface.c204 db_clear_single_step(db_regs_t *regs) in db_clear_single_step() function