|
GDB (API)
|
#include "defs.h"#include "gdb_string.h"#include "gdb_assert.h"#include "osabi.h"#include "regcache.h"#include "regset.h"#include "gdbtypes.h"#include "gdbcore.h"#include "target.h"#include "value.h"#include "infcall.h"#include "objfiles.h"#include "breakpoint.h"#include "rs6000-tdep.h"#include "ppc-tdep.h"#include "rs6000-aix-tdep.h"#include "exceptions.h"#include "xcoffread.h"#include "solib.h"#include "solib-aix.h"#include "xml-utils.h"Go to the source code of this file.
Defines | |
| #define | SIG_FRAME_PC_OFFSET 96 |
| #define | SIG_FRAME_LR_OFFSET 108 |
| #define | SIG_FRAME_FP_OFFSET 284 |
Functions | |
| LONGEST | rs6000_aix_ld_info_to_xml (struct gdbarch *gdbarch, const gdb_byte *ldi_buf, gdb_byte *readbuf, ULONGEST offset, LONGEST len, int close_ldinfo_fd) |
| void | _initialize_rs6000_aix_tdep (void) |
Variables | |
| initialize_file_ftype | _initialize_rs6000_aix_tdep |
| #define SIG_FRAME_FP_OFFSET 284 |
Definition at line 53 of file rs6000-aix-tdep.c.
| #define SIG_FRAME_LR_OFFSET 108 |
Definition at line 52 of file rs6000-aix-tdep.c.
| #define SIG_FRAME_PC_OFFSET 96 |
Definition at line 51 of file rs6000-aix-tdep.c.
| void _initialize_rs6000_aix_tdep | ( | void | ) |
Definition at line 1098 of file rs6000-aix-tdep.c.
| LONGEST rs6000_aix_ld_info_to_xml | ( | struct gdbarch * | gdbarch, |
| const gdb_byte * | ldi_buf, | ||
| gdb_byte * | readbuf, | ||
| ULONGEST | offset, | ||
| LONGEST | len, | ||
| int | close_ldinfo_fd | ||
| ) |
Definition at line 969 of file rs6000-aix-tdep.c.
1.7.6.1