Lines Matching full:child
842 `-return-child-result'
843 The return code from GDB will be the return code from the child
849 it would have been without `-return-child-result'.
853 * The child process never runs, or is not allowed to terminate,
1418 child process.
1430 * Kill Process:: Killing the child process
1748 commands. It also resets the controlling terminal for the child
1830 4.8 Killing the child process
1834 Kill the child process in which your program is running under GDB.
2025 child process will run unimpeded. If you have set a breakpoint in any
2026 code which the child then executes, the child will get a `SIGTRAP'
2029 However, if you want to debug the child process there is a workaround
2031 child process executes after the fork. It may be useful to sleep only
2034 child. While the child is sleeping, use the `ps' program to get its
2036 debugging the parent process) to attach to the child process (*note
2037 Attach::). From that point on you can debug the child process just
2046 parent process and the child process will run unimpeded.
2048 If you want to follow the child process instead of the parent
2057 The original process is debugged after a fork. The child
2060 `child'
2068 On Linux, if you want to debug both the parent and child processes,
2076 The child process (or parent process, depending on the value
2082 process (child or parent, depending on the value of
2121 If you ask to debug a child process and a `vfork' is followed by an
2124 program, the breakpoint will also be set on the child process's `main'.
2126 When a child process is spawned by `vfork', you cannot debug the
2127 child or parent until an `exec' call completes.
9807 `kill' command (*note Killing the child process: Kill Process.).
9920 Section will be loaded from the file into the child
9928 Section cannot be modified by the child process.
12037 * WinCE:: Windows CE child processes
16765 child is itself of a complex type, it will also have children of its
16977 the value of a child variable can be evaluated.
20537 shell to start your program--some systems refuse to let GDB debug child
23038 information from the child process is discarded, and the return value
25054 * --return-child-result: Mode Options. (line 51)