Searched refs:pspace (Results 1 - 25 of 120) sorted by relevance

12345

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dprogspace-and-thread.h38 void switch_to_program_space_and_thread (program_space *pspace);
H A Dprogspace-and-thread.c25 switch_to_program_space_and_thread (program_space *pspace) argument
27 inferior *inf = find_inferior_for_program_space (pspace);
37 /* Switching thread switches pspace implicitly. We're
H A Dprogspace.c118 remove_program_space (program_space *pspace)
120 gdb_assert (pspace != NULL);
123 pspace);
156 locations for this pspace which we're tearing down. */
255 set_current_program_space (struct program_space *pspace)
257 if (current_program_space == pspace)
260 gdb_assert (pspace != NULL);
262 current_program_space = pspace;
271 program_space_empty_p (struct program_space *pspace)
273 if (find_inferior_for_program_space (pspace) !
115 remove_program_space(program_space *pspace) argument
252 set_current_program_space(struct program_space *pspace) argument
268 program_space_empty_p(struct program_space *pspace) argument
434 clear_program_space_solib_cache(struct program_space *pspace) argument
[all...]
H A Dauto-load.h35 get_auto_load_pspace_data_for_loading (struct program_space *pspace);
H A Dinferior.c178 if (program_space_empty_p (inf->pspace))
179 delete inf->pspace;
313 find_inferior_for_program_space (struct program_space *pspace) argument
317 if (cur_inf->pspace == pspace)
321 if (inf->pspace == pspace)
418 const char *filename = inf->pspace->pspace_exec_filename;
521 if (inf->pspace->pspace_exec_filename != NULL)
522 uiout->field_string ("exec", inf->pspace
715 struct program_space *pspace; local
896 struct program_space *pspace; local
[all...]
H A Dscoped-mock-context.h59 mock_inferior.pspace = &mock_pspace;
H A Dprogspace.h192 | pspace | inf2(pid2) | aspace2 |
230 for (objfile *objf : pspace->objfiles ()) { ... } */
241 for (objfile *objf : pspace->objfiles_safe ()) { ... }
272 for (so_list *so : pspace->solibs ()) { ... } */
345 /* Per pspace data-pointers required by other GDB modules. */
376 extern int program_space_empty_p (struct program_space *pspace);
391 extern void set_current_program_space (struct program_space *pspace);
437 /* Keep a registry of per-pspace data-pointers required by other GDB
H A Dsolist.h58 struct program_space *pspace; member in struct:so_list
H A Dobjfiles.c100 get_objfile_pspace_data (struct program_space *pspace) argument
104 info = objfiles_pspace_data.get (pspace);
106 info = objfiles_pspace_data.emplace (pspace);
334 pspace (current_program_space),
614 get_objfile_pspace_data (pspace)->section_map_dirty = 1;
736 get_objfile_pspace_data (objfile->pspace)->section_map_dirty = 1;
1162 update_section_map (struct program_space *pspace,
1169 pspace_info = get_objfile_pspace_data (pspace);
1177 for (objfile *objfile : pspace->objfiles ())
1193 for (objfile *objfile : pspace
1158 update_section_map(struct program_space *pspace, struct obj_section ***pmap, int *pmap_size) argument
1300 inhibit_section_map_updates(struct program_space *pspace) argument
1331 shared_objfile_contains_address_p(struct program_space *pspace, CORE_ADDR address) argument
[all...]
H A Dsymmisc.c65 for (struct program_space *pspace : program_spaces)
66 for (objfile *objfile : pspace->objfiles ())
82 for (struct program_space *pspace : program_spaces)
83 for (objfile *objfile : pspace->objfiles ())
768 for (struct program_space *pspace : program_spaces)
769 for (objfile *objfile : pspace->objfiles ())
788 for (struct program_space *pspace : program_spaces)
789 for (objfile *objfile : pspace->objfiles ())
893 for (struct program_space *pspace : program_spaces)
894 for (objfile *objfile : pspace
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dprogspace-and-thread.h38 void switch_to_program_space_and_thread (program_space *pspace);
H A Dprogspace-and-thread.c25 switch_to_program_space_and_thread (program_space *pspace) argument
27 inferior *inf = find_inferior_for_program_space (pspace);
37 /* Switching thread switches pspace implicitly. We're
H A Dprogspace.c86 remove_program_space (program_space *pspace)
88 gdb_assert (pspace != NULL);
91 pspace);
121 locations for this pspace which we're tearing down. */
226 set_current_program_space (struct program_space *pspace)
228 if (current_program_space == pspace)
231 gdb_assert (pspace != NULL);
233 current_program_space = pspace;
248 REQUESTED is not -1, it's the ID of the pspace that should be
260 for (struct program_space *pspace
84 remove_program_space(program_space *pspace) argument
224 set_current_program_space(struct program_space *pspace) argument
[all...]
H A Dinferior.c253 if (inf->pspace->empty ())
254 delete inf->pspace;
373 find_inferior_for_program_space (struct program_space *pspace) argument
377 if (cur_inf->pspace == pspace)
381 if (inf->pspace == pspace)
470 const char *filename = inf->pspace->exec_filename.get ();
564 if (inf->pspace->exec_filename != nullptr)
565 uiout->field_string ("exec", inf->pspace
779 struct program_space *pspace; local
950 struct program_space *pspace; local
[all...]
H A Dauto-load.h54 get_auto_load_pspace_data_for_loading (struct program_space *pspace);
H A Dlinespec.c87 struct program_space *pspace; member in struct:address_entry
366 (const char *, struct program_space *pspace);
392 struct program_space *pspace);
395 (struct collect_info *info, struct program_space *pspace,
400 struct program_space *pspace);
1109 hash = iterative_hash_object (aep->pspace, 0);
1121 return aea->pspace == aeb->pspace && aea->addr == aeb->addr;
1129 maybe_add_address (htab_t set, struct program_space *pspace, CORE_ADDR addr) argument
1134 e.pspace
2187 struct program_space *pspace local
2209 program_space *pspace local
2272 program_space *pspace = elem.objfile->pspace; local
3454 program_space *pspace = elt->compunit ()->objfile ()->pspace; local
3522 add_all_symbol_names_from_pspace(struct collect_info *info, struct program_space *pspace, const std::vector<const char *> &names, enum search_domain search_domain) argument
3594 struct program_space *pspace; local
4006 program_space *pspace = elt->compunit ()->objfile ()->pspace; local
4041 program_space *pspace = elt->compunit ()->objfile ()->pspace; local
4242 program_space *pspace = symtab->compunit ()->objfile ()->pspace; local
4313 add_matching_symbols_to_info(const char *name, symbol_name_match_type name_match_type, enum search_domain search_domain, struct collect_info *info, struct program_space *pspace) argument
[all...]
H A Dscoped-mock-context.h57 mock_inferior.pspace = &mock_pspace;
H A Dsolist.h59 struct program_space *pspace; member in struct:so_list
/netbsd-current/external/gpl3/gdb.old/dist/gdb/guile/
H A Dscm-progspace.c29 Internally we shorten that to "pspace". */
39 /* The corresponding pspace. */
40 struct program_space *pspace; member in struct:_pspace_smob
53 /* The tag Guile knows the pspace smob by. */
77 if (p_smob->pspace != NULL)
79 struct objfile *objfile = p_smob->pspace->symfile_object_file;
107 p_smob->pspace = NULL;
121 p_smob->pspace = NULL;
128 psscm_handle_pspace_deleted (struct program_space *pspace, void *datum)
132 gdb_assert (p_smob->pspace
127 psscm_handle_pspace_deleted(struct program_space *pspace, void *datum) argument
157 psscm_pspace_smob_from_pspace(struct program_space *pspace) argument
179 psscm_scm_from_pspace(struct program_space *pspace) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/guile/
H A Dscm-progspace.c29 Internally we shorten that to "pspace". */
38 /* The corresponding pspace. */
39 struct program_space *pspace; member in struct:pspace_smob
52 /* The tag Guile knows the pspace smob by. */
60 p_smob->pspace = NULL;
87 if (p_smob->pspace != NULL)
89 struct objfile *objfile = p_smob->pspace->symfile_object_file;
117 p_smob->pspace = NULL;
147 psscm_pspace_smob_from_pspace (struct program_space *pspace)
151 p_smob = psscm_pspace_data_key.get (pspace);
146 psscm_pspace_smob_from_pspace(struct program_space *pspace) argument
168 psscm_scm_from_pspace(struct program_space *pspace) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-progspace.c34 /* The corresponding pspace. */
35 struct program_space *pspace; member in struct:__anon1247
65 if (pspace_obj->pspace == nullptr) \
80 if (obj->pspace)
82 struct objfile *objfile = obj->pspace->symfile_object_file;
111 self->pspace = NULL;
333 if (self->pspace != NULL)
335 for (objfile *objf : self->pspace->objfiles ())
363 soname = solib_name_from_address (self->pspace, pc);
388 set_current_program_space (self->pspace);
462 py_free_pspace(struct program_space *pspace, void *datum) argument
486 pspace_to_pspace_object(struct program_space *pspace) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-progspace.c34 /* The corresponding pspace. */
35 struct program_space *pspace; member in struct:pspace_object
65 /* This is a fiction, but we're in a nasty spot: The pspace is in the
72 the target, which may involve accessing data in the pspace currently
78 object->pspace = NULL;
88 if (pspace_obj->pspace == nullptr) \
103 if (obj->pspace)
105 struct objfile *objfile = obj->pspace->symfile_object_file;
134 self->pspace = NULL;
356 if (self->pspace !
495 pspace_to_pspace_object(struct program_space *pspace) argument
[all...]
/netbsd-current/sys/arch/sparc64/dev/
H A Dcentralvar.h47 u_int32_t pspace; /* Parent space */ member in struct:central_range
H A Dfhcvar.h39 u_int32_t pspace; /* Parent space */ member in struct:fhc_range
/netbsd-current/sys/arch/sparc/include/
H A Dautoconf.h110 uint32_t pspace; /* Parent space */ member in struct:rom_range

Completed in 414 milliseconds

12345