|
GDB (API)
|
#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) |
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.
| void _initialize_hppabsd_tdep | ( | void | ) |
1.7.6.1