Searched refs:breakpoint (Results 1 – 9 of 9) sorted by relevance
| /u-boot/doc/usage/cmd/ |
| A D | exception.rst | 23 breakpoint 35 breakpoint exception
|
| /u-boot/cmd/arm/ |
| A D | exception.c | 45 U_BOOT_CMD_MKENT(breakpoint, CONFIG_SYS_MAXARGS, 1, do_breakpoint,
|
| A D | exception64.c | 73 U_BOOT_CMD_MKENT(breakpoint, CONFIG_SYS_MAXARGS, 1, do_breakpoint,
|
| /u-boot/include/ |
| A D | kgdb.h | 54 extern void breakpoint(void);
|
| /u-boot/drivers/bios_emulator/x86emu/ |
| A D | debug.c | 236 static int breakpoint; in x86emu_single_step() local 240 if (M.x86.saved_ip != breakpoint) { in x86emu_single_step() 293 breakpoint = ps[1]; in x86emu_single_step()
|
| /u-boot/common/ |
| A D | kgdb.c | 570 breakpoint(void) in breakpoint() function
|
| /u-boot/doc/ |
| A D | README.mpc85xx | 6 be able to receive control after a single step or breakpoint:
|
| /u-boot/doc/develop/ |
| A D | tests_writing.rst | 180 breakpoint on do_mem_search(), which is what implements the 'ms' command,
|
| A D | py_testing.rst | 186 time to execute commands. This is useful if U-Boot is stopped at a breakpoint
|
Completed in 18 milliseconds