|
GDB (xrefs)
|
Go to the source code of this file.
Defines | |
| #define | SREC_2_BYTE_ADDR 0x00000001 |
| #define | SREC_3_BYTE_ADDR 0x00000002 |
| #define | SREC_4_BYTE_ADDR 0x00000004 |
| #define | SREC_TERM_SHIFT 3 |
| #define | SREC_ALL |
Functions | |
| void | load_srec (struct serial *desc, const char *file, bfd_vma load_offset, int maxrecsize, int flags, int hashmark, int(*waitack)(void)) |
| #define SREC_2_BYTE_ADDR 0x00000001 |
Definition at line 28 of file srec.h.
Referenced by make_srec().
| #define SREC_3_BYTE_ADDR 0x00000002 |
Definition at line 29 of file srec.h.
Referenced by make_srec().
| #define SREC_4_BYTE_ADDR 0x00000004 |
Definition at line 30 of file srec.h.
Referenced by make_srec().
| #define SREC_ALL |
(SREC_2_BYTE_ADDR | SREC_3_BYTE_ADDR | SREC_4_BYTE_ADDR \ | ((SREC_2_BYTE_ADDR | SREC_3_BYTE_ADDR | SREC_4_BYTE_ADDR) \ << SREC_TERM_SHIFT))
Definition at line 33 of file srec.h.
Referenced by monitor_load().
| #define SREC_TERM_SHIFT 3 |
Definition at line 31 of file srec.h.
Referenced by make_srec().
| void load_srec | ( | struct serial * | desc, |
| const char * | file, | ||
| bfd_vma | load_offset, | ||
| int | maxrecsize, | ||
| int | flags, | ||
| int | hashmark, | ||
| int(*)(void) | waitack | ||
| ) |
Definition at line 47 of file dsrec.c.
References _, deprecated_ui_load_progress_hook, do_cleanups(), error(), gdb_bfd_open(), gdb_flush(), gdb_stdout, make_cleanup_bfd_unref(), make_srec(), paddress(), print_transfer_performance(), printf_filtered(), putchar_unfiltered(), puts_debug(), remote_debug, serial_flush_input(), serial_write(), size, and target_gdbarch().
Referenced by monitor_load().
1.7.6.1