Lines Matching defs:pspace
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. */
1729 extern void breakpoint_program_space_exit (struct program_space *pspace);
1834 /* Clear the "inserted" flag in all breakpoints locations in PSPACE. */
1836 extern void mark_breakpoints_out (program_space *pspace);
1862 /* Disable any breakpoints that are on code in shared libraries in PSPACE.
1865 extern void disable_breakpoints_in_shlibs (program_space *pspace);