aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorjohannst <johannst@users.noreply.github.com>2024-03-04 23:14:10 +0000
committerjohannst <johannst@users.noreply.github.com>2024-03-04 23:14:10 +0000
commit301c57576bd03caddf6493afaa8649a155897ae2 (patch)
treedb58e5ee7ca349f09388748831b83dac426d2efb /tools
parent14dd90461b98a05cdce34abf7d131f9548f96277 (diff)
downloadnotes-301c57576bd03caddf6493afaa8649a155897ae2.tar.gz
notes-301c57576bd03caddf6493afaa8649a155897ae2.zip
deploy: 9e2328fdbe0825b5e274a2b1bcc322c3e9f1c435
Diffstat (limited to 'tools')
-rw-r--r--tools/gdb.html2
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 &lt;name&gt;
Specify which process to follow when debuggee makes a fork(2)
syscall.
- set detach-on-frok &lt;on | off&gt;
+ set detach-on-fork &lt;on | off&gt;
Turn on/off detaching from new child processes (on by default).
Turning this off allows to debug multiple processes (inferiors) with
one gdb session.