|
GDB (API)
|
#include "defs.h"#include "frame.h"#include "inferior.h"#include "gdbcore.h"#include "target.h"#include "floatformat.h"#include "symtab.h"#include "regcache.h"#include "libbfd.h"#include "objfiles.h"#include "i387-tdep.h"#include "i386-tdep.h"#include "osabi.h"#include "ui-out.h"#include "gdb_assert.h"#include "i386-darwin-tdep.h"#include "solib.h"#include "solib-darwin.h"#include "dwarf2-frame.h"Go to the source code of this file.
Functions | |
| int | darwin_dwarf_signal_frame_p (struct gdbarch *gdbarch, struct frame_info *this_frame) |
| void | _initialize_i386_darwin_tdep (void) |
Variables | |
| int | i386_darwin_thread_state_reg_offset [] |
| const int | i386_darwin_thread_state_num_regs |
| initialize_file_ftype | _initialize_i386_darwin_tdep |
| void _initialize_i386_darwin_tdep | ( | void | ) |
Definition at line 293 of file i386-darwin-tdep.c.
| int darwin_dwarf_signal_frame_p | ( | struct gdbarch * | gdbarch, |
| struct frame_info * | this_frame | ||
| ) |
Definition at line 105 of file i386-darwin-tdep.c.
ARRAY_SIZE (i386_darwin_thread_state_reg_offset)
Definition at line 66 of file i386-darwin-tdep.c.
{
0 * 4,
2 * 4,
3 * 4,
1 * 4,
7 * 4,
6 * 4,
5 * 4,
4 * 4,
10 * 4,
9 * 4,
11 * 4,
8 * 4,
12 * 4,
13 * 4,
14 * 4,
15 * 4
}
Definition at line 46 of file i386-darwin-tdep.c.
1.7.6.1