GDB (xrefs)
Functions
/tmp/gdb-7.10/gdb/inf-child.h File Reference

Go to the source code of this file.

Functions

struct target_opsinf_child_target (void)
 
void store_waitstatus (struct target_waitstatus *, int)
 
void inf_child_open_target (struct target_ops *target, const char *arg, int from_tty)
 
void inf_child_mourn_inferior (struct target_ops *ops)
 
void inf_child_maybe_unpush_target (struct target_ops *ops)
 

Function Documentation

void inf_child_maybe_unpush_target ( struct target_ops ops)
void inf_child_mourn_inferior ( struct target_ops ops)
void inf_child_open_target ( struct target_ops target,
const char *  arg,
int  from_tty 
)
struct target_ops* inf_child_target ( void  )

Definition at line 393 of file inf-child.c.

References child_terminal_inferior(), child_terminal_info(), child_terminal_init(), child_terminal_ours(), child_terminal_ours_for_output(), default_child_has_all_memory(), default_child_has_execution(), default_child_has_memory(), default_child_has_registers(), default_child_has_stack(), inf_child_can_run(), inf_child_can_use_agent(), inf_child_close(), inf_child_disconnect(), inf_child_fetch_inferior_registers(), inf_child_fileio_close(), inf_child_fileio_fstat(), inf_child_fileio_open(), inf_child_fileio_pread(), inf_child_fileio_pwrite(), inf_child_fileio_readlink(), inf_child_fileio_unlink(), inf_child_follow_fork(), inf_child_open(), inf_child_pid_to_exec_file(), inf_child_post_attach(), inf_child_post_startup_inferior(), inf_child_prepare_to_store(), inf_child_store_inferior_registers(), inf_child_use_agent(), memory_insert_breakpoint(), memory_remove_breakpoint(), OPS_MAGIC, process_stratum, return_zero(), target_ops::to_can_async_p, target_ops::to_can_run, target_ops::to_can_use_agent, target_ops::to_close, target_ops::to_disconnect, target_ops::to_doc, target_ops::to_fetch_registers, target_ops::to_fileio_close, target_ops::to_fileio_fstat, target_ops::to_fileio_open, target_ops::to_fileio_pread, target_ops::to_fileio_pwrite, target_ops::to_fileio_readlink, target_ops::to_fileio_unlink, target_ops::to_follow_fork, target_ops::to_has_all_memory, target_ops::to_has_execution, target_ops::to_has_memory, target_ops::to_has_registers, target_ops::to_has_stack, target_ops::to_insert_breakpoint, target_ops::to_longname, target_ops::to_magic, target_ops::to_open, target_ops::to_pid_to_exec_file, target_ops::to_post_attach, target_ops::to_post_startup_inferior, target_ops::to_prepare_to_store, target_ops::to_remove_breakpoint, target_ops::to_shortname, target_ops::to_store_registers, target_ops::to_stratum, target_ops::to_supports_non_stop, target_ops::to_terminal_inferior, target_ops::to_terminal_info, target_ops::to_terminal_init, target_ops::to_terminal_ours, target_ops::to_terminal_ours_for_output, and target_ops::to_use_agent.

Referenced by _initialize_darwin_inferior(), gnu_target(), go32_target(), inf_ptrace_target(), init_procfs_targets(), procfs_target(), and windows_target().

void store_waitstatus ( struct target_waitstatus ,
int   
)