GDB (API)
|
#include "defs.h"
#include "arch-utils.h"
#include "gdbcore.h"
#include "osabi.h"
#include "frame.h"
#include "frame-unwind.h"
#include "trad-frame.h"
#include "symtab.h"
#include "objfiles.h"
#include "inferior.h"
#include "infcall.h"
#include "observer.h"
#include "hppa-tdep.h"
#include "solib-som.h"
#include "solib-pa64.h"
#include "regset.h"
#include "regcache.h"
#include "exceptions.h"
#include "gdb_string.h"
Go to the source code of this file.
Defines | |
#define | IS_32BIT_TARGET(_gdbarch) ((gdbarch_tdep (_gdbarch))->bytes_per_address == 4) |
#define | HPPA_HPUX_SS_WIDEREGS 0x40 |
#define | HPPA_HPUX_SS_FLAGS_OFFSET 0 |
#define | HPPA_HPUX_SS_NARROW_OFFSET 4 |
#define | HPPA_HPUX_SS_FPBLOCK_OFFSET 256 |
#define | HPPA_HPUX_SS_WIDE_OFFSET 640 |
#define | HPPA_HPUX_SAVE_STATE_SIZE 1152 |
#define | HPPA_HPUX_PA89_SAVE_STATE_SIZE 512 |
#define | INSN(I1, I2, I3, I4) 0x ## I1, 0x ## I2, 0x ## I3, 0x ## I4 |
#define | HPPA_HPUX_SS_INSYSCALL 0x02 |
Functions | |
void | _initialize_hppa_hpux_tdep (void) |
Variables | |
initialize_file_ftype | _initialize_hppa_hpux_tdep |
#define HPPA_HPUX_PA89_SAVE_STATE_SIZE 512 |
Definition at line 61 of file hppa-hpux-tdep.c.
#define HPPA_HPUX_SAVE_STATE_SIZE 1152 |
Definition at line 57 of file hppa-hpux-tdep.c.
#define HPPA_HPUX_SS_FLAGS_OFFSET 0 |
Definition at line 51 of file hppa-hpux-tdep.c.
#define HPPA_HPUX_SS_FPBLOCK_OFFSET 256 |
Definition at line 53 of file hppa-hpux-tdep.c.
#define HPPA_HPUX_SS_INSYSCALL 0x02 |
Definition at line 1391 of file hppa-hpux-tdep.c.
#define HPPA_HPUX_SS_NARROW_OFFSET 4 |
Definition at line 52 of file hppa-hpux-tdep.c.
#define HPPA_HPUX_SS_WIDE_OFFSET 640 |
Definition at line 54 of file hppa-hpux-tdep.c.
#define HPPA_HPUX_SS_WIDEREGS 0x40 |
Definition at line 47 of file hppa-hpux-tdep.c.
#define INSN | ( | I1, | |
I2, | |||
I3, | |||
I4 | |||
) | 0x ## I1, 0x ## I2, 0x ## I3, 0x ## I4 |
#define IS_32BIT_TARGET | ( | _gdbarch | ) | ((gdbarch_tdep (_gdbarch))->bytes_per_address == 4) |
Definition at line 41 of file hppa-hpux-tdep.c.
void _initialize_hppa_hpux_tdep | ( | void | ) |
Definition at line 1559 of file hppa-hpux-tdep.c.