GDB (xrefs)
Public Member Functions | Public Attributes | List of all members
program_space Struct Reference

#include "progspace.h"

Public Member Functions

 VEC (so_list_ptr)*added_solibs
 
 VEC (char_ptr)*deleted_solibs
 

Public Attributes

struct program_spacenext
 
int num
 
bfd * ebfd
 
long ebfd_mtime
 
char * pspace_exec_filename
 
struct address_spaceaspace
 
int executing_startup
 
int breakpoints_not_allowed
 
struct objfilesymfile_object_file
 
struct objfileobjfiles
 
struct target_section_table target_sections
 
struct so_listso_list
 
unsigned solib_add_generation
 
 REGISTRY_FIELDS
 

Detailed Description

Definition at line 137 of file progspace.h.

Member Function Documentation

program_space::VEC ( so_list_ptr  )
program_space::VEC ( char_ptr  )

Member Data Documentation

struct address_space* program_space::aspace
int program_space::breakpoints_not_allowed

Definition at line 180 of file progspace.h.

Referenced by follow_fork_inferior(), handle_inferior_event_1(), and should_be_inserted().

bfd* program_space::ebfd

Definition at line 149 of file progspace.h.

long program_space::ebfd_mtime

Definition at line 151 of file progspace.h.

int program_space::executing_startup
struct program_space* program_space::next
int program_space::num
struct objfile* program_space::objfiles

Definition at line 188 of file progspace.h.

char* program_space::pspace_exec_filename
program_space::REGISTRY_FIELDS

Definition at line 210 of file progspace.h.

struct so_list* program_space::so_list

Definition at line 196 of file progspace.h.

Referenced by solib_name_from_address().

unsigned program_space::solib_add_generation

Definition at line 199 of file progspace.h.

Referenced by post_create_inferior(), and solib_add().

struct objfile* program_space::symfile_object_file
struct target_section_table program_space::target_sections

Definition at line 192 of file progspace.h.

Referenced by release_program_space(), and remove_target_sections().


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