diff options
author | terminaldweller <thabogre@gmail.com> | 2022-01-30 15:06:45 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-01-30 15:06:45 +0000 |
commit | 4818098e614f4ef30a322601f932923a46c31207 (patch) | |
tree | ba0daae70ac437e2b30e3008c3c41b72c7e2ad35 /.gdbinit | |
parent | updates (diff) | |
download | scripts-4818098e614f4ef30a322601f932923a46c31207.tar.gz scripts-4818098e614f4ef30a322601f932923a46c31207.zip |
updates
Diffstat (limited to '.gdbinit')
-rw-r--r-- | .gdbinit | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ end # configs set listsize 13 set follow-fork-mode child +set follow-exec-mode new set pagination off set detach-on-fork on set breakpoint pending on |