diff options
Diffstat (limited to 'tools/gdb.html')
-rw-r--r-- | tools/gdb.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gdb.html b/tools/gdb.html index 44846a6..c8e3f09 100644 --- a/tools/gdb.html +++ b/tools/gdb.html @@ -330,7 +330,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. |