GDB (API)
|
#include "defs.h"
#include "objfiles.h"
#include "solist.h"
#include "symtab.h"
#include "symfile.h"
#include "target.h"
#include "vec.h"
#include "solib-target.h"
#include "gdb_string.h"
Go to the source code of this file.
Typedefs | |
typedef struct lm_info * | lm_info_p |
Functions | |
DEF_VEC_P (lm_info_p) | |
void | _initialize_solib_target (void) |
Variables | |
struct target_so_ops | solib_target_so_ops |
initialize_file_ftype | _initialize_solib_target |
typedef struct lm_info* lm_info_p |
Definition at line 54 of file solib-target.c.
void _initialize_solib_target | ( | void | ) |
Definition at line 489 of file solib-target.c.
struct target_so_ops solib_target_so_ops |
Definition at line 483 of file solib-target.c.