#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.
void _initialize_core_regset |
( |
void |
| ) |
|
static void fetch_core_registers |
( |
struct regcache * |
regcache, |
|
|
char * |
core_reg_sect, |
|
|
unsigned |
core_reg_size, |
|
|
int |
which, |
|
|
CORE_ADDR |
reg_addr |
|
) |
| |
|
static |
Initial value:=
{
bfd_target_elf_flavour,
NULL
}
int default_check_format(bfd *abfd)
static void fetch_core_registers(struct regcache *regcache, char *core_reg_sect, unsigned core_reg_size, int which, CORE_ADDR reg_addr)
int default_core_sniffer(struct core_fns *our_fns, bfd *abfd)
Definition at line 105 of file core-regset.c.