GDB (API)
|
#include "bfd.h"
Go to the source code of this file.
Typedefs | |
typedef char *(* | linux_collect_thread_registers_ftype )(const struct regcache *, ptid_t, bfd *, char *, int *, enum gdb_signal) |
Functions | |
char * | linux_make_corefile_notes (struct gdbarch *, bfd *, int *, linux_collect_thread_registers_ftype) |
struct type * | linux_get_siginfo_type (struct gdbarch *) |
enum gdb_signal | linux_gdb_signal_from_target (struct gdbarch *gdbarch, int signal) |
int | linux_gdb_signal_to_target (struct gdbarch *gdbarch, enum gdb_signal signal) |
void | linux_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch) |
int | linux_is_uclinux (void) |
typedef char*(* linux_collect_thread_registers_ftype)(const struct regcache *, ptid_t, bfd *, char *, int *, enum gdb_signal) |
Definition at line 27 of file linux-tdep.h.
enum gdb_signal linux_gdb_signal_from_target | ( | struct gdbarch * | gdbarch, |
int | signal | ||
) |
Definition at line 1523 of file linux-tdep.c.
int linux_gdb_signal_to_target | ( | struct gdbarch * | gdbarch, |
enum gdb_signal | signal | ||
) |
Definition at line 1646 of file linux-tdep.c.
struct type* linux_get_siginfo_type | ( | struct gdbarch * | ) | [read] |
Definition at line 127 of file linux-tdep.c.
void linux_init_abi | ( | struct gdbarch_info | info, |
struct gdbarch * | gdbarch | ||
) |
Definition at line 1773 of file linux-tdep.c.
int linux_is_uclinux | ( | void | ) |
Definition at line 248 of file linux-tdep.c.
char* linux_make_corefile_notes | ( | struct gdbarch * | , |
bfd * | , | ||
int * | , | ||
linux_collect_thread_registers_ftype | |||
) |
Definition at line 1434 of file linux-tdep.c.