GDB (API)
Functions
/home/stan/gdb/src/gdb/solib.h File Reference

Go to the source code of this file.

Functions

void clear_solib (void)
void solib_add (char *, int, struct target_ops *, int)
int solib_read_symbols (struct so_list *, int)
void solib_create_inferior_hook (int from_tty)
char * solib_name_from_address (struct program_space *, CORE_ADDR)
int solib_contains_address_p (const struct so_list *, CORE_ADDR)
int solib_keep_data_in_core (CORE_ADDR vaddr, unsigned long size)
int in_solib_dynsym_resolve_code (CORE_ADDR)
void no_shared_libraries (char *ignored, int from_tty)
void set_solib_ops (struct gdbarch *gdbarch, const struct target_so_ops *new_ops)
int libpthread_name_p (const char *name)
CORE_ADDR gdb_bfd_lookup_symbol (bfd *abfd, int(*match_sym)(asymbol *, void *), void *data)
CORE_ADDR gdb_bfd_lookup_symbol_from_symtab (bfd *abfd, int(*match_sym)(asymbol *, void *), void *data)
void update_solib_breakpoints (void)
void handle_solib_event (void)

Function Documentation

void clear_solib ( void  )

Definition at line 1139 of file solib.c.

CORE_ADDR gdb_bfd_lookup_symbol ( bfd *  abfd,
int(*)(asymbol *, void *)  match_sym,
void *  data 
)

Definition at line 1485 of file solib.c.

CORE_ADDR gdb_bfd_lookup_symbol_from_symtab ( bfd *  abfd,
int(*)(asymbol *, void *)  match_sym,
void *  data 
)

Definition at line 1408 of file solib.c.

void handle_solib_event ( void  )

Definition at line 1244 of file solib.c.

Definition at line 1197 of file solib.c.

int libpthread_name_p ( const char *  name)

Definition at line 870 of file solib.c.

void no_shared_libraries ( char *  ignored,
int  from_tty 
)

Definition at line 1219 of file solib.c.

void set_solib_ops ( struct gdbarch *  gdbarch,
const struct target_so_ops new_ops 
)

Definition at line 78 of file solib.c.

void solib_add ( char *  ,
int  ,
struct target_ops ,
int   
)

Definition at line 893 of file solib.c.

Definition at line 1084 of file solib.c.

void solib_create_inferior_hook ( int  from_tty)

Definition at line 1186 of file solib.c.

int solib_keep_data_in_core ( CORE_ADDR  vaddr,
unsigned long  size 
)

Definition at line 1126 of file solib.c.

char* solib_name_from_address ( struct program_space ,
CORE_ADDR   
)

Definition at line 1108 of file solib.c.

int solib_read_symbols ( struct so_list ,
int   
)

Definition at line 595 of file solib.c.

void update_solib_breakpoints ( void  )

Definition at line 1233 of file solib.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines