Home
last modified time | relevance | path

Searched refs:pspace (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/sys/arch/sparc64/dev/
H A Dcentralvar.h47 u_int32_t pspace; /* Parent space */ member
H A Dfhcvar.h39 u_int32_t pspace; /* Parent space */ member
H A Dcentral.c196 paddr |= ((bus_addr_t)sc->sc_range[i].pspace << 32); in _central_bus_map()
H A Dfhc.c201 paddr |= ((bus_addr_t)sc->sc_range[i].pspace << 32); in _fhc_bus_map()
/netbsd-src/sys/arch/sparc/include/
H A Dautoconf.h110 uint32_t pspace; /* Parent space */ member
/netbsd-src/sys/arch/sparc/dev/
H A Dvme_machdep.c477 *bap = BUS_ADDR(rp->pspace, rp->poffset + addr); in vmebus_translate()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-2009837 the pspace doesn't allow breakpoints.
1656 * infrun.c (handle_inferior_event): Add pspace field to sal
1696 (struct bp_location) <pspace>: New field.
1697 (struct breakpoint) <pspace>: New field.
1813 * frame.c (struct frame_info) <pspace, aspace>: New fields.
1815 pspace and aspace fields of the frame object.
1831 (struct inferior) <removable, aspace, pspace>
1897 (struct objfile) <pspace>: New field.
1914 reference objfiles_changed_p in pspace data.
1915 (free_objfile): Adjust to reference objfiles_changed_p in pspace
[all …]
H A DChangeLog-2011853 * source.c (line_info): Set pspace on sal. Check program space in
982 breakpoint's pspace to be NULL.
983 * breakpoint.h (struct breakpoint) <pspace>: Update comment.
985 breakpoint's pspace.
986 (init_breakpoint_sal): Don't set breakpoint's pspace.
4727 manually later. Record the current pspace.
9659 sal.pspace before calling set_current_source_symtab_and_line.
H A DChangeLog-20126660 (darwin_current_sos): Use per pspace structure.
11485 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
11673 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
H A DChangeLog-201911794 * solib-svr4.c (get_svr4_info): Add pspace parameter.
11804 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
11808 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
H A DChangeLog-20169867 * probe.h (parse_probes): Add pspace' parameter.
H A DChangeLog-2015630 * progspace.c (add_program_space): Append the new pspace to the
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-2009837 the pspace doesn't allow breakpoints.
1656 * infrun.c (handle_inferior_event): Add pspace field to sal
1696 (struct bp_location) <pspace>: New field.
1697 (struct breakpoint) <pspace>: New field.
1813 * frame.c (struct frame_info) <pspace, aspace>: New fields.
1815 pspace and aspace fields of the frame object.
1831 (struct inferior) <removable, aspace, pspace>
1897 (struct objfile) <pspace>: New field.
1914 reference objfiles_changed_p in pspace data.
1915 (free_objfile): Adjust to reference objfiles_changed_p in pspace
[all …]
H A DChangeLog-2011853 * source.c (line_info): Set pspace on sal. Check program space in
982 breakpoint's pspace to be NULL.
983 * breakpoint.h (struct breakpoint) <pspace>: Update comment.
985 breakpoint's pspace.
986 (init_breakpoint_sal): Don't set breakpoint's pspace.
4727 manually later. Record the current pspace.
9659 sal.pspace before calling set_current_source_symtab_and_line.
H A DChangeLog-20126660 (darwin_current_sos): Use per pspace structure.
11485 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
11673 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
H A DChangeLog-201911794 * solib-svr4.c (get_svr4_info): Add pspace parameter.
11804 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
11808 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
H A DChangeLog-202016861 * infrun.c (handle_vfork_child_exec_or_exit): Assign the pspace
17903 find representative inferior for location's pspace, and use thread
H A DChangeLog-20169867 * probe.h (parse_probes): Add pspace' parameter.
H A DChangeLog-2015630 * progspace.c (add_program_space): Append the new pspace to the
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git11670 inf->pspace = new program_space (maybe_new_address_space ());
21432 gdb: use objfile->pspace in free_objfile observers
21433 Use objfile->pspace instead of current_program_space.
21462 the refactoring now use either objfile->pspace or the pspace passed to
21489 gdb: use objfile->pspace in auto-load.c
21490 Use objfile->pspace instead of current_program_space in two spots.
21691 if (inf->pspace == current_program_space)
23023 gdb: remove solib::pspace field
60324 set_current_program_space (ph->thread->inf->pspace);
80738 if (b->pspace == current_inferior ()->pspace
[all …]