GDB (xrefs)
Functions | Variables
/home/stan/gdb/src/gdb/microblaze-rom.c File Reference
#include "defs.h"
#include "gdbcore.h"
#include "target.h"
#include "monitor.h"
#include "gdb_string.h"
#include "serial.h"
#include "regcache.h"

Go to the source code of this file.

Functions

void _initialize_picobug_rom (void)
static void picobug_open (char *args, int from_tty)
static int picobug_dumpregs (struct regcache *regcache)
static void init_picobug_cmds (void)

Variables

static char * picobug_inits []
static struct target_ops picobug_ops
static struct monitor_ops picobug_cmds
static char * picobug_regnames []

Function Documentation

void _initialize_picobug_rom ( void  )
static void init_picobug_cmds ( void  ) [static]
static int picobug_dumpregs ( struct regcache regcache) [static]
static void picobug_open ( char *  args,
int  from_tty 
) [static]

Definition at line 52 of file microblaze-rom.c.

References monitor_open(), and picobug_cmds.

Referenced by _initialize_picobug_rom().


Variable Documentation

struct monitor_ops picobug_cmds [static]

Definition at line 34 of file microblaze-rom.c.

Referenced by init_picobug_cmds(), picobug_dumpregs(), and picobug_open().

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

Definition at line 30 of file microblaze-rom.c.

Referenced by init_picobug_cmds().

struct target_ops picobug_ops [static]

Definition at line 33 of file microblaze-rom.c.

Referenced by _initialize_picobug_rom(), and init_picobug_cmds().

char* picobug_regnames[] [static]
Initial value:
 {
  "r0",   "r1",   "r2",   "r3",   "r4",   "r5",   "r6",   "r7",
  "r8",   "r9",   "r10",  "r11",  "r12",  "r13",  "r14",  "r15",
  0,      0,      0,      0,      0,      0,      0,      0,
  0,      0,      0,      0,      0,      0,      0,      0,
  "psr",  "vbr",  "epsr", "fpsr", "epc",  "fpc",  0,      "ss1",
  "ss2",  "ss3",  "ss4",  0,      0,      0,      0,      0,
  0,      0,      0,      0,      0,      0,      0,      0,
  0,      0,      0,      0,      0,      0,      0,      0,
  "pc" }

Definition at line 38 of file microblaze-rom.c.

Referenced by init_picobug_cmds(), and picobug_dumpregs().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines