GDB (xrefs)
Functions | Variables
/home/stan/gdb/src/gdb/core-regset.c File Reference
#include "defs.h"
#include "command.h"
#include "gdbcore.h"
#include "inferior.h"
#include "target.h"
#include "regcache.h"
#include <fcntl.h>
#include <errno.h>
#include "gdb_string.h"
#include <time.h>
#include "gregset.h"

Go to the source code of this file.

Functions

static void fetch_core_registers (struct regcache *regcache, char *core_reg_sect, unsigned core_reg_size, int which, CORE_ADDR reg_addr)
void _initialize_core_regset (void)

Variables

static struct core_fns regset_core_fns

Function Documentation

void _initialize_core_regset ( void  )

Definition at line 120 of file core-regset.c.

References deprecated_add_core_fns().

static void fetch_core_registers ( struct regcache regcache,
char *  core_reg_sect,
unsigned  core_reg_size,
int  which,
CORE_ADDR  reg_addr 
) [static]

Variable Documentation

struct core_fns regset_core_fns [static]
Initial value:

Definition at line 107 of file core-regset.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines