Home
last modified time | relevance | path

Searched refs:ti68k_bkpt_mode_to_string (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/tiemu3/tiemu-3.03/src/core/
H A Dtype2str.h43 const char *ti68k_bkpt_mode_to_string(int type, int mode);
H A Dtype2str.c239 const char *ti68k_bkpt_mode_to_string(int type, int mode) in ti68k_bkpt_mode_to_string() function
/dports/emulators/tiemu3/tiemu-3.03/src/gui/debugger/
H A Ddbg_cause.c80 str = g_strdup_printf("%s", ti68k_bkpt_mode_to_string(type, mode)); in dbgcause1_display_dbox()
268 ti68k_bkpt_mode_to_string(type, mode), value); in display_dbgcause_dbox2()
H A Ddbg_bkpts.c198 COL_MODE, ti68k_bkpt_mode_to_string(BK_TYPE_ACCESS, bkpts_memacc_rw[i]), in clist_populate()
227 COL_MODE, ti68k_bkpt_mode_to_string(BK_TYPE_RANGE, bkpts_memrng_rw[i]), in clist_populate()
304 new_str = ti68k_bkpt_mode_to_string(0, mode | BK_RW); in clist_populate()