Home
last modified time | relevance | path

Searched refs:BKPT_IS_TMP (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/tiemu3/tiemu-3.03/src/core/dbg/
H A Dbkpts.h59 #define BKPT_IS_TMP(addr) (((addr) & BKPT_TMP_MASK)) macro
/dports/emulators/tiemu3/tiemu-3.03/src/core/ti_hw/
H A Dm68k.c210 if(BKPT_IS_TMP(GPOINTER_TO_INT(l->data))) in hw_m68k_run()
/dports/emulators/tiemu3/tiemu-3.03/src/gui/debugger/
H A Ddbg_bkpts.c143 COL_MODE, BKPT_IS_TMP(addr) ? _("one-shot") : "", in clist_populate()
338 COL_MODE, BKPT_IS_TMP(addr) ? _("one-shot") : "", in clist_populate()