GDB (API)
|
#include "defs.h"
#include "osabi.h"
#include "regcache.h"
#include "regset.h"
#include "gdb_assert.h"
#include "gdb_string.h"
#include "arm-tdep.h"
Go to the source code of this file.
Defines | |
#define | ARMBSD_SIZEOF_GREGS (17 * 4) |
#define | ARMBSD_SIZEOF_FPREGS ((1 + (8 * 3)) * 4) |
Functions | |
struct regset * | armbsd_regset_from_core_section (struct gdbarch *gdbarch, const char *sect_name, size_t sect_size) |
#define ARMBSD_SIZEOF_FPREGS ((1 + (8 * 3)) * 4) |
Definition at line 36 of file armbsd-tdep.c.
#define ARMBSD_SIZEOF_GREGS (17 * 4) |
Definition at line 33 of file armbsd-tdep.c.
struct regset* armbsd_regset_from_core_section | ( | struct gdbarch * | gdbarch, |
const char * | sect_name, | ||
size_t | sect_size | ||
) | [read] |
Definition at line 117 of file armbsd-tdep.c.