GDB (xrefs)
Loading...
Searching...
No Matches
Functions
/tmp/gdb-13.1/gdb/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 
)

◆ create_tty_session()

pid_t create_tty_session ( void  )

Definition at line 898 of file inflow.c.

References inferior_thisrun_terminal.

Referenced by postfork_child_hook().

◆ gdb_save_tty_state()

void gdb_save_tty_state ( void  )

◆ initialize_stdin_serial()

void initialize_stdin_serial ( void  )

Definition at line 924 of file inflow.c.

References serial_fdopen(), and stdin_serial.

Referenced by gdb_init().

◆ new_tty()

void new_tty ( void  )

Definition at line 776 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  )

◆ new_tty_prefork()

void new_tty_prefork ( std::string  ttyname)

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  )

◆ swap_terminal_info()

void swap_terminal_info ( inferior a,
inferior b 
)