Home | History | Annotate | Download | only in info

Lines Matching full:fork

2023 which create additional processes using the `fork' function.  When a
2031 child process executes after the fork. It may be useful to sleep only
2041 create additional processes using the `fork' or `vfork' functions.
2049 process, use the command `set follow-fork-mode'.
2051 `set follow-fork-mode MODE'
2052 Set the debugger response to a program call of `fork' or `vfork'.
2053 A call to `fork' or `vfork' creates a new process. The MODE
2057 The original process is debugged after a fork. The child
2061 The new process is debugged after a fork. The parent process
2065 `show follow-fork-mode'
2066 Display the current debugger response to a `fork' or `vfork' call.
2069 use the command `set detach-on-fork'.
2071 `set detach-on-fork MODE'
2072 Tells gdb whether to detach one of the processes after a fork, or
2077 of `follow-fork-mode') will be detached and allowed to run
2083 `follow-fork-mode') is debugged as usual, while the other is
2093 command, and switch from one fork to another by using the `fork'
2098 The listing will include a fork id, a process id, and the current
2101 `fork FORK-ID'
2102 Make fork number FORK-ID the current process. The argument
2103 FORK-ID is the internal fork number assigned by GDB, as shown in
2108 from it by using the `detach fork' command (allowing it to run
2109 independently), or delete (and kill) it using the `delete fork' command.
2111 `detach fork FORK-ID'
2112 Detach from the process identified by GDB fork number FORK-ID, and
2113 remove it from the fork list. The process will be allowed to run
2116 `delete fork FORK-ID'
2117 Kill the process identified by GDB fork number FORK-ID, and remove
2118 it from the fork list.
2133 You can use the `catch' command to make GDB stop whenever a `fork',
2773 `fork'
2774 A call to `fork'. This is currently only available for HP-UX.
25376 * break on fork/exec: Set Catchpoints. (line 19)
25601 * delete fork FORK-ID: Processes. (line 100)
25621 * detach fork FORK-ID: Processes. (line 95)
25801 * fork FORK-ID: Processes. (line 85)
25802 * fork, debugging programs which call: Processes. (line 6)
26707 * set detach-on-fork: Processes. (line 55)
26716 * set follow-fork-mode: Processes. (line 35)
26863 * show follow-fork-mode: Processes. (line 49)