|
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 "gdb_assert.h"#include "m32r-tdep.h"Go to the source code of this file.
Defines | |
| #define | DEFAULT_SEARCH_LIMIT 128 |
Functions | |
| void | _initialize_m32r_tdep (void) |
Variables | |
| char * | m32r_register_names [] |
| #define DEFAULT_SEARCH_LIMIT 128 |
Definition at line 466 of file m32r-tdep.c.
| void _initialize_m32r_tdep | ( | void | ) |
| char* m32r_register_names[] |
{
"r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7",
"r8", "r9", "r10", "r11", "r12", "fp", "lr", "sp",
"psw", "cbr", "spi", "spu", "bpc", "pc", "accl", "acch",
"evb"
}
Definition at line 214 of file m32r-tdep.c.
1.7.6.1