|
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 104 of file waitstatus.h.
| char* target_waitstatus::execd_pathname |
Definition at line 118 of file waitstatus.h.
Referenced by breakpoint_hit_catch_exec(), handle_inferior_event_1(), linux_handle_extended_wait(), process_initial_stop_replies(), and startup_inferior().
| int target_waitstatus::integer |
Definition at line 112 of file waitstatus.h.
Referenced by get_windows_debug_event(), handle_inferior_event_1(), procfs_wait(), startup_inferior(), stop_all_threads(), store_waitstatus(), and target_waitstatus_to_string().
| enum target_waitkind target_waitstatus::kind |
Definition at line 106 of file waitstatus.h.
Referenced by add_initial_lwp(), adjust_pc_after_break(), 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(), check_pending_event_prevents_wildcard_vcont_callback(), check_ptrace_stopped_lwp_gone(), darwin_stop_inferior(), do_target_wait(), filter_exit_event(), follow_fork(), follow_fork_inferior(), get_detach_signal(), get_windows_debug_event(), gnu_wait(), handle_exception(), handle_inferior_event_1(), handle_output_debug_string(), handle_signal_stop(), handle_stop_requested(), if(), inf_clear_wait(), inf_ptrace_wait(), inf_signal(), inf_task_died_status(), infrun_thread_stop_requested(), is_pending_fork_parent(), kill_unfollowed_fork_children(), linux_child_follow_fork(), linux_handle_extended_wait(), linux_handle_syscall_trap(), linux_nat_wait(), linux_nat_wait_1(), lwp_status_pending_p(), make_inf(), normal_stop(), print_it_catch_syscall(), print_one_stopped_thread(), print_stop_location(), proc_set_current_signal(), process_initial_stop_replies(), procfs_wait(), remote_detach_1(), remote_follow_fork(), remote_notif_stop_ack(), remote_parse_stop_reply(), remove_child_of_pending_fork(), rs6000_wait(), run_command_1(), S_exception_raise_request(), save_waitstatus(), signal_catchpoint_breakpoint_hit(), sol_thread_wait(), spu_child_wait(), startup_inferior(), stop_all_threads(), store_waitstatus(), target_waitstatus_to_string(), thread_db_wait(), and thread_info::thread_info().
| ptid_t target_waitstatus::related_pid |
Definition at line 116 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(), kill_unfollowed_fork_children(), linux_child_follow_fork(), linux_handle_extended_wait(), remote_follow_fork(), remove_child_of_pending_fork(), and remove_new_fork_children().
| enum gdb_signal target_waitstatus::sig |
Definition at line 114 of file waitstatus.h.
Referenced by adjust_pc_after_break(), bkpt_breakpoint_hit(), breakpoint_hit_ranged_breakpoint(), darwin_stop_inferior(), get_detach_signal(), gnu_resume(), gnu_wait(), handle_exception(), handle_inferior_event_1(), handle_output_debug_string(), handle_signal_stop(), handle_stop_requested(), if(), inf_ptrace_wait(), inf_signal(), inf_task_died_status(), infrun_thread_stop_requested(), linux_nat_wait_1(), print_one_stopped_thread(), proc_set_current_signal(), process_initial_stop_replies(), procfs_wait(), rs6000_wait(), run_command_1(), S_exception_raise_request(), save_waitstatus(), signal_catchpoint_breakpoint_hit(), signal_catchpoint_print_it(), spu_child_wait(), startup_inferior(), stop_all_threads(), store_waitstatus(), and target_waitstatus_to_string().
| int target_waitstatus::syscall_number |
Definition at line 120 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(), bkpt_breakpoint_hit(), breakpoint_hit_catch_exec(), breakpoint_hit_catch_fork(), breakpoint_hit_catch_syscall(), breakpoint_hit_catch_vfork(), breakpoint_hit_ranged_breakpoint(), darwin_stop_inferior(), follow_fork(), follow_fork_inferior(), get_detach_signal(), get_windows_debug_event(), gnu_resume(), gnu_wait(), handle_exception(), handle_inferior_event_1(), handle_output_debug_string(), handle_signal_stop(), handle_stop_requested(), handle_syscall_event(), if(), inf_ptrace_wait(), inf_signal(), inf_task_died_status(), infrun_thread_stop_requested(), kill_child_of_pending_fork(), kill_new_fork_children(), kill_unfollowed_fork_children(), linux_child_follow_fork(), linux_handle_extended_wait(), linux_handle_syscall_trap(), linux_nat_wait_1(), print_it_catch_syscall(), print_one_stopped_thread(), proc_set_current_signal(), process_initial_stop_replies(), procfs_wait(), remote_follow_fork(), remove_child_of_pending_fork(), remove_new_fork_children(), rs6000_wait(), run_command_1(), S_exception_raise_request(), save_waitstatus(), signal_catchpoint_breakpoint_hit(), signal_catchpoint_print_it(), spu_child_wait(), startup_inferior(), stop_all_threads(), store_waitstatus(), and target_waitstatus_to_string().
1.8.14