GDB (xrefs)
|
#include "defs.h"
#include "gdbcore.h"
#include "target.h"
#include "monitor.h"
#include "serial.h"
#include "regcache.h"
#include "m68k-tdep.h"
Go to the source code of this file.
Functions | |
static void | dbug_supply_register (struct regcache *regcache, char *regname, int regnamelen, char *val, int vallen) |
static const char * | dbug_regname (int index) |
static void | init_dbug_cmds (void) |
static void | dbug_open (const char *args, int from_tty) |
void | _initialize_dbug_rom (void) |
Variables | |
static struct target_ops | dbug_ops |
static struct monitor_ops | dbug_cmds |
static char * | dbug_inits [] |
initialize_file_ftype | _initialize_dbug_rom |
void _initialize_dbug_rom | ( | void | ) |
Definition at line 164 of file dbug-rom.c.
References add_target(), dbug_open(), dbug_ops, init_dbug_cmds(), init_monitor_ops(), target_ops::to_doc, target_ops::to_longname, target_ops::to_open, and target_ops::to_shortname.
Definition at line 156 of file dbug-rom.c.
References dbug_cmds, and monitor_open().
Referenced by _initialize_dbug_rom().
Definition at line 80 of file dbug-rom.c.
Referenced by init_dbug_cmds().
|
static |
Definition at line 36 of file dbug-rom.c.
References gdbarch_pc_regnum(), gdbarch_ps_regnum(), get_regcache_arch(), M68K_A0_REGNUM, M68K_D0_REGNUM, and monitor_supply_register().
Referenced by init_dbug_cmds().
|
static |
Definition at line 105 of file dbug-rom.c.
References monitor_ops::clr_all_break, monitor_ops::clr_break, regrw_cmd::cmd, monitor_ops::cmd_end, memrw_cmd::cmdb, memrw_cmd::cmdl, memrw_cmd::cmdll, memrw_cmd::cmdw, monitor_ops::cont, dbug_cmds, dbug_inits, dbug_ops, dbug_regname(), dbug_supply_register(), monitor_ops::dump_registers, monitor_ops::fill, monitor_ops::flags, monitor_ops::getmem, monitor_ops::getreg, monitor_ops::init, monitor_ops::line_term, monitor_ops::load, monitor_ops::loadresp, monitor_ops::magic, MO_CLR_BREAK_USES_ADDR, MO_FILL_USES_ADDR, MO_GETMEM_NEEDS_RANGE, MONITOR_OPS_MAGIC, monitor_ops::prompt, monitor_ops::register_pattern, monitor_ops::regname, 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::stop, monitor_ops::stopbits, monitor_ops::supply_register, monitor_ops::target, memrw_cmd::term, regrw_cmd::term, memrw_cmd::term_cmd, and regrw_cmd::term_cmd.
Referenced by _initialize_dbug_rom().
initialize_file_ftype _initialize_dbug_rom |
|
static |
Definition at line 98 of file dbug-rom.c.
Referenced by dbug_open(), and init_dbug_cmds().
|
static |
Definition at line 100 of file dbug-rom.c.
Referenced by init_dbug_cmds().
|
static |
Definition at line 97 of file dbug-rom.c.
Referenced by _initialize_dbug_rom(), and init_dbug_cmds().