GDB (xrefs)
|
#include "defs.h"
#include "serial.h"
#include "srec.h"
#include <sys/time.h>
#include <time.h>
#include "gdb_assert.h"
#include "gdb_string.h"
#include "gdb_bfd.h"
Go to the source code of this file.
Functions | |
static int | make_srec (char *srec, CORE_ADDR targ_addr, bfd *abfd, asection *sect, int sectoff, int *maxrecsize, int flags) |
void | load_srec (struct serial *desc, const char *file, bfd_vma load_offset, int maxrecsize, int flags, int hashmark, int(*waitack)(void)) |
Variables | |
int | remote_debug |
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().
static int make_srec | ( | char * | srec, |
CORE_ADDR | targ_addr, | ||
bfd * | abfd, | ||
asection * | sect, | ||
int | sectoff, | ||
int * | maxrecsize, | ||
int | flags | ||
) | [static] |
Definition at line 224 of file dsrec.c.
References _, flags, gdb_assert, internal_error(), min, p, paddress(), SREC_2_BYTE_ADDR, SREC_3_BYTE_ADDR, SREC_4_BYTE_ADDR, SREC_TERM_SHIFT, and target_gdbarch().
Referenced by load_srec().
Definition at line 171 of file top.c.
Referenced by _initialize_cli_cmds(), async_remote_interrupt(), async_remote_interrupt_twice(), check_binary_download(), gdb_cntrl_c(), gdbsim_close(), gdbsim_create_inferior(), gdbsim_detach(), gdbsim_fetch_register(), gdbsim_files_info(), gdbsim_kill(), gdbsim_load(), gdbsim_mourn_inferior(), gdbsim_open(), gdbsim_resume_inferior(), gdbsim_store_register(), gdbsim_wait(), gdbsim_xfer_memory(), getpkt_or_notif_sane_1(), load_srec(), m32r_close(), m32r_create_inferior(), m32r_detach(), m32r_fetch_register(), m32r_insert_breakpoint(), m32r_insert_watchpoint(), m32r_kill(), m32r_mourn_inferior(), m32r_open(), m32r_prepare_to_store(), m32r_remove_breakpoint(), m32r_remove_watchpoint(), m32r_resume(), m32r_stop(), m32r_store_register(), m32r_wait(), m32r_xfer_memory(), mips_expect_timeout(), mips_kill(), mips_readchar(), mips_receive_header(), mips_receive_packet(), monitor_interrupt(), monitor_read_memory(), monitor_wait(), monitor_wait_filter(), packet_ok(), putpkt_binary(), read_frame(), readchar(), remote_stop(), sdireset_command(), sdistatus_command(), and send_g_packet().