Searched refs:breakpoint (Results 1 – 8 of 8) sorted by relevance
45 U_BOOT_CMD_MKENT(breakpoint, CONFIG_SYS_MAXARGS, 1, do_breakpoint,
45 extern void breakpoint(void);
23 breakpoint
236 static int breakpoint; in x86emu_single_step() local240 if (M.x86.saved_ip != breakpoint) { in x86emu_single_step()293 breakpoint = ps[1]; in x86emu_single_step()
567 breakpoint(void) in breakpoint() function
6 be able to receive control after a single step or breakpoint:
232 Error in re-setting breakpoint 1:
116 time to execute commands. This is useful if U-Boot is stopped at a breakpoint
Completed in 8 milliseconds