GDB (API)
|
#include "defs.h"
#include "osabi.h"
#include "solib-svr4.h"
#include "symtab.h"
#include "trad-frame.h"
#include "tramp-frame.h"
#include "glibc-tdep.h"
#include "sh-tdep.h"
#include "linux-tdep.h"
Go to the source code of this file.
Defines | |
#define | REGSx16(base) |
#define | SH_MOVW 0x9305 |
#define | SH_TRAP 0xc300 |
#define | SH_OR_R0_R0 0x200b |
#define | SH_NR_SIGRETURN 0x0077 |
#define | SH_NR_RT_SIGRETURN 0x00ad |
Functions | |
void | _initialize_sh_linux_tdep (void) |
#define REGSx16 | ( | base | ) |
{(base), 0}, \ {(base) + 1, 4}, \ {(base) + 2, 8}, \ {(base) + 3, 12}, \ {(base) + 4, 16}, \ {(base) + 5, 20}, \ {(base) + 6, 24}, \ {(base) + 7, 28}, \ {(base) + 8, 32}, \ {(base) + 9, 36}, \ {(base) + 10, 40}, \ {(base) + 11, 44}, \ {(base) + 12, 48}, \ {(base) + 13, 52}, \ {(base) + 14, 56}, \ {(base) + 15, 60}
Definition at line 33 of file sh-linux-tdep.c.
#define SH_MOVW 0x9305 |
Definition at line 141 of file sh-linux-tdep.c.
#define SH_NR_RT_SIGRETURN 0x00ad |
Definition at line 147 of file sh-linux-tdep.c.
#define SH_NR_SIGRETURN 0x0077 |
Definition at line 146 of file sh-linux-tdep.c.
#define SH_OR_R0_R0 0x200b |
Definition at line 143 of file sh-linux-tdep.c.
#define SH_TRAP 0xc300 |
Definition at line 142 of file sh-linux-tdep.c.
void _initialize_sh_linux_tdep | ( | void | ) |