|
GDB (API)
|
#include <fcntl.h>#include <sgtty.h>#include <sys/ioctl.h>Go to the source code of this file.
Defines | |
| #define | TERMINAL struct sgttyb |
Functions | |
| void | new_tty_prefork (const char *) |
| void | new_tty (void) |
| void | new_tty_postfork (void) |
| void | copy_terminal_info (struct inferior *to, struct inferior *from) |
| pid_t | create_tty_session (void) |
| int | gdb_setpgid (void) |
| void | initialize_stdin_serial (void) |
| int | gdb_has_a_terminal (void) |
Variables | |
| int | job_control |
| #define TERMINAL struct sgttyb |
Definition at line 74 of file terminal.h.
| void copy_terminal_info | ( | struct inferior * | to, |
| struct inferior * | from | ||
| ) |
| pid_t create_tty_session | ( | void | ) |
| int gdb_has_a_terminal | ( | void | ) |
| int gdb_setpgid | ( | void | ) |
| void initialize_stdin_serial | ( | void | ) |
| void new_tty_postfork | ( | void | ) |
| void new_tty_prefork | ( | const char * | ) |
1.7.6.1