GDBserver
|
Go to the source code of this file.
Macros | |
#define | get_thread(inf) ((struct thread_info *)(inf)) |
Variables | |
struct inferior_list | all_processes |
struct inferior_list | all_threads |
struct thread_info * | current_thread |
#define get_thread | ( | inf | ) | ((struct thread_info *)(inf)) |
Definition at line 30 of file inferiors.c.
Referenced by free_one_thread().
void add_inferior_to_list | ( | struct inferior_list * | list, |
struct inferior_list_entry * | new_inferior | ||
) |
Definition at line 33 of file inferiors.c.
References inferior_list::head, inferior_list_entry::next, and inferior_list::tail.
Referenced by add_process(), add_thread(), and loaded_dll().
struct process_info* add_process | ( | int | pid, |
int | attached | ||
) |
Definition at line 274 of file inferiors.c.
References add_inferior_to_list(), all_processes, process_info::attached, process_info::entry, inferior_list_entry::id, pid_to_ptid(), and xcalloc().
Referenced by do_attach(), do_initial_child_stuff(), linux_add_process(), lynx_add_process(), spu_attach(), and spu_create_inferior().
struct thread_info* add_thread | ( | ptid_t | thread_id, |
void * | target_data | ||
) |
Definition at line 106 of file inferiors.c.
References add_inferior_to_list(), all_threads, thread_info::entry, inferior_list_entry::id, thread_info::last_resume_kind, thread_info::last_status, thread_info::target_data, and xmalloc().
Referenced by add_lwp(), child_add_thread(), lynx_add_threads_after_attach(), lynx_wait_1(), nto_find_new_threads(), spu_attach(), and spu_create_inferior().
|
static |
Definition at line 332 of file inferiors.c.
References process_info::attached.
Referenced by have_attached_inferiors_p().
void clear_inferior_list | ( | struct inferior_list * | list | ) |
Definition at line 256 of file inferiors.c.
References inferior_list::head, and inferior_list::tail.
Referenced by clear_dlls(), and clear_inferiors().
void clear_inferiors | ( | void | ) |
Definition at line 263 of file inferiors.c.
References all_threads, clear_dlls(), clear_inferior_list(), for_each_inferior(), and free_one_thread().
Referenced by lynx_mourn(), spu_detach(), spu_kill(), spu_wait(), and win32_clear_inferiors().
struct process_info* current_process | ( | void | ) |
Definition at line 356 of file inferiors.c.
References gdb_assert, and get_thread_process().
Referenced by aarch64_arch_setup(), aarch64_get_debug_reg_state(), any_persistent_commands(), arm_arch_setup(), arm_insert_point(), arm_remove_point(), attach_thread(), bfin_arch_setup(), breakpoint_here(), breakpoint_inserted_here(), check_breakpoints(), check_mem_read(), check_mem_write(), cris_arch_setup(), current_target_desc(), delete_all_breakpoints(), delete_breakpoint(), delete_disabled_breakpoints(), delete_fast_tracepoint_jump(), delete_reinsert_breakpoints(), find_enabled_raw_code_breakpoint_at(), find_fast_tracepoint_jump_at(), find_gdb_breakpoint(), find_new_threads_callback(), find_one_thread(), find_raw_breakpoint_at(), handle_query(), hardware_breakpoint_inserted_here(), ia64_arch_setup(), linux_look_up_symbols(), linux_qxfer_libraries_svr4(), linux_wait_1(), look_up_one_symbol(), lynx_resume(), m32r_arch_setup(), m68k_arch_setup(), mips_arch_setup(), mips_cannot_fetch_register(), mips_cannot_store_register(), mips_insert_point(), mips_remove_point(), mips_stopped_by_watchpoint(), mips_stopped_data_address(), nios2_arch_setup(), ppc_arch_setup(), ppc_cannot_store_register(), ppc_get_hwcap(), reinsert_all_breakpoints(), reinsert_breakpoints_at(), s390_arch_setup(), s390_regs_info(), set_breakpoint(), set_fast_tracepoint_jump(), set_raw_breakpoint_at(), sh_arch_setup(), software_breakpoint_inserted_here(), sparc_arch_setup(), thread_db_create_event(), thread_db_enable_reporting(), thread_db_find_new_threads(), thread_db_init(), thread_db_look_up_one_symbol(), thread_db_look_up_symbols(), tic6x_arch_setup(), tile_arch_setup(), try_thread_db_load_1(), uninsert_all_breakpoints(), uninsert_breakpoints_at(), validate_breakpoints(), x86_arch_setup(), x86_insert_point(), x86_remove_point(), x86_stopped_by_watchpoint(), x86_stopped_data_address(), and xtensa_arch_setup().
struct inferior_list_entry* find_inferior | ( | struct inferior_list * | list, |
int(*)(struct inferior_list_entry *, void *) | func, | ||
void * | arg | ||
) |
Definition at line 188 of file inferiors.c.
References inferior_list::head, and inferior_list_entry::next.
Referenced by aarch64_notify_debug_reg_change(), arm_insert_point(), arm_remove_point(), child_continue(), find_lwp_pid(), gdb_agent_about_to_close(), handle_status(), have_attached_inferiors_p(), have_started_inferiors_p(), iterate_over_lwps(), last_thread_of_process_p(), linux_detach(), linux_handle_new_gdb_connection(), linux_kill(), linux_mourn(), linux_resume(), linux_stabilize_threads(), linux_wait_for_event_filtered(), mips_insert_point(), mips_remove_point(), proceed_all_lwps(), process_serial_event(), regcache_invalidate(), resume(), select_event_lwp(), stop_all_lwps(), switch_to_process(), unloaded_dll(), unstop_all_lwps(), unsuspend_all_lwps(), x86_arch_setup_process_callback(), x86_dr_low_set_addr(), and x86_dr_low_set_control().
struct inferior_list_entry* find_inferior_id | ( | struct inferior_list * | list, |
ptid_t | id | ||
) |
Definition at line 207 of file inferiors.c.
References inferior_list::head, inferior_list_entry::id, inferior_list_entry::next, and ptid_equal().
Referenced by child_delete_thread(), find_one_thread(), find_process_pid(), find_thread_ptid(), get_child_debug_event(), handle_query(), handle_status(), process_serial_event(), thread_rec(), and win32_thread_alive().
struct process_info* find_process_pid | ( | int | pid | ) |
Definition at line 302 of file inferiors.c.
References all_processes, find_inferior_id(), and pid_to_ptid().
Referenced by aarch64_linux_prepare_to_resume(), arm_prepare_to_resume(), get_thread_process(), handle_target_event(), linux_detach(), linux_kill(), linux_low_filter_event(), lynx_detach(), lynx_kill(), lynx_wait_1(), mips_linux_prepare_to_resume(), process_serial_event(), reset_lwp_ptrace_options_callback(), resume(), spu_detach(), spu_kill(), start_inferior(), win32_detach(), win32_kill(), and x86_debug_reg_state().
struct thread_info* find_thread_ptid | ( | ptid_t | ptid | ) |
Definition at line 141 of file inferiors.c.
References all_threads, and find_inferior_id().
Referenced by attach_proc_task_lwp_callback(), gdb_id_to_thread_id(), get_thread_regcache_for_ptid(), handle_btrace_conf_general_set(), handle_btrace_general_set(), handle_query(), handle_qxfer_btrace(), handle_qxfer_btrace_conf(), linux_attach(), lynx_add_threads_after_attach(), lynx_thread_alive(), lynx_wait_1(), nto_find_new_threads(), prepare_resume_reply(), and set_desired_thread().
void for_each_inferior | ( | struct inferior_list * | list, |
void(*)(struct inferior_list_entry *) | action | ||
) |
Definition at line 47 of file inferiors.c.
References inferior_list::head, and inferior_list_entry::next.
Referenced by captured_main(), child_init_thread_list(), clear_dlls(), clear_inferiors(), detach_or_kill_for_exit(), fake_breakpoint_event(), gdb_wants_all_threads_stopped(), handle_status(), linux_stabilize_threads(), linux_wait_for_event_filtered(), process_serial_event(), regcache_release(), win32_clear_inferiors(), and x86_linux_update_xmltarget().
void for_each_inferior_with_data | ( | struct inferior_list * | list, |
void(*)(struct inferior_list_entry *, void *) | action, | ||
void * | data | ||
) |
Definition at line 63 of file inferiors.c.
References inferior_list::head, and inferior_list_entry::next.
Referenced by handle_qxfer_libraries(), and handle_qxfer_threads_proper().
|
static |
Definition at line 155 of file inferiors.c.
References free_register_cache(), get_thread, and inferior_regcache_data().
Referenced by clear_inferiors(), and remove_thread().
Definition at line 147 of file inferiors.c.
References thread_info::entry, find_thread_ptid(), inferior_list_entry::id, and null_ptid.
Referenced by process_serial_event().
struct inferior_list_entry* get_first_inferior | ( | struct inferior_list * | list | ) |
Definition at line 177 of file inferiors.c.
References inferior_list::head.
Referenced by get_first_thread(), handle_query(), and handle_status().
struct thread_info* get_first_thread | ( | void | ) |
Definition at line 135 of file inferiors.c.
References all_threads, and get_first_inferior().
Referenced by process_serial_event(), set_desired_thread(), and target_running().
struct process_info* get_thread_process | ( | struct thread_info * | thread | ) |
Definition at line 349 of file inferiors.c.
References thread_info::entry, find_process_pid(), inferior_list_entry::id, and ptid_get_pid().
Referenced by current_process(), get_thread_regcache(), handle_extended_wait(), and thread_db_get_tls_address().
int have_attached_inferiors_p | ( | void | ) |
Definition at line 342 of file inferiors.c.
References all_processes, attached_inferior_callback(), and find_inferior().
Referenced by detach_or_kill_for_exit().
int have_started_inferiors_p | ( | void | ) |
Definition at line 323 of file inferiors.c.
References all_processes, find_inferior(), and started_inferior_callback().
Referenced by detach_or_kill_for_exit().
void* inferior_regcache_data | ( | struct thread_info * | inferior | ) |
Definition at line 234 of file inferiors.c.
References thread_info::regcache_data.
Referenced by free_one_thread(), free_register_cache_thread(), get_thread_regcache(), and regcache_invalidate_thread().
void* inferior_target_data | ( | struct thread_info * | inferior | ) |
Definition at line 222 of file inferiors.c.
References thread_info::target_data.
Referenced by continue_one_thread(), delete_thread_info(), suspend_one_thread(), thread_rec(), update_debug_registers_callback(), and win32_get_current_dr().
int one_inferior_p | ( | struct inferior_list * | list | ) |
Definition at line 248 of file inferiors.c.
References inferior_list::head, and inferior_list::tail.
Referenced by child_delete_thread().
void remove_inferior | ( | struct inferior_list * | list, |
struct inferior_list_entry * | entry | ||
) |
Definition at line 79 of file inferiors.c.
References inferior_list::head, inferior_list_entry::next, and inferior_list::tail.
Referenced by remove_process(), remove_thread(), and unloaded_dll().
void remove_process | ( | struct process_info * | process | ) |
Definition at line 293 of file inferiors.c.
References all_processes, clear_symbol_cache(), process_info::entry, free_all_breakpoints(), remove_inferior(), and process_info::symbol_cache.
Referenced by linux_mourn(), nto_mourn(), spu_detach(), spu_kill(), spu_mourn(), win32_detach(), win32_kill(), and win32_mourn().
void remove_thread | ( | struct thread_info * | thread | ) |
Definition at line 163 of file inferiors.c.
References all_threads, thread_info::btrace, thread_info::entry, free_one_thread(), remove_inferior(), and target_disable_btrace.
Referenced by delete_lwp(), delete_thread_info(), lynx_wait_1(), and nto_find_new_threads().
void set_inferior_regcache_data | ( | struct thread_info * | inferior, |
void * | data | ||
) |
Definition at line 240 of file inferiors.c.
References thread_info::regcache_data.
Referenced by free_register_cache_thread(), and get_thread_regcache().
void set_inferior_target_data | ( | struct thread_info * | inferior, |
void * | data | ||
) |
Definition at line 228 of file inferiors.c.
References thread_info::target_data.
|
static |
Definition at line 312 of file inferiors.c.
References process_info::attached.
Referenced by have_started_inferiors_p().
ptid_t thread_to_gdb_id | ( | struct thread_info * | thread | ) |
Definition at line 127 of file inferiors.c.
References thread_info::entry, and inferior_list_entry::id.
Referenced by handle_query(), handle_qxfer_threads_worker(), lynx_fetch_registers(), lynx_read_memory(), lynx_request_interrupt(), lynx_resume(), lynx_store_registers(), lynx_wait_1(), lynx_write_memory(), nto_fetch_registers(), nto_stopped_by_watchpoint(), nto_stopped_data_address(), and nto_store_registers().
struct inferior_list all_processes |
Definition at line 25 of file inferiors.c.
Referenced by add_process(), detach_or_kill_for_exit(), find_process_pid(), handle_query(), handle_status(), have_attached_inferiors_p(), have_started_inferiors_p(), process_serial_event(), remove_process(), and x86_linux_update_xmltarget().
struct inferior_list all_threads |
Definition at line 26 of file inferiors.c.
Referenced by aarch64_notify_debug_reg_change(), add_thread(), arm_insert_point(), arm_remove_point(), captured_main(), child_continue(), child_delete_thread(), child_init_thread_list(), clear_inferiors(), fake_breakpoint_event(), find_lwp_pid(), find_one_thread(), find_thread_ptid(), gdb_agent_about_to_close(), gdb_wants_all_threads_stopped(), get_child_debug_event(), get_first_thread(), handle_query(), handle_qxfer_threads_proper(), handle_status(), iterate_over_lwps(), last_thread_of_process_p(), linux_detach(), linux_handle_new_gdb_connection(), linux_kill(), linux_mourn(), linux_resume(), linux_stabilize_threads(), linux_wait_for_event_filtered(), mips_insert_point(), mips_remove_point(), num_lwps(), proceed_all_lwps(), process_serial_event(), regcache_invalidate(), regcache_release(), remove_thread(), resume(), select_event_lwp(), stop_all_lwps(), switch_to_process(), thread_rec(), unstop_all_lwps(), unsuspend_all_lwps(), win32_clear_inferiors(), win32_thread_alive(), x86_arch_setup_process_callback(), x86_dr_low_set_addr(), and x86_dr_low_set_control().
struct thread_info* current_thread |
Definition at line 28 of file inferiors.c.
Referenced by aarch64_arch_setup(), aarch64_notify_debug_reg_change(), aarch64_stopped_data_address(), arm_breakpoint_at(), arm_read_description(), arm_reinsert_addr(), arm_stopped_by_watchpoint(), arm_stopped_data_address(), attach_inferior(), check_gdb_bp_preconditions(), check_stopped_by_breakpoint(), check_stopped_by_watchpoint(), cmd_qtinit(), cmd_qtminftpilen(), cris_insert_point(), cris_reinsert_addr(), cris_remove_point(), cris_stopped_by_watchpoint(), cris_stopped_data_address(), current_lwp_ptid(), current_target_desc(), disable_thread_event_reporting(), gdb_agent_about_to_close(), gdb_condition_true_at_breakpoint_z_type(), get_child_debug_event(), get_pc(), get_thread_regcache(), handle_qxfer_exec_file(), handle_target_event(), input_interrupt(), linux_low_filter_event(), linux_qxfer_libraries_svr4(), linux_qxfer_spu(), linux_read_auxv(), linux_read_memory(), linux_resume_one_lwp_throw(), linux_stabilize_threads(), linux_stopped_by_hw_breakpoint(), linux_stopped_by_sw_breakpoint(), linux_stopped_by_watchpoint(), linux_stopped_data_address(), linux_wait_1(), linux_wait_for_event_filtered(), linux_write_memory(), linux_xfer_siginfo(), lynx_fetch_registers(), lynx_read_memory(), lynx_request_interrupt(), lynx_resume(), lynx_store_registers(), lynx_wait_1(), lynx_write_memory(), maybe_move_out_of_jump_pad(), mips_insert_point(), mips_read_description(), mips_reinsert_addr(), mips_stopped_by_watchpoint(), mips_stopped_data_address(), move_out_of_jump_pad_callback(), need_step_over_p(), nios2_reinsert_addr(), nto_fetch_registers(), nto_stopped_by_watchpoint(), nto_stopped_data_address(), nto_store_registers(), prepare_resume_reply(), process_serial_event(), ps_getpid(), ps_lgetregs(), putpkt_binary_1(), regcache_invalidate(), regcache_invalidate_thread(), remove_thread_event_breakpoints(), resume(), run_breakpoint_commands_z_type(), s390_arch_setup(), set_desired_thread(), sparc_reinsert_addr(), start_inferior(), start_step_over(), switch_to_process(), thread_db_create_event(), thread_db_get_tls_address(), thread_still_has_status_pending_p(), tile_arch_setup(), update_registers_callback(), wait_for_sigstop(), win32_get_current_dr(), win32_wait(), x86_arch_setup_process_callback(), x86_dr_low_set_addr(), x86_dr_low_set_control(), x86_linux_read_description(), x86_linux_update_xmltarget(), and x86_siginfo_fixup().