GDB (API)
Defines | Functions
/home/stan/gdb/src/gdb/armbsd-tdep.c File Reference
#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 regsetarmbsd_regset_from_core_section (struct gdbarch *gdbarch, const char *sect_name, size_t sect_size)

Define Documentation

#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.


Function Documentation

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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines