GDB (xrefs)
Functions | Variables
/tmp/gdb-7.10/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 <time.h>
#include <sys/procfs.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 118 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:
=
{
bfd_target_elf_flavour,
NULL
}
int default_check_format(bfd *abfd)
Definition: corelow.c:164
static void fetch_core_registers(struct regcache *regcache, char *core_reg_sect, unsigned core_reg_size, int which, CORE_ADDR reg_addr)
Definition: core-regset.c:58
int default_core_sniffer(struct core_fns *our_fns, bfd *abfd)
Definition: corelow.c:115

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