GDB (xrefs)
|
Go to the source code of this file.
Functions | |
struct target_ops * | inf_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) |
void inf_child_maybe_unpush_target | ( | struct target_ops * | ops | ) |
Definition at line 172 of file inf-child.c.
References have_inferiors(), inf_child_explicitly_opened, and unpush_target().
Referenced by gnu_detach(), go32_mourn_inferior(), inf_child_mourn_inferior(), inf_ptrace_detach(), procfs_detach(), procfs_mourn_inferior(), and windows_detach().
void inf_child_mourn_inferior | ( | struct target_ops * | ops | ) |
Definition at line 163 of file inf-child.c.
References generic_mourn_inferior(), and inf_child_maybe_unpush_target().
Referenced by darwin_mourn_inferior(), gnu_mourn_inferior(), inf_ptrace_mourn_inferior(), procfs_mourn_inferior(), and windows_mourn_inferior().
void inf_child_open_target | ( | struct target_ops * | target, |
const char * | arg, | ||
int | from_tty | ||
) |
Definition at line 124 of file inf-child.c.
References inf_child_explicitly_opened, printf_filtered(), push_target(), and target_preopen().
Referenced by inf_child_open(), and procfs_open_1().
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 | |||
) |
Definition at line 51 of file inf-child.c.
References gdb_signal_from_host(), target_waitstatus::integer, target_waitstatus::kind, target_waitstatus::sig, TARGET_WAITKIND_EXITED, TARGET_WAITKIND_SIGNALLED, TARGET_WAITKIND_STOPPED, target_waitstatus::value, WEXITSTATUS, WIFEXITED, WIFSTOPPED, WSTOPSIG, and WTERMSIG.
Referenced by if(), inf_ptrace_wait(), linux_nat_filter_event(), linux_nat_wait_1(), procfs_wait(), rs6000_wait(), spu_child_wait(), and wait_lwp().