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

#include "inferior.h"

Public Attributes

struct inferiornext
 
int num
 
int pid
 
int fake_pid_p
 
struct inferior_control_state control
 
int removable
 
struct address_spaceaspace
 
struct program_spacepspace
 
char * args
 
int argc
 
char ** argv
 
char * terminal
 
struct gdb_environenvironment
 
int attach_flag
 
struct inferiorvfork_parent
 
struct inferiorvfork_child
 
int pending_detach
 
int waiting_for_vfork_done
 
int detaching
 
struct continuationcontinuations
 
struct private_inferiorpriv
 
int has_exit_code
 
LONGEST exit_code
 
int symfile_flags
 
struct target_desc_infotdesc_info
 
struct gdbarchgdbarch
 
 REGISTRY_FIELDS
 

Detailed Description

Definition at line 288 of file inferior.h.

Member Data Documentation

int inferior::argc

Definition at line 323 of file inferior.h.

Referenced by fork_inferior(), set_inferior_args(), and set_inferior_args_vector().

char* inferior::args
char** inferior::argv
struct address_space* inferior::aspace
int inferior::attach_flag
struct continuation* inferior::continuations
struct inferior_control_state inferior::control
int inferior::detaching

Definition at line 362 of file inferior.h.

Referenced by handle_signal_stop(), and prepare_for_detach().

struct gdb_environ* inferior::environment

Definition at line 336 of file inferior.h.

Referenced by add_inferior_silent(), free_inferior(), and unset_environment_command().

LONGEST inferior::exit_code
int inferior::fake_pid_p
struct gdbarch* inferior::gdbarch
int inferior::has_exit_code
struct inferior* inferior::next
int inferior::num
int inferior::pending_detach
int inferior::pid
struct private_inferior* inferior::priv
struct program_space* inferior::pspace
inferior::REGISTRY_FIELDS

Definition at line 400 of file inferior.h.

int inferior::removable
int inferior::symfile_flags
struct target_desc_info* inferior::tdesc_info

Definition at line 384 of file inferior.h.

Referenced by clone_inferior_command(), free_inferior(), and get_tdesc_info().

char* inferior::terminal

Definition at line 332 of file inferior.h.

Referenced by free_inferior(), get_inferior_io_terminal(), and set_inferior_io_terminal().

struct inferior* inferior::vfork_child
struct inferior* inferior::vfork_parent
int inferior::waiting_for_vfork_done

Definition at line 359 of file inferior.h.

Referenced by follow_fork_inferior(), and handle_inferior_event_1().


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