Home
last modified time | relevance | path

Searched refs:MAX_BREAKPOINTS (Results 1 – 25 of 42) sorted by relevance

12

/dports/emulators/teo/teo/src/dos/
H A Dddebug.c104 static int breakpoint[MAX_BREAKPOINTS];
263 for (i=0; i < MAX_BREAKPOINTS; i++) in SetBreakpoints()
267 if (i < MAX_BREAKPOINTS) in SetBreakpoints()
280 ReadByte(&n, 2, 14+MAX_BREAKPOINTS/2+BREAK_MENU_NLINES, in SetBreakpoints()
282 if ((1<=n) && (n<=MAX_BREAKPOINTS)) in SetBreakpoints()
296 for (i=0; i<MAX_BREAKPOINTS/2; i++) in SetBreakpoints()
306 if (breakpoint[i+MAX_BREAKPOINTS/2]) in SetBreakpoints()
310 gotoxy(1,12+MAX_BREAKPOINTS/2); in SetBreakpoints()
318 gotoxy(1,13+MAX_BREAKPOINTS/2+i); in SetBreakpoints()
322 for (i=13+MAX_BREAKPOINTS/2+BREAK_MENU_NLINES; i<34; i++) in SetBreakpoints()
[all …]
/dports/misc/gpsim/gpsim-0.31.0/cli/
H A Dcmd_break.cc149 return MAX_BREAKPOINTS; in set_break()
155 return MAX_BREAKPOINTS; in set_break()
277 return MAX_BREAKPOINTS; in set_break()
296 unsigned int b = MAX_BREAKPOINTS; in set_break()
307 return MAX_BREAKPOINTS; in set_break()
316 unsigned int b = MAX_BREAKPOINTS; in set_break()
326 if (b < MAX_BREAKPOINTS) { in set_break()
335 if (b < MAX_BREAKPOINTS) { in set_break()
344 if (b < MAX_BREAKPOINTS) { in set_break()
382 return MAX_BREAKPOINTS; in set_break()
/dports/emulators/teo/teo/src/linux/udebug/
H A Dudbkpt.c56 static GtkWidget *entry[MAX_BREAKPOINTS];
91 for (i=0; i<MAX_BREAKPOINTS; i++) in entry_changed()
145 for (i=0; i<MAX_BREAKPOINTS; i++) in udbkpt_Init()
157 i%(MAX_BREAKPOINTS/2), i/(MAX_BREAKPOINTS/2), in udbkpt_Init()
/dports/emulators/bfe/bfe2/
H A Dbreakpoints.c13 s_breakpoint breakpoints[MAX_BREAKPOINTS];
34 for(n = 0; n < MAX_BREAKPOINTS; n++) breakpoints[n].enabled = 0; in read_breakpoints()
45 for(n = 0; n < MAX_BREAKPOINTS; n++){ in read_breakpoints()
115 for(x = 0; x < MAX_BREAKPOINTS; x++){ in removeall_breakpoints()
205 for(x = 0; (x < MAX_BREAKPOINTS) && breakpoints[x].enabled; x++){ in breakpointsUpdate()
234 for(x = 0; (x < MAX_BREAKPOINTS) && breakpoints[x].enabled; x++){ in breakpointsReload()
H A Dcommon.h21 #define MAX_BREAKPOINTS 30 macro
190 extern struct s_breakpoint breakpoints[MAX_BREAKPOINTS];
/dports/emulators/teo/teo/src/win/wdebug/
H A Dwdbkpt.c79 for (i=0; (teo.debug.breakpoint[i] == -1) && (i<MAX_BREAKPOINTS); i++); in update_display()
84 (LPARAM)(i == MAX_BREAKPOINTS)?TBSTATE_INDETERMINATE:TBSTATE_ENABLED in update_display()
102 for (i=0; i<MAX_BREAKPOINTS; i++) in wdbkpt_Init()
/dports/emulators/dgen-sdl/dgen-sdl-1.33/
H A Ddebug.cpp209 for (i = 0; i < MAX_BREAKPOINTS; i++) { in debug_next_free_bp_m68k()
237 for (i = 0; (i < MAX_BREAKPOINTS); ++i) in debug_next_free_bp_z80()
291 for (i = 0; i < MAX_BREAKPOINTS; i++) { in debug_find_bp_m68k()
314 for (i = 0; (i < MAX_BREAKPOINTS); ++i) { in debug_find_bp_z80()
539 for (i = 0; (i < MAX_BREAKPOINTS); i++) { in debug_m68k_check_bps()
605 for (i = 0; (i < MAX_BREAKPOINTS); i++) { in debug_z80_check_bps()
669 if (index == MAX_BREAKPOINTS - 1) { in debug_rm_bp_m68k()
694 if (index == (MAX_BREAKPOINTS - 1)) { in debug_rm_bp_z80()
702 (MAX_BREAKPOINTS - index - 1))); in debug_rm_bp_z80()
772 for (i = 0; i < MAX_BREAKPOINTS; i++) { in debug_list_bps_m68k()
[all …]
H A Ddebug.h10 #define MAX_BREAKPOINTS 64 macro
/dports/devel/openocd/openocd-0.11.0/src/target/
H A Desirisc.h32 #define MAX_BREAKPOINTS 8 macro
96 struct breakpoint *breakpoints_p[MAX_BREAKPOINTS];
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dremote-m32r-sdi.c62 #define MAX_BREAKPOINTS 1024 macro
64 static unsigned long bp_address[MAX_BREAKPOINTS];
65 static unsigned char bp_data[MAX_BREAKPOINTS][4];
355 for (i = 0; i < MAX_BREAKPOINTS; i++) in m32r_open()
514 for (i = ib_breakpoints; i < MAX_BREAKPOINTS; i++) in m32r_resume()
766 for (i = ib_breakpoints; i < MAX_BREAKPOINTS; i++) in m32r_wait()
818 for (i = ib_breakpoints; i < MAX_BREAKPOINTS; i++) in m32r_wait()
1200 for (i = 0; i < MAX_BREAKPOINTS; i++) in m32r_insert_breakpoint()
1235 for (i = 0; i < MAX_BREAKPOINTS; i++) in m32r_remove_breakpoint()
1653 for (i = 0; i < MAX_BREAKPOINTS; i++) in _initialize_remote_m32r()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dremote-m32r-sdi.c66 #define MAX_BREAKPOINTS 1024 macro
68 static unsigned long bp_address[MAX_BREAKPOINTS];
69 static unsigned char bp_data[MAX_BREAKPOINTS][4];
408 for (i = 0; i < MAX_BREAKPOINTS; i++) in m32r_open()
543 for (i = ib_breakpoints; i < MAX_BREAKPOINTS; i++) in m32r_resume()
785 for (i = ib_breakpoints; i < MAX_BREAKPOINTS; i++) in m32r_wait()
826 for (i = ib_breakpoints; i < MAX_BREAKPOINTS; i++) in m32r_wait()
1168 for (i = 0; i < MAX_BREAKPOINTS; i++) in m32r_insert_breakpoint()
1205 for (i = 0; i < MAX_BREAKPOINTS; i++) in m32r_remove_breakpoint()
1676 for (i = 0; i < MAX_BREAKPOINTS; i++) in _initialize_remote_m32r()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dremote-m32r-sdi.c66 #define MAX_BREAKPOINTS 1024 macro
68 static unsigned long bp_address[MAX_BREAKPOINTS];
69 static unsigned char bp_data[MAX_BREAKPOINTS][4];
406 for (i = 0; i < MAX_BREAKPOINTS; i++) in m32r_open()
541 for (i = ib_breakpoints; i < MAX_BREAKPOINTS; i++) in m32r_resume()
782 for (i = ib_breakpoints; i < MAX_BREAKPOINTS; i++) in m32r_wait()
823 for (i = ib_breakpoints; i < MAX_BREAKPOINTS; i++) in m32r_wait()
1165 for (i = 0; i < MAX_BREAKPOINTS; i++) in m32r_insert_breakpoint()
1202 for (i = 0; i < MAX_BREAKPOINTS; i++) in m32r_remove_breakpoint()
1671 for (i = 0; i < MAX_BREAKPOINTS; i++) in _initialize_remote_m32r()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dremote-m32r-sdi.c62 #define MAX_BREAKPOINTS 1024 macro
64 static unsigned long bp_address[MAX_BREAKPOINTS];
65 static unsigned char bp_data[MAX_BREAKPOINTS][4];
355 for (i = 0; i < MAX_BREAKPOINTS; i++) in m32r_open()
514 for (i = ib_breakpoints; i < MAX_BREAKPOINTS; i++) in m32r_resume()
766 for (i = ib_breakpoints; i < MAX_BREAKPOINTS; i++) in m32r_wait()
818 for (i = ib_breakpoints; i < MAX_BREAKPOINTS; i++) in m32r_wait()
1200 for (i = 0; i < MAX_BREAKPOINTS; i++) in m32r_insert_breakpoint()
1235 for (i = 0; i < MAX_BREAKPOINTS; i++) in m32r_remove_breakpoint()
1653 for (i = 0; i < MAX_BREAKPOINTS; i++) in _initialize_remote_m32r()
/dports/misc/gpsim/gpsim-0.31.0/src/
H A Dgpsim_time.h148 TriggerObject *f = nullptr, unsigned int abp = MAX_BREAKPOINTS);
150 TriggerObject *f = nullptr, unsigned int abp = MAX_BREAKPOINTS);
H A Dbreakpoints.cc62 for (int i = 0; i < MAX_BREAKPOINTS; i++) { in find_free()
73 return MAX_BREAKPOINTS; in find_free()
88 if (breakpoint_number >= MAX_BREAKPOINTS) { in set_breakpoint()
177 return MAX_BREAKPOINTS; in set_breakpoint()
190 return MAX_BREAKPOINTS; in set_breakpoint()
388 if (bpn < MAX_BREAKPOINTS) { in set_expression()
553 return MAX_BREAKPOINTS; in set_wdt_break()
613 if (bpn < MAX_BREAKPOINTS) { in check_cycle_break()
832 return b < MAX_BREAKPOINTS; in bIsValid()
905 for (int i = 0; i < MAX_BREAKPOINTS; i++) in clear_all()
[all …]
H A Dbreakpoints.h53 #define MAX_BREAKPOINTS 0x400 macro
54 #define BREAKPOINT_MASK (MAX_BREAKPOINTS-1)
274 } break_status[MAX_BREAKPOINTS];
309 return (index >= 0 && index < MAX_BREAKPOINTS) ? &break_status[index] : nullptr; in get()
/dports/emulators/teo/teo/include/
H A Dteo.h148 #define MAX_BREAKPOINTS 16 macro
181 int breakpoint[MAX_BREAKPOINTS];
/dports/emulators/teo/teo/src/debug/
H A Ddbkpt.c62 for (i=0; i<MAX_BREAKPOINTS; i++) in dbkpt_BreakPoint()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/tests/
H A Ddebugger.c92 #define MAX_BREAKPOINTS 100 macro
93 static struct breakpoint Breakpoints[MAX_BREAKPOINTS];
360 if (NumBreakpoints < MAX_BREAKPOINTS) { in Debugger2()
373 if (l && NumBreakpoints < MAX_BREAKPOINTS) { in Debugger2()
/dports/emulators/x48/x48-0.6.4_1/src/
H A Ddebugger.c107 #define MAX_BREAKPOINTS 32 macro
117 bkpt_tbl[MAX_BREAKPOINTS + 1];
298 for (i = 0; i < MAX_BREAKPOINTS; i++) in init_debugger()
701 for (i = 0; i < MAX_BREAKPOINTS; i++)
727 for (i = 0; i < MAX_BREAKPOINTS; i++)
767 for (num = 0; num < MAX_BREAKPOINTS; num++)
797 for (num = 0; num < MAX_BREAKPOINTS; num++)
809 if (num < 1 || num > MAX_BREAKPOINTS)
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/
H A Dscsp.h72 #define MAX_BREAKPOINTS 10 macro
79 m68kcodebreakpoint_struct codebreakpoint[MAX_BREAKPOINTS];
H A Dscu.h32 #define MAX_BREAKPOINTS 10 macro
105 scucodebreakpoint_struct codebreakpoint[MAX_BREAKPOINTS];
/dports/emulators/bochs/bochs-2.7/
H A Dgdbstub.cc246 #define MAX_BREAKPOINTS (255) macro
247 static Bit64u breakpoints[MAX_BREAKPOINTS] = {0,};
331 for (unsigned i = 0; i < MAX_BREAKPOINTS; i++) in remove_breakpoint()
349 for (i = 0; i < (unsigned)MAX_BREAKPOINTS; i++) in insert_breakpoint()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/gtk/
H A Dyuiscudsp.h52 …u32 cbp[MAX_BREAKPOINTS]; /* the list of breakpoint positions, as they can be found in the list wi…
H A Dyuim68k.h52 …u32 cbp[MAX_BREAKPOINTS]; /* the list of breakpoint positions, as they can be found in the list wi…

12