Home
last modified time | relevance | path

Searched refs:BK_TYPE_ACCESS (Results 1 – 7 of 7) sorted by relevance

/dports/emulators/tiemu3/tiemu-3.03/src/core/ti_hw/
H A Dmem.c224 bkpts.type = BK_TYPE_ACCESS; in hw_get_long()
270 bkpts.type = BK_TYPE_ACCESS; in hw_get_word()
316 bkpts.type = BK_TYPE_ACCESS; in hw_get_byte()
361 bkpts.type = BK_TYPE_ACCESS; in hw_put_long()
412 bkpts.type = BK_TYPE_ACCESS; in hw_put_word()
463 bkpts.type = BK_TYPE_ACCESS; in hw_put_byte()
/dports/emulators/tiemu3/tiemu-3.03/src/gui/debugger/
H A Ddbg_data.c85 if(*type == BK_TYPE_ACCESS) in dbgdata_display_dbox()
139 *type = BK_TYPE_ACCESS; in dbgdata_display_dbox()
145 if(*type == BK_TYPE_ACCESS) in dbgdata_display_dbox()
H A Ddbg_bkpts.c194 COL_TYPE, ti68k_bkpt_type_to_string(BK_TYPE_ACCESS), in clist_populate()
198 COL_MODE, ti68k_bkpt_mode_to_string(BK_TYPE_ACCESS, bkpts_memacc_rw[i]), in clist_populate()
491 case BK_TYPE_ACCESS: in dbgbkpts_button2_clicked()
570 case BK_TYPE_ACCESS: in dbgbkpts_button3_clicked()
664 case BK_TYPE_ACCESS: in dbgbkpts_button4_clicked()
752 case BK_TYPE_ACCESS: in dbgbkpts_button5_clicked()
838 if((type == BK_TYPE_ACCESS) || (type == BK_TYPE_RANGE)) in on_treeview2_button_press_event()
856 if(new_type == BK_TYPE_ACCESS) in on_treeview2_button_press_event()
917 if(type == BK_TYPE_ACCESS) in dbgbkpts_data_activate()
H A Ddbg_cause.c94 case BK_TYPE_ACCESS: in dbgcause1_display_dbox()
259 else if((type == BK_TYPE_ACCESS) || (type ==BK_TYPE_RANGE)) in display_dbgcause_dbox2()
273 case BK_TYPE_ACCESS: in display_dbgcause_dbox2()
/dports/emulators/tiemu3/tiemu-3.03/src/core/
H A Dtype2str.c208 case BK_TYPE_ACCESS: return _("access"); in ti68k_bkpt_type_to_string()
222 return BK_TYPE_ACCESS; in ti68k_string_to_bkpt_type()
/dports/emulators/tiemu3/tiemu-3.03/src/core/dbg/
H A Dbkpts.h100 BK_TYPE_ACCESS=1, BK_TYPE_RANGE, enumerator
H A Dbkpts.c742 return (bkpts.type == BK_TYPE_ACCESS) || (bkpts.type == BK_TYPE_RANGE); in ti68k_bkpt_stopped_by_watchpoint()
751 case BK_TYPE_ACCESS: in ti68k_bkpt_stopped_data_address()