GDB (xrefs)
Loading...
Searching...
No Matches
Functions
terminal.h File Reference

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)
 

Function Documentation

◆ copy_terminal_info()

void copy_terminal_info ( struct inferior * to,
struct inferior * from )
extern

◆ create_tty_session()

pid_t create_tty_session ( void )
extern

Definition at line 899 of file inflow.c.

References inferior_thisrun_terminal.

Referenced by postfork_child_hook().

◆ gdb_save_tty_state()

void gdb_save_tty_state ( void )
extern

◆ initialize_stdin_serial()

void initialize_stdin_serial ( void )
extern

Definition at line 925 of file inflow.c.

References serial_fdopen(), and stdin_serial.

Referenced by gdb_init().

◆ new_tty()

void new_tty ( void )
extern

Definition at line 777 of file inflow.c.

References check_syscall(), inferior_thisrun_terminal, and O_NOCTTY.

Referenced by postfork_child_hook().

◆ new_tty_postfork()

void new_tty_postfork ( void )
extern

◆ new_tty_prefork()

void new_tty_prefork ( std::string ttyname)
extern

Definition at line 753 of file inflow.c.

References inferior_thisrun_terminal.

Referenced by prefork_hook().

◆ set_initial_gdb_ttystate()

void set_initial_gdb_ttystate ( void )
extern

◆ swap_terminal_info()

void swap_terminal_info ( inferior * a,
inferior * b )
extern