GDB (xrefs)
|
#include "defs.h"
#include "gdbcore.h"
#include "target.h"
#include "monitor.h"
#include "serial.h"
#include "symfile.h"
#include "inferior.h"
#include "regcache.h"
Go to the source code of this file.
Functions | |
static void | dink32_supply_register (struct regcache *regcache, char *regname, int regnamelen, char *val, int vallen) |
static void | dink32_open (const char *args, int from_tty) |
void | _initialize_dink32_rom (void) |
Variables | |
static char * | dink32_regnames [] |
static struct target_ops | dink32_ops |
static char * | dink32_inits [] |
static struct monitor_ops | dink32_cmds |
initialize_file_ftype | _initialize_dink32_rom |
void _initialize_dink32_rom | ( | void | ) |
Definition at line 132 of file dink32-rom.c.
References add_target(), monitor_ops::clr_break, regrw_cmd::cmd, memrw_cmd::cmdb, memrw_cmd::cmdl, memrw_cmd::cmdw, monitor_ops::cont, dink32_cmds, dink32_inits, dink32_open(), dink32_ops, dink32_regnames, dink32_supply_register(), monitor_ops::dump_registers, monitor_ops::fill, monitor_ops::flags, monitor_ops::getmem, monitor_ops::getreg, monitor_ops::init, init_monitor_ops(), monitor_ops::line_term, monitor_ops::load, monitor_ops::loadresp, monitor_ops::magic, MO_32_REGS_PAIRED, MO_CLR_BREAK_1_BASED, MO_FILL_USES_ADDR, MO_GETMEM_16_BOUNDARY, MO_GETMEM_NEEDS_RANGE, MO_HANDLE_NL, MO_HEX_PREFIX, MO_SETMEM_INTERACTIVE, MO_SETREG_INTERACTIVE, MO_SREC_ACK, MO_SREC_ACK_ROTATE, MONITOR_OPS_MAGIC, monitor_ops::prompt, monitor_ops::register_pattern, monitor_ops::regnames, memrw_cmd::resp_delim, regrw_cmd::resp_delim, SERIAL_1_STOPBITS, monitor_ops::set_break, monitor_ops::setmem, monitor_ops::setreg, monitor_ops::step, monitor_ops::stopbits, monitor_ops::supply_register, monitor_ops::target, memrw_cmd::term, regrw_cmd::term, target_ops::to_doc, target_ops::to_longname, target_ops::to_open, and target_ops::to_shortname.
Definition at line 124 of file dink32-rom.c.
References dink32_cmds, and monitor_open().
Referenced by _initialize_dink32_rom().
|
static |
Definition at line 30 of file dink32-rom.c.
References monitor_supply_register().
Referenced by _initialize_dink32_rom().
initialize_file_ftype _initialize_dink32_rom |
|
static |
Definition at line 121 of file dink32-rom.c.
Referenced by _initialize_dink32_rom(), and dink32_open().
|
static |
Definition at line 118 of file dink32-rom.c.
Referenced by _initialize_dink32_rom().
|
static |
Definition at line 116 of file dink32-rom.c.
Referenced by _initialize_dink32_rom().
|
static |
Definition at line 101 of file dink32-rom.c.
Referenced by _initialize_dink32_rom().