diff options
Diffstat (limited to 'print.html')
-rw-r--r-- | print.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1905,7 +1905,7 @@ thread name <name> Specify which process to follow when debuggee makes a fork(2) syscall. - set detach-on-frok <on | off> + set detach-on-fork <on | off> Turn on/off detaching from new child processes (on by default). Turning this off allows to debug multiple processes (inferiors) with one gdb session. |