GDB (API)
|
#include "defs.h"
#include "arch-utils.h"
#include "frame.h"
#include "osabi.h"
#include "regcache.h"
#include "regset.h"
#include "trad-frame.h"
#include "tramp-frame.h"
#include "gdbtypes.h"
#include "gdb_assert.h"
#include "gdb_string.h"
#include "m68k-tdep.h"
#include "solib-svr4.h"
Go to the source code of this file.
Defines | |
#define | M68KBSD_SIZEOF_GREGS (18 * 4) |
#define | M68KBSD_SIZEOF_FPREGS (((8 * 3) + 3) * 4) |
Functions | |
int | m68kbsd_fpreg_offset (struct gdbarch *gdbarch, int regnum) |
void | _initialize_m68kbsd_tdep (void) |
#define M68KBSD_SIZEOF_FPREGS (((8 * 3) + 3) * 4) |
Definition at line 42 of file m68kbsd-tdep.c.
#define M68KBSD_SIZEOF_GREGS (18 * 4) |
Definition at line 39 of file m68kbsd-tdep.c.
void _initialize_m68kbsd_tdep | ( | void | ) |
int m68kbsd_fpreg_offset | ( | struct gdbarch * | gdbarch, |
int | regnum | ||
) |
Definition at line 45 of file m68kbsd-tdep.c.