diff options
author | johannst <johannst@users.noreply.github.com> | 2024-03-04 23:14:10 +0000 |
---|---|---|
committer | johannst <johannst@users.noreply.github.com> | 2024-03-04 23:14:10 +0000 |
commit | 301c57576bd03caddf6493afaa8649a155897ae2 (patch) | |
tree | db58e5ee7ca349f09388748831b83dac426d2efb /print.html | |
parent | 14dd90461b98a05cdce34abf7d131f9548f96277 (diff) | |
download | notes-301c57576bd03caddf6493afaa8649a155897ae2.tar.gz notes-301c57576bd03caddf6493afaa8649a155897ae2.zip |
deploy: 9e2328fdbe0825b5e274a2b1bcc322c3e9f1c435
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. |