GDB (API)
Defines | Functions
/home/stan/gdb/src/gdb/alphanbsd-tdep.c File Reference
#include "defs.h"
#include "frame.h"
#include "gdbcore.h"
#include "osabi.h"
#include "regcache.h"
#include "regset.h"
#include "value.h"
#include "gdb_assert.h"
#include "gdb_string.h"
#include "alpha-tdep.h"
#include "alphabsd-tdep.h"
#include "nbsd-tdep.h"
#include "solib-svr4.h"
#include "target.h"

Go to the source code of this file.

Defines

#define ALPHANBSD_SIZEOF_GREGS   (32 * 8)
#define ALPHANBSD_SIZEOF_FPREGS   ((32 * 8) + 8)
#define RETCODE_NWORDS   4
#define RETCODE_SIZE   (RETCODE_NWORDS * 4)

Functions

struct regsetalphanbsd_regset_from_core_section (struct gdbarch *gdbarch, const char *sect_name, size_t sect_size)
void _initialize_alphanbsd_tdep (void)

Define Documentation

#define ALPHANBSD_SIZEOF_FPREGS   ((32 * 8) + 8)

Definition at line 48 of file alphanbsd-tdep.c.

#define ALPHANBSD_SIZEOF_GREGS   (32 * 8)

Definition at line 45 of file alphanbsd-tdep.c.

#define RETCODE_NWORDS   4

Definition at line 209 of file alphanbsd-tdep.c.

#define RETCODE_SIZE   (RETCODE_NWORDS * 4)

Definition at line 210 of file alphanbsd-tdep.c.


Function Documentation

void _initialize_alphanbsd_tdep ( void  )

Definition at line 308 of file alphanbsd-tdep.c.

struct regset* alphanbsd_regset_from_core_section ( struct gdbarch *  gdbarch,
const char *  sect_name,
size_t  sect_size 
) [read]

Definition at line 166 of file alphanbsd-tdep.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines