|
GDB (xrefs)
|
Go to the source code of this file.
Functions | |
| int | gdb_setpgid () |
| void | have_job_control () |
Variables | |
| int | job_control |
| int gdb_setpgid | ( | ) |
Definition at line 41 of file job-control.c.
References job_control.
Referenced by postfork_child_hook().
| void have_job_control | ( | ) |
Definition at line 69 of file job-control.c.
References job_control.
Referenced by _initialize_inflow().
| int job_control |
Definition at line 29 of file job-control.c.
Referenced by child_terminal_inferior(), child_terminal_ours_1(), command_line_input(), create_tty_session(), gdb_setpgid(), have_job_control(), quit(), scoped_ignore_sigttou::scoped_ignore_sigttou(), and scoped_ignore_sigttou::~scoped_ignore_sigttou().
1.8.14