Home
last modified time | relevance | path

Searched refs:current_program_space (Results 1 – 25 of 31) sorted by relevance

12

/dragonfly/contrib/gdb-7/gdb/
HDprogspace.c35 struct program_space *current_program_space; variable
143 gdb_assert (pspace != current_program_space); in release_program_space()
216 if (current_program_space == pspace) in set_current_program_space()
221 current_program_space = pspace; in set_current_program_space()
246 current_program_space); in save_current_program_space()
269 struct program_space *current = current_program_space; in prune_program_spaces()
332 if (pspace == current_program_space) in print_program_space()
444 free_address_space (current_program_space->aspace); in update_address_spaces()
537 current_program_space = add_program_space (new_address_space ()); in initialize_progspace()
HDprogspace.h215 #define symfile_objfile current_program_space->symfile_object_file
219 #define object_files current_program_space->objfiles
223 #define current_target_sections (&current_program_space->target_sections)
229 extern struct program_space *current_program_space;
HDexec.h33 #define exec_bfd current_program_space->ebfd
34 #define exec_bfd_mtime current_program_space->ebfd_mtime
35 #define exec_filename current_program_space->pspace_exec_filename
HDobjfiles.h528 for ((obj) = current_program_space->objfiles; \
533 for ((obj) = current_program_space->objfiles; \
612 for ((objfile) = current_program_space->objfiles, \
HDsolib.c92 #define so_list_head current_program_space->so_list
758 VEC_safe_push (char_ptr, current_program_space->deleted_solibs, in update_solib_list()
795 i->pspace = current_program_space; in update_solib_list()
796 VEC_safe_push (so_list_ptr, current_program_space->added_solibs, i); in update_solib_list()
876 current_program_space->solib_add_generation++; in solib_add()
HDobjfiles.c286 objfile->pspace = current_program_space; in allocate_objfile()
1357 pspace_info = get_objfile_pspace_data (current_program_space); in find_pc_section()
1360 update_section_map (current_program_space, in find_pc_section()
1414 get_objfile_pspace_data (current_program_space)->objfiles_changed_p = 1; in objfiles_changed()
HDada-tasks.c550 pspace_data = get_ada_tasks_pspace_data (current_program_space); in get_tcb_types_info()
571 = get_ada_tasks_pspace_data (current_program_space); in ptid_from_atcb_common()
601 = get_ada_tasks_pspace_data (current_program_space); in read_atcb()
815 = get_ada_tasks_pspace_data (current_program_space); in read_known_tasks_list()
HDjv-lang.c87 dynamics_objfile = program_space_data (current_program_space, in jv_per_objfile_free()
95 set_program_space_data (current_program_space, in jv_per_objfile_free()
111 dynamics_objfile = program_space_data (current_program_space, in get_dynamics_objfile()
126 set_program_space_data (current_program_space, in get_dynamics_objfile()
HDauto-load.c522 pspace_info = get_auto_load_pspace_data_for_loading (current_program_space); in source_gdb_script_for_objfile()
709 struct program_space *pspace = current_program_space; in clear_section_scripts()
955 pspace_info = get_auto_load_pspace_data (current_program_space); in auto_load_info_scripts()
HDinferior.c995 current_inferior_->pspace = current_program_space; in initialize_inferiors()
996 current_inferior_->aspace = current_program_space->aspace; in initialize_inferiors()
HDbreakpoint.c1521 current_program_space->aspace, 0)) in breakpoint_xfer_memory()
1633 return (b->base.pspace == current_program_space in watchpoint_in_thread_scope()
3039 sal.pspace = current_program_space; in create_internal_breakpoint()
3422 if (bploc->pspace == current_program_space) in update_breakpoints_after_exec()
3427 if (b->pspace != current_program_space) in update_breakpoints_after_exec()
3711 if (bl->pspace == current_program_space) in mark_breakpoints_out()
3733 struct program_space *pspace = current_program_space; in breakpoint_init_inferior()
4459 = !VEC_empty (char_ptr, current_program_space->deleted_solibs); in print_solib_event()
4461 = !VEC_empty (so_list_ptr, current_program_space->added_solibs); in print_solib_event()
4488 VEC_iterate (char_ptr, current_program_space->deleted_solibs, in print_solib_event()
[all …]
HDsource.c293 current_source_pspace = current_program_space; in select_source_symtab()
1486 sal.pspace = current_program_space; in line_info()
1507 if (sal.pspace != current_program_space) in line_info()
HDelfread.c813 ALL_PSPACE_OBJFILES (current_program_space, objfile) in elf_gnu_ifunc_resolve_by_cache()
858 ALL_PSPACE_OBJFILES (current_program_space, objfile) in elf_gnu_ifunc_resolve_by_got()
1059 gdb_assert (current_program_space == b->pspace || b->pspace == NULL); in elf_gnu_ifunc_resolver_return_stop()
HDjit.c318 ps_data = program_space_data (current_program_space, jit_program_space_data); in get_jit_program_space_data()
322 set_program_space_data (current_program_space, jit_program_space_data, in get_jit_program_space_data()
HDinfcall.c775 sal.pspace = current_program_space; in call_function_by_hand()
HDframe.c1329 create_sentinel_frame (current_program_space, get_current_regcache ()); in get_current_frame()
1475 fi->next = create_sentinel_frame (current_program_space, in create_new_frame()
HDsolib-svr4.c338 info = program_space_data (current_program_space, solib_svr4_pspace_data); in get_svr4_info()
343 set_program_space_data (current_program_space, solib_svr4_pspace_data, info); in get_svr4_info()
HDprintcmd.c1523 new->pspace = current_program_space; in display_command()
1695 if (d->pspace == current_program_space) in do_one_display()
HDinfcmd.c431 = current_program_space->solib_add_generation; in post_create_inferior()
441 if (current_program_space->solib_add_generation == solib_add_generation) in post_create_inferior()
/dragonfly/contrib/gdb-7/gdb/python/
HDpy-auto-load.c81 pspace_info = get_auto_load_pspace_data_for_loading (current_program_space); in gdbpy_load_auto_script_for_objfile()
108 pspace_info = get_auto_load_pspace_data_for_loading (current_program_space); in source_section_scripts()
HDpy-finishbreakpoint.c310 self_bpfinish->py_bp.bp->pspace = current_program_space; in bpfinishpy_init()
HDpython.c586 soname = solib_name_from_address (current_program_space, pc); in gdbpy_solib_name()
1104 result = pspace_to_pspace_object (current_program_space); in gdbpy_get_current_progspace()
HDpy-prettyprint.c142 PyObject *obj = pspace_to_pspace_object (current_program_space); in find_pretty_printer_from_progspace()
/dragonfly/gnu/usr.bin/gdb/kgdb/
HDtrgt.c154 pspace = current_program_space; in kgdb_trgt_open()
/dragonfly/contrib/gdb-7/gdb/tui/
HDtui-disasm.c262 && breakpoint_here_p (current_program_space->aspace, in tui_set_disassem_content()

12