GDB (xrefs)
Public Attributes | List of all members
target_waitstatus Struct Reference

#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
 

Detailed Description

Definition at line 104 of file waitstatus.h.

Member Data Documentation

◆ execd_pathname

char* target_waitstatus::execd_pathname

◆ integer

int target_waitstatus::integer

◆ kind

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().

◆ related_pid

ptid_t target_waitstatus::related_pid

◆ sig

enum gdb_signal target_waitstatus::sig

◆ syscall_number

int target_waitstatus::syscall_number

◆ value

union { ... } target_waitstatus::value

The documentation for this struct was generated from the following file: