GDB (xrefs)
|
#include "waitstatus.h"
Public Attributes | |
enum target_waitkind | kind |
union { | |
int integer | |
enum gdb_signal sig | |
ptid_t related_pid | |
char * execd_pathname | |
int syscall_number | |
} | value |
Definition at line 98 of file waitstatus.h.
char* target_waitstatus::execd_pathname |
Definition at line 112 of file waitstatus.h.
Referenced by breakpoint_hit_catch_exec(), handle_inferior_event_1(), linux_handle_extended_wait(), and startup_inferior().
int target_waitstatus::integer |
Definition at line 106 of file waitstatus.h.
Referenced by darwin_decode_message(), gdbsim_wait(), get_windows_debug_event(), gnu_wait(), go32_wait(), handle_inferior_event_1(), mips_wait(), monitor_wait(), procfs_wait(), remote_wait_as(), startup_inferior(), store_waitstatus(), and target_waitstatus_to_string().
enum target_waitkind target_waitstatus::kind |
Definition at line 100 of file waitstatus.h.
Referenced by add_initial_lwp(), adjust_pc_after_break(), aix_thread_wait(), bkpt_breakpoint_hit(), breakpoint_hit_catch_exec(), breakpoint_hit_catch_fork(), breakpoint_hit_catch_solib(), breakpoint_hit_catch_syscall(), breakpoint_hit_catch_vfork(), breakpoint_hit_ranged_breakpoint(), bsd_uthread_wait(), btrace_step_no_history(), btrace_step_stopped(), check_ptrace_stopped_lwp_gone(), darwin_decode_message(), darwin_stop_inferior(), darwin_wait(), fetch_inferior_event(), follow_fork(), follow_fork_inferior(), gdbsim_wait(), get_pending_status(), get_windows_debug_event(), gnu_wait(), go32_wait(), handle_exception(), handle_inferior_event_1(), handle_output_debug_string(), handle_signal_stop(), if(), inf_clear_wait(), inf_ptrace_wait(), inf_signal(), inf_task_died_status(), infrun_thread_stop_requested_callback(), is_pending_fork_parent(), linux_child_follow_fork(), linux_handle_extended_wait(), linux_handle_syscall_trap(), linux_nat_kill(), linux_nat_wait(), linux_nat_wait_1(), lwp_status_pending_p(), m32r_wait(), make_inf(), mips_wait(), monitor_wait(), new_thread(), normal_stop(), print_it_catch_syscall(), print_stop_event(), proc_set_current_signal(), process_stop_reply(), procfs_wait(), ravenscar_wait(), record_btrace_wait(), record_full_wait(), record_full_wait_1(), remote_detach_1(), remote_follow_fork(), remote_notif_stop_ack(), remote_parse_stop_reply(), remote_wait_as(), remote_wait_ns(), remove_child_of_pending_fork(), rs6000_wait(), S_exception_raise_request(), signal_catchpoint_breakpoint_hit(), sol_thread_wait(), spu_child_wait(), startup_inferior(), store_waitstatus(), target_waitstatus_to_string(), and thread_db_wait().
ptid_t target_waitstatus::related_pid |
Definition at line 110 of file waitstatus.h.
Referenced by breakpoint_hit_catch_fork(), breakpoint_hit_catch_vfork(), follow_fork(), follow_fork_inferior(), handle_inferior_event_1(), inf_ptrace_wait(), kill_child_of_pending_fork(), kill_new_fork_children(), linux_child_follow_fork(), linux_handle_extended_wait(), linux_nat_kill(), remote_follow_fork(), and threads_listing_context_remove().
enum gdb_signal target_waitstatus::sig |
Definition at line 108 of file waitstatus.h.
Referenced by adjust_pc_after_break(), aix_thread_wait(), bkpt_breakpoint_hit(), breakpoint_hit_ranged_breakpoint(), btrace_step_stopped(), darwin_decode_message(), darwin_stop_inferior(), darwin_wait(), gdbsim_wait(), gnu_resume(), gnu_wait(), go32_wait(), handle_exception(), handle_inferior_event_1(), handle_output_debug_string(), if(), inf_ptrace_wait(), inf_signal(), inf_task_died_status(), infrun_thread_stop_requested_callback(), linux_nat_wait_1(), m32r_wait(), mips_wait(), monitor_wait(), proc_set_current_signal(), procfs_wait(), record_full_wait_1(), remote_wait_as(), rs6000_wait(), S_exception_raise_request(), signal_catchpoint_breakpoint_hit(), signal_catchpoint_print_it(), spu_child_wait(), startup_inferior(), store_waitstatus(), target_waitstatus_to_string(), and thread_db_wait().
int target_waitstatus::syscall_number |
Definition at line 114 of file waitstatus.h.
Referenced by breakpoint_hit_catch_syscall(), handle_syscall_event(), linux_handle_syscall_trap(), and print_it_catch_syscall().
union { ... } target_waitstatus::value |
Referenced by adjust_pc_after_break(), aix_thread_wait(), bkpt_breakpoint_hit(), breakpoint_hit_catch_exec(), breakpoint_hit_catch_fork(), breakpoint_hit_catch_syscall(), breakpoint_hit_catch_vfork(), breakpoint_hit_ranged_breakpoint(), btrace_step_stopped(), darwin_decode_message(), darwin_stop_inferior(), darwin_wait(), follow_fork(), follow_fork_inferior(), gdbsim_wait(), get_windows_debug_event(), gnu_resume(), gnu_wait(), go32_wait(), handle_exception(), handle_inferior_event_1(), handle_output_debug_string(), handle_syscall_event(), if(), inf_ptrace_wait(), inf_signal(), inf_task_died_status(), infrun_thread_stop_requested_callback(), kill_child_of_pending_fork(), kill_new_fork_children(), linux_child_follow_fork(), linux_handle_extended_wait(), linux_handle_syscall_trap(), linux_nat_kill(), linux_nat_wait_1(), m32r_wait(), mips_wait(), monitor_wait(), print_it_catch_syscall(), proc_set_current_signal(), procfs_wait(), record_full_wait_1(), remote_follow_fork(), remote_wait_as(), rs6000_wait(), S_exception_raise_request(), signal_catchpoint_breakpoint_hit(), signal_catchpoint_print_it(), spu_child_wait(), startup_inferior(), store_waitstatus(), target_waitstatus_to_string(), thread_db_wait(), and threads_listing_context_remove().