GDB (API)
Defines | Functions
/home/stan/gdb/src/gdb/hppaobsd-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 "hppa-tdep.h"
#include "hppabsd-tdep.h"

Go to the source code of this file.

Defines

#define HPPAOBSD_SIZEOF_GREGS   (34 * 4) /* OpenBSD 5.1 and earlier. */
#define HPPANBSD_SIZEOF_GREGS   (46 * 4) /* NetBSD and OpenBSD 5.2 and later. */
#define HPPAOBSD_SIZEOF_FPREGS   (32 * 8)
#define GDB_OSABI_NETBSD_CORE   GDB_OSABI_OPENBSD_ELF

Functions

void _initialize_hppabsd_tdep (void)

Define Documentation

Definition at line 177 of file hppaobsd-tdep.c.

#define HPPANBSD_SIZEOF_GREGS   (46 * 4) /* NetBSD and OpenBSD 5.2 and later. */

Definition at line 35 of file hppaobsd-tdep.c.

#define HPPAOBSD_SIZEOF_FPREGS   (32 * 8)

Definition at line 38 of file hppaobsd-tdep.c.

#define HPPAOBSD_SIZEOF_GREGS   (34 * 4) /* OpenBSD 5.1 and earlier. */

Definition at line 34 of file hppaobsd-tdep.c.


Function Documentation

void _initialize_hppabsd_tdep ( void  )
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines