GDB (xrefs)
|
#include "defs.h"
#include "gdbcore.h"
#include "regcache.h"
#include "ppc-tdep.h"
#include "inferior.h"
#include "ravenscar-thread.h"
#include "ppc-ravenscar-thread.h"
Go to the source code of this file.
Macros | |
#define | NO_OFFSET -1 |
Functions | |
static struct ravenscar_arch_ops | ppc_ravenscar_powerpc_ops (powerpc_context_offsets) |
void | register_ppc_ravenscar_ops (struct gdbarch *gdbarch) |
static struct ravenscar_arch_ops | ppc_ravenscar_e500_ops (e500_context_offsets) |
void | register_e500_ravenscar_ops (struct gdbarch *gdbarch) |
Variables | |
static const int | powerpc_context_offsets [] |
static const int | e500_context_offsets [] |
#define NO_OFFSET -1 |
Definition at line 28 of file ppc-ravenscar-thread.c.
|
static |
Referenced by register_e500_ravenscar_ops().
|
static |
Referenced by register_ppc_ravenscar_ops().
void register_e500_ravenscar_ops | ( | struct gdbarch * | gdbarch | ) |
Definition at line 123 of file ppc-ravenscar-thread.c.
References ppc_ravenscar_e500_ops(), and set_gdbarch_ravenscar_ops().
Referenced by rs6000_gdbarch_init().
void register_ppc_ravenscar_ops | ( | struct gdbarch * | gdbarch | ) |
Definition at line 111 of file ppc-ravenscar-thread.c.
References ppc_ravenscar_powerpc_ops(), and set_gdbarch_ravenscar_ops().
Referenced by rs6000_gdbarch_init().
|
static |
Definition at line 61 of file ppc-ravenscar-thread.c.
|
static |
Definition at line 32 of file ppc-ravenscar-thread.c.