GDB (API)
|
#include "defs.h"
#include "gdbcore.h"
#include "target.h"
#include "exceptions.h"
#include "monitor.h"
#include "serial.h"
#include "symtab.h"
#include "command.h"
#include "gdbcmd.h"
#include "symfile.h"
#include <sys/time.h>
#include <time.h>
#include "gdb_string.h"
#include "objfiles.h"
#include "inferior.h"
#include <ctype.h>
#include "regcache.h"
#include "gdb_bfd.h"
#include "cli/cli-utils.h"
#include <sys/types.h>
#include <netdb.h>
#include <netinet/in.h>
#include <arpa/inet.h>
Go to the source code of this file.
Defines | |
#define | PSW_REGNUM 16 |
#define | SPI_REGNUM 18 |
#define | SPU_REGNUM 19 |
#define | ACCL_REGNUM 22 |
#define | ACCH_REGNUM 23 |
Functions | |
void | _initialize_m32r_rom (void) |
Variables | |
initialize_file_ftype | _initialize_m32r_rom |
#define ACCH_REGNUM 23 |
Definition at line 69 of file m32r-rom.c.
#define ACCL_REGNUM 22 |
Definition at line 68 of file m32r-rom.c.
#define PSW_REGNUM 16 |
Definition at line 65 of file m32r-rom.c.
#define SPI_REGNUM 18 |
Definition at line 66 of file m32r-rom.c.
#define SPU_REGNUM 19 |
Definition at line 67 of file m32r-rom.c.
void _initialize_m32r_rom | ( | void | ) |
Definition at line 579 of file m32r-rom.c.