GDB (xrefs)
Functions | Variables
/home/stan/gdb/src/gdb/dbug-rom.c File Reference
#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_open (char *args, int from_tty)
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)
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

Function Documentation

void _initialize_dbug_rom ( void  )
static void dbug_open ( char *  args,
int  from_tty 
) [static]

Definition at line 158 of file dbug-rom.c.

References dbug_cmds, and monitor_open().

Referenced by _initialize_dbug_rom().

static const char* dbug_regname ( int  index) [static]

Definition at line 82 of file dbug-rom.c.

Referenced by init_dbug_cmds().

static void dbug_supply_register ( struct regcache regcache,
char *  regname,
int  regnamelen,
char *  val,
int  vallen 
) [static]
static void init_dbug_cmds ( void  ) [static]

Variable Documentation

struct monitor_ops dbug_cmds [static]

Definition at line 100 of file dbug-rom.c.

Referenced by dbug_open(), and init_dbug_cmds().

char* dbug_inits[] [static]
Initial value:
{"\r", NULL}

Definition at line 102 of file dbug-rom.c.

Referenced by init_dbug_cmds().

struct target_ops dbug_ops [static]

Definition at line 99 of file dbug-rom.c.

Referenced by _initialize_dbug_rom(), and init_dbug_cmds().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines