GDB (API)
|
#include "defs.h"
#include "frame.h"
#include "frame-unwind.h"
#include "frame-base.h"
#include "symtab.h"
#include "gdbtypes.h"
#include "gdbcmd.h"
#include "gdbcore.h"
#include "gdb_string.h"
#include "value.h"
#include "inferior.h"
#include "symfile.h"
#include "objfiles.h"
#include "osabi.h"
#include "language.h"
#include "arch-utils.h"
#include "regcache.h"
#include "trad-frame.h"
#include "dis-asm.h"
#include "record.h"
#include "record-full.h"
#include "gdb_assert.h"
#include "moxie-tdep.h"
Go to the source code of this file.
Enumerations | |
enum | { REG_UNAVAIL = (CORE_ADDR) -1 } |
Functions | |
void | _initialize_moxie_tdep (void) |
Variables | |
char * | moxie_register_names [] |
anonymous enum |
Definition at line 51 of file moxie-tdep.c.
void _initialize_moxie_tdep | ( | void | ) |
char* moxie_register_names[] |
{ "$fp", "$sp", "$r0", "$r1", "$r2", "$r3", "$r4", "$r5", "$r6", "$r7", "$r8", "$r9", "$r10", "$r11", "$r12", "$r13", "$pc", "$cc" }
Definition at line 87 of file moxie-tdep.c.