|
GDB (API)
|
#include "defs.h"#include "frame.h"#include "osabi.h"#include "regcache.h"#include "target.h"#include "gdb_assert.h"#include "gdb_string.h"#include "i386-tdep.h"#include "i387-tdep.h"#include "nto-tdep.h"#include "solib.h"#include "solib-svr4.h"Go to the source code of this file.
Defines | |
| #define | X86_CPU_FXSR (1L << 12) |
| #define | NUM_GPREGS 13 |
Functions | |
| void | _initialize_i386nto_tdep (void) |
Variables | |
| initialize_file_ftype | _initialize_i386nto_tdep |
| #define NUM_GPREGS 13 |
Definition at line 44 of file i386-nto-tdep.c.
| #define X86_CPU_FXSR (1L << 12) |
Definition at line 38 of file i386-nto-tdep.c.
| void _initialize_i386nto_tdep | ( | void | ) |
Definition at line 378 of file i386-nto-tdep.c.
1.7.6.1