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 98 of file waitstatus.h.

Member Data Documentation

char* target_waitstatus::execd_pathname
int target_waitstatus::integer
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
enum gdb_signal target_waitstatus::sig
int target_waitstatus::syscall_number
union { ... } target_waitstatus::value

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