HomeSort by: relevance | last modified time | path
    Searched defs:pspace (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/sys/arch/sparc64/dev/
centralvar.h 47 u_int32_t pspace; /* Parent space */ member in struct:central_range
fhcvar.h 39 u_int32_t pspace; /* Parent space */ member in struct:fhc_range
  /src/sys/arch/sparc/include/
autoconf.h 110 uint32_t pspace; /* Parent space */ member in struct:rom_range
  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-progspace.c 28 Internally we shorten that to "pspace". */
37 /* The corresponding pspace. */
38 struct program_space *pspace; member in struct:pspace_smob
51 /* The tag Guile knows the pspace smob by. */
59 p_smob->pspace = NULL;
86 if (p_smob->pspace != NULL)
88 struct objfile *objfile = p_smob->pspace->symfile_object_file;
116 p_smob->pspace = NULL;
141 /* Return a pointer to the progspace_smob that encapsulates PSPACE,
146 psscm_pspace_smob_from_pspace (struct program_space *pspace)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/guile/
scm-progspace.c 28 Internally we shorten that to "pspace". */
37 /* The corresponding pspace. */
38 struct program_space *pspace; member in struct:pspace_smob
51 /* The tag Guile knows the pspace smob by. */
59 p_smob->pspace = NULL;
86 if (p_smob->pspace != NULL)
88 struct objfile *objfile = p_smob->pspace->symfile_object_file;
116 p_smob->pspace = NULL;
141 /* Return a pointer to the progspace_smob that encapsulates PSPACE,
146 psscm_pspace_smob_from_pspace (struct program_space *pspace)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-progspace.c 36 /* The corresponding pspace. */
37 struct program_space *pspace; member in struct:pspace_object
65 /* Clear the PSPACE pointer in a Pspace object and remove the reference. */
70 /* This is a fiction, but we're in a nasty spot: The pspace is in the
73 are not in sync: All inferiors that use PSPACE may no longer exist.
77 the target, which may involve accessing data in the pspace currently
83 object->pspace = NULL;
93 if (pspace_obj->pspace == nullptr) \
108 if (obj->pspace)
    [all...]
py-inferior.c 203 python_all_objfiles_removed (program_space *pspace)
210 if (emit_clear_objfiles_event (pspace) < 0)
504 program_space *pspace = inf->inferior->pspace; local
505 gdb_assert (pspace != nullptr);
507 return pspace_to_pspace_object (pspace).release ();
  /src/external/gpl3/gdb/dist/gdb/python/
py-progspace.c 36 /* The corresponding pspace. */
37 struct program_space *pspace; member in struct:pspace_object
65 /* Clear the PSPACE pointer in a Pspace object and remove the reference. */
70 /* This is a fiction, but we're in a nasty spot: The pspace is in the
73 are not in sync: All inferiors that use PSPACE may no longer exist.
77 the target, which may involve accessing data in the pspace currently
83 object->pspace = NULL;
93 if (pspace_obj->pspace == nullptr) \
108 if (obj->pspace)
    [all...]
py-inferior.c 203 python_all_objfiles_removed (program_space *pspace)
210 if (emit_clear_objfiles_event (pspace) < 0)
504 program_space *pspace = inf->inferior->pspace; local
505 gdb_assert (pspace != nullptr);
507 return pspace_to_pspace_object (pspace).release ();
  /src/external/gpl3/gdb.old/dist/gdb/
inferior.c 300 if (inf->pspace->empty ())
301 delete inf->pspace;
425 find_inferior_for_program_space (struct program_space *pspace)
429 if (cur_inf->pspace == pspace)
433 if (inf->pspace == pspace)
522 const char *filename = inf->pspace->exec_filename ();
616 if (inf->pspace->exec_filename () != nullptr)
617 uiout->field_string ("exec", inf->pspace->exec_filename ()
847 struct program_space *pspace; local
1096 struct program_space *pspace; local
    [all...]
inferior.h 588 struct program_space *pspace = NULL;
731 /* Find an inferior bound to PSPACE, giving preference to the current
734 find_inferior_for_program_space (struct program_space *pspace);
781 set_current_program_space (inf->pspace);
587 struct program_space *pspace = NULL; member in class:inferior
objfiles.h 427 objfile (gdb_bfd_ref_ptr, program_space *pspace, const char *,
441 static objfile *make (gdb_bfd_ref_ptr bfd_, program_space *pspace,
452 program_space *pspace () { return m_pspace; } function in struct:objfile
926 /* If there is a valid and known entry point in PSPACE, fill *ENTRY_P with it
929 extern int entry_point_address_query (program_space *pspace,
932 /* Get the entry point address in PSPACE. Call error if it is not known. */
934 extern CORE_ADDR entry_point_address (program_space *pspace);
952 /* Return true if any objfile of PSPACE has partial symbols. */
954 extern bool have_partial_symbols (program_space *pspace);
956 /* Return true if any objfile of PSPACE has full symbols. *
    [all...]
jit.c 83 for (objfile *obj : inf->pspace->objfiles ())
856 for (objfile *objf : iter.pspace->objfiles ())
871 PSPACE. */
874 jit_breakpoint_re_set_internal (struct gdbarch *gdbarch, program_space *pspace)
876 for (objfile *the_objfile : pspace->objfiles ())
888 = lookup_minimal_symbol_text (pspace, jit_break_name, the_objfile);
1169 program_space *pspace = inf->pspace; local
1175 jit_breakpoint_re_set_internal (gdbarch, pspace);
1177 for (objfile *jiter : pspace->objfiles ()
    [all...]
breakpoint.h 438 program_space *pspace = NULL;
659 /* Split all locations of this breakpoint that are bound to PSPACE out of its
661 PSPACE is nullptr, hoist out all locations. */
662 bp_location_list steal_locations (program_space *pspace);
853 program_space *pspace = NULL;
962 void re_set (program_space *pspace) override;
984 void re_set_default (program_space *pspace);
1006 void re_set (program_space *pspace) override;
1726 /* This function is called when program space PSPACE is about to be
1728 this PSPACE anymore. *
437 program_space *pspace = NULL; member in class:bp_location
852 program_space *pspace = NULL; member in struct:breakpoint
    [all...]
frame.c 135 struct program_space *pspace; member in struct:frame_info
1622 create_sentinel_frame (program_space *pspace, address_space *aspace,
1629 frame->pspace = pspace;
2039 fi->pspace = fi->next->pspace;
2545 prev_frame->pspace = this_frame->pspace;
2904 sal.pspace = get_frame_program_space (frame);
3015 return frame->pspace;
    [all...]
printcmd.c 145 pspace (pspace_),
164 struct program_space *pspace; member in struct:display
2090 if (d->pspace == current_program_space)
2303 program_space *pspace = objfile->pspace ();
2307 gdb_assert (objfile->pspace () == pspace);
2312 if (d->pspace != pspace)
2297 program_space *pspace = objfile->pspace (); local
linespec.c 85 struct program_space *pspace; member in struct:address_entry
354 (const char *, struct program_space *pspace);
380 struct program_space *pspace);
383 (struct collect_info *info, struct program_space *pspace,
388 struct program_space *pspace);
1097 hash = iterative_hash_object (aep->pspace, 0);
1109 return aea->pspace == aeb->pspace && aea->addr == aeb->addr;
1112 /* Check whether the address, represented by PSPACE and ADDR, is
1117 maybe_add_address (htab_t set, struct program_space *pspace, CORE_ADDR addr
2212 struct program_space *pspace local
2234 program_space *pspace local
2297 program_space *pspace = elem.objfile->pspace (); local
3471 program_space *pspace = elt->compunit ()->objfile ()->pspace (); local
3612 struct program_space *pspace; local
4012 program_space *pspace = elt->compunit ()->objfile ()->pspace (); local
4047 program_space *pspace = elt->compunit ()->objfile ()->pspace (); local
4248 program_space *pspace = symtab->compunit ()->objfile ()->pspace (); local
    [all...]
stack.c 245 struct program_space *pspace () const function
274 void set (struct program_space *pspace, CORE_ADDR address,
277 gdb_assert (pspace != nullptr);
280 m_pspace = pspace;
1172 last_displayed_symtab_info.set (sal.pspace, pc, sal.symtab, sal.line);
1217 return last_displayed_symtab_info.pspace ();
1253 sal.pspace = last_displayed_symtab_info.pspace ();
2850 if (sals[i].pspace != current_program_space)
  /src/external/gpl3/gdb/dist/gdb/
inferior.c 302 if (inf->pspace->empty ())
303 delete inf->pspace;
427 find_inferior_for_program_space (struct program_space *pspace)
431 if (cur_inf->pspace == pspace)
435 if (inf->pspace == pspace)
524 const char *filename = inf->pspace->exec_filename ();
618 if (inf->pspace->exec_filename () != nullptr)
619 uiout->field_string ("exec", inf->pspace->exec_filename ()
849 struct program_space *pspace; local
1098 struct program_space *pspace; local
    [all...]
inferior.h 596 struct program_space *pspace = NULL;
739 /* Find an inferior bound to PSPACE, giving preference to the current
742 find_inferior_for_program_space (struct program_space *pspace);
789 set_current_program_space (inf->pspace);
595 struct program_space *pspace = NULL; member in class:inferior
objfiles.h 429 objfile (gdb_bfd_ref_ptr, program_space *pspace, const char *,
443 static objfile *make (gdb_bfd_ref_ptr bfd_, program_space *pspace,
454 program_space *pspace () { return m_pspace; } function in struct:objfile
889 /* If there is a valid and known entry point in PSPACE, fill *ENTRY_P with it
892 extern int entry_point_address_query (program_space *pspace,
895 /* Get the entry point address in PSPACE. Call error if it is not known. */
897 extern CORE_ADDR entry_point_address (program_space *pspace);
906 /* Return true if any objfile of PSPACE has partial symbols. */
908 extern bool have_partial_symbols (program_space *pspace);
910 /* Return true if any objfile of PSPACE has full symbols. *
    [all...]
jit.c 83 for (objfile *obj : inf->pspace->objfiles ())
856 for (objfile *objf : iter.pspace->objfiles ())
871 PSPACE. */
874 jit_breakpoint_re_set_internal (struct gdbarch *gdbarch, program_space *pspace)
876 for (objfile *the_objfile : pspace->objfiles ())
888 = lookup_minimal_symbol_text (pspace, jit_break_name, the_objfile);
1171 program_space *pspace = inf->pspace; local
1177 jit_breakpoint_re_set_internal (gdbarch, pspace);
1179 for (objfile *jiter : pspace->objfiles ()
    [all...]
breakpoint.h 440 program_space *pspace = NULL;
661 /* Split all locations of this breakpoint that are bound to PSPACE out of its
663 PSPACE is nullptr, hoist out all locations. */
664 bp_location_list steal_locations (program_space *pspace);
855 program_space *pspace = NULL;
964 void re_set (program_space *pspace) override;
986 void re_set_default (program_space *pspace);
1008 void re_set (program_space *pspace) override;
1728 /* This function is called when program space PSPACE is about to be
1730 this PSPACE anymore. *
439 program_space *pspace = NULL; member in class:bp_location
854 program_space *pspace = NULL; member in struct:breakpoint
    [all...]
frame.c 134 struct program_space *pspace; member in struct:frame_info
1622 create_sentinel_frame (program_space *pspace, address_space *aspace,
1629 frame->pspace = pspace;
2039 fi->pspace = fi->next->pspace;
2545 prev_frame->pspace = this_frame->pspace;
2902 sal.pspace = get_frame_program_space (frame);
3013 return frame->pspace;
    [all...]
printcmd.c 143 pspace (pspace_),
162 struct program_space *pspace; member in struct:display
2092 if (d->pspace == current_program_space)
2305 program_space *pspace = objfile->pspace ();
2309 gdb_assert (objfile->pspace () == pspace);
2314 if (d->pspace != pspace)
2299 program_space *pspace = objfile->pspace (); local

Completed in 75 milliseconds

1 2