|
GDB (API)
|
#include "defs.h"#include "arch-utils.h"#include "gdbtypes.h"#include "gdbcmd.h"#include "gdbcore.h"#include "gdb_string.h"#include "gdb_assert.h"#include "frame.h"#include "frame-unwind.h"#include "frame-base.h"#include "trad-frame.h"#include "symtab.h"#include "symfile.h"#include "value.h"#include "inferior.h"#include "dis-asm.h"#include "objfiles.h"#include "language.h"#include "regcache.h"#include "reggroups.h"#include "floatformat.h"#include "block.h"#include "observer.h"#include "infcall.h"#include "dwarf2.h"#include "exceptions.h"#include "spu-tdep.h"Go to the source code of this file.
Classes | |
| struct | gdbarch_tdep |
Enumerations | |
| enum | { op_lqd = 0x34, op_lqx = 0x3c4, op_lqa = 0x61, op_lqr = 0x67, op_stqd = 0x24, op_stqx = 0x144, op_stqa = 0x41, op_stqr = 0x47, op_il = 0x081, op_ila = 0x21, op_a = 0x0c0, op_ai = 0x1c, op_selb = 0x8, op_br = 0x64, op_bra = 0x60, op_brsl = 0x66, op_brasl = 0x62, op_brnz = 0x42, op_brz = 0x40, op_brhnz = 0x46, op_brhz = 0x44, op_bi = 0x1a8, op_bisl = 0x1a9, op_biz = 0x128, op_binz = 0x129, op_bihz = 0x12a, op_bihnz = 0x12b } |
Functions | |
| void | _initialize_spu_tdep (void) |
Variables | |
| initialize_file_ftype | _initialize_spu_tdep |
| anonymous enum |
| op_lqd | |
| op_lqx | |
| op_lqa | |
| op_lqr | |
| op_stqd | |
| op_stqx | |
| op_stqa | |
| op_stqr | |
| op_il | |
| op_ila | |
| op_a | |
| op_ai | |
| op_selb | |
| op_br | |
| op_bra | |
| op_brsl | |
| op_brasl | |
| op_brnz | |
| op_brz | |
| op_brhnz | |
| op_brhz | |
| op_bi | |
| op_bisl | |
| op_biz | |
| op_binz | |
| op_bihz | |
| op_bihnz |
Definition at line 444 of file spu-tdep.c.
| void _initialize_spu_tdep | ( | void | ) |
Definition at line 2748 of file spu-tdep.c.
1.7.6.1