GDB (xrefs)
|
Go to the source code of this file.
Functions | |
void | new_tty_prefork (std::string ttyname) |
void | new_tty (void) |
void | new_tty_postfork (void) |
void | copy_terminal_info (struct inferior *to, struct inferior *from) |
void | swap_terminal_info (inferior *a, inferior *b) |
pid_t | create_tty_session (void) |
void | initialize_stdin_serial (void) |
void | gdb_save_tty_state (void) |
void | set_initial_gdb_ttystate (void) |
Definition at line 621 of file inflow.c.
References get_inflow_inferior_data(), serial_copy_tty_state(), stdin_serial, inferior::terminal_state, terminal_info::ttystate, and xfree().
Referenced by follow_fork_inferior().
|
extern |
Definition at line 899 of file inflow.c.
References inferior_thisrun_terminal.
Referenced by postfork_child_hook().
|
extern |
Definition at line 206 of file inflow.c.
References gdb_has_a_terminal(), our_terminal_info, serial_get_tty_state(), stdin_serial, terminal_info::ttystate, and xfree().
Referenced by tui_disable(), and tui_enable().
|
extern |
Definition at line 925 of file inflow.c.
References serial_fdopen(), and stdin_serial.
Referenced by gdb_init().
|
extern |
Definition at line 777 of file inflow.c.
References check_syscall(), inferior_thisrun_terminal, and O_NOCTTY.
Referenced by postfork_child_hook().
|
extern |
Definition at line 838 of file inflow.c.
References current_inferior(), get_inflow_inferior_data(), inferior_thisrun_terminal, and terminal_info::run_terminal.
Referenced by postfork_hook().
|
extern |
Definition at line 753 of file inflow.c.
References inferior_thisrun_terminal.
Referenced by prefork_hook().
|
extern |
Definition at line 143 of file inflow.c.
References initial_gdb_ttystate, our_terminal_info, serial_copy_tty_state(), serial_get_tty_state(), stdin_serial, tcgetpgrp(), terminal_info::tflags, and terminal_info::ttystate.
Referenced by gdb_init().
Definition at line 642 of file inflow.c.
References registry< T >::get(), inflow_inferior_data, registry< T >::set(), and inferior::terminal_state.
Referenced by follow_exec().