GDB (API)
|
Go to the source code of this file.
#define ALL_PSPACES | ( | pspace | ) | for ((pspace) = program_spaces; (pspace) != NULL; (pspace) = (pspace)->next) |
Definition at line 231 of file progspace.h.
#define current_target_sections (¤t_program_space->target_sections) |
Definition at line 223 of file progspace.h.
#define object_files current_program_space->objfiles |
Definition at line 219 of file progspace.h.
#define symfile_objfile current_program_space->symfile_object_file |
Definition at line 215 of file progspace.h.
typedef struct so_list* so_list_ptr |
Definition at line 37 of file progspace.h.
struct program_space* add_program_space | ( | struct address_space * | aspace | ) | [read] |
Definition at line 115 of file progspace.c.
int address_space_num | ( | struct address_space * | aspace | ) |
Definition at line 96 of file progspace.c.
void clear_program_space_solib_cache | ( | struct program_space * | ) |
Definition at line 513 of file progspace.c.
struct program_space* clone_program_space | ( | struct program_space * | dest, |
struct program_space * | src | ||
) | [read] |
Definition at line 191 of file progspace.c.
DEF_VEC_P | ( | so_list_ptr | ) |
struct address_space* maybe_new_address_space | ( | void | ) | [read] |
Definition at line 76 of file progspace.c.
struct address_space* new_address_space | ( | void | ) | [read] |
Definition at line 61 of file progspace.c.
int number_of_program_spaces | ( | void | ) |
Definition at line 409 of file progspace.c.
void prune_program_spaces | ( | void | ) |
Definition at line 266 of file progspace.c.
void remove_program_space | ( | struct program_space * | pspace | ) |
Definition at line 166 of file progspace.c.
struct cleanup* save_current_program_space | ( | void | ) | [read] |
Definition at line 243 of file progspace.c.
struct cleanup* save_current_space_and_thread | ( | void | ) | [read] |
Definition at line 467 of file progspace.c.
void set_current_program_space | ( | struct program_space * | pspace | ) |
Definition at line 214 of file progspace.c.
void switch_to_program_space_and_thread | ( | struct program_space * | pspace | ) |
Definition at line 485 of file progspace.c.
void update_address_spaces | ( | void | ) |
Definition at line 432 of file progspace.c.
struct program_space* current_program_space |
Definition at line 35 of file progspace.c.
struct program_space* program_spaces |
Definition at line 32 of file progspace.c.