GDB (API)
|
#include "defs.h"
#include "gdb_string.h"
#include "inferior.h"
#include "gdbcore.h"
#include "solib.h"
#include "solist.h"
#include "objfiles.h"
#include "symtab.h"
#include "language.h"
#include "command.h"
#include "gdbcmd.h"
#include "elf-bfd.h"
#include "exceptions.h"
#include "gdb_bfd.h"
Go to the source code of this file.
Defines | |
#define | GOT_MODULE_OFFSET 4 |
Typedefs | |
typedef gdb_byte | ext_Elf32_Half [2] |
typedef gdb_byte | ext_Elf32_Addr [4] |
typedef gdb_byte | ext_Elf32_Word [4] |
typedef gdb_byte | ext_ptr [4] |
Enumerations | |
enum | { TIC6X_PTR_SIZE = 4 } |
Functions | |
void | _initialize_dsbt_solib (void) |
Variables | |
struct target_so_ops | dsbt_so_ops |
initialize_file_ftype | _initialize_dsbt_solib |
#define GOT_MODULE_OFFSET 4 |
Definition at line 35 of file solib-dsbt.c.
typedef gdb_byte ext_Elf32_Addr[4] |
Definition at line 49 of file solib-dsbt.c.
typedef gdb_byte ext_Elf32_Half[2] |
Definition at line 48 of file solib-dsbt.c.
typedef gdb_byte ext_Elf32_Word[4] |
Definition at line 50 of file solib-dsbt.c.
Definition at line 105 of file solib-dsbt.c.
anonymous enum |
Definition at line 41 of file solib-dsbt.c.
void _initialize_dsbt_solib | ( | void | ) |
Definition at line 1070 of file solib-dsbt.c.
struct target_so_ops dsbt_so_ops |
Definition at line 1064 of file solib-dsbt.c.