GDB (xrefs)
Public Attributes | List of all members
so_list Struct Reference

#include "solist.h"

Public Attributes

struct so_listnext
 
struct lm_infolm_info
 
char so_original_name [SO_NAME_MAX_PATH_SIZE]
 
char so_name [SO_NAME_MAX_PATH_SIZE]
 
struct program_spacepspace
 
bfd * abfd
 
char symbols_loaded
 
struct objfileobjfile
 
struct target_sectionsections
 
struct target_sectionsections_end
 
CORE_ADDR addr_low
 
CORE_ADDR addr_high
 

Detailed Description

Definition at line 30 of file solist.h.

Member Data Documentation

bfd* so_list::abfd
CORE_ADDR so_list::addr_high
CORE_ADDR so_list::addr_low
struct lm_info* so_list::lm_info
struct so_list* so_list::next
struct objfile* so_list::objfile
struct program_space* so_list::pspace

Definition at line 55 of file solist.h.

Referenced by disable_breakpoints_in_unloaded_shlib(), and update_solib_list().

struct target_section* so_list::sections
struct target_section* so_list::sections_end

Definition at line 72 of file solist.h.

Referenced by clear_so(), solib_map_sections(), and solib_read_symbols().

char so_list::so_name[SO_NAME_MAX_PATH_SIZE]
char so_list::so_original_name[SO_NAME_MAX_PATH_SIZE]
char so_list::symbols_loaded

The documentation for this struct was generated from the following file: