| /dragonfly/contrib/gdb-7/gdb/ |
| HD | progspace.c | 35 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()
|
| HD | progspace.h | 215 #define symfile_objfile current_program_space->symfile_object_file 219 #define object_files current_program_space->objfiles 223 #define current_target_sections (¤t_program_space->target_sections) 229 extern struct program_space *current_program_space;
|
| HD | exec.h | 33 #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
|
| HD | objfiles.h | 528 for ((obj) = current_program_space->objfiles; \ 533 for ((obj) = current_program_space->objfiles; \ 612 for ((objfile) = current_program_space->objfiles, \
|
| HD | solib.c | 92 #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()
|
| HD | objfiles.c | 286 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()
|
| HD | ada-tasks.c | 550 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()
|
| HD | jv-lang.c | 87 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()
|
| HD | auto-load.c | 522 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()
|
| HD | inferior.c | 995 current_inferior_->pspace = current_program_space; in initialize_inferiors() 996 current_inferior_->aspace = current_program_space->aspace; in initialize_inferiors()
|
| HD | breakpoint.c | 1521 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 …]
|
| HD | source.c | 293 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()
|
| HD | elfread.c | 813 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()
|
| HD | jit.c | 318 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()
|
| HD | infcall.c | 775 sal.pspace = current_program_space; in call_function_by_hand()
|
| HD | frame.c | 1329 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()
|
| HD | solib-svr4.c | 338 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()
|
| HD | printcmd.c | 1523 new->pspace = current_program_space; in display_command() 1695 if (d->pspace == current_program_space) in do_one_display()
|
| HD | infcmd.c | 431 = 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/ |
| HD | py-auto-load.c | 81 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()
|
| HD | py-finishbreakpoint.c | 310 self_bpfinish->py_bp.bp->pspace = current_program_space; in bpfinishpy_init()
|
| HD | python.c | 586 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()
|
| HD | py-prettyprint.c | 142 PyObject *obj = pspace_to_pspace_object (current_program_space); in find_pretty_printer_from_progspace()
|
| /dragonfly/gnu/usr.bin/gdb/kgdb/ |
| HD | trgt.c | 154 pspace = current_program_space; in kgdb_trgt_open()
|
| /dragonfly/contrib/gdb-7/gdb/tui/ |
| HD | tui-disasm.c | 262 && breakpoint_here_p (current_program_space->aspace, in tui_set_disassem_content()
|