diff options
author | terminaldweller <thabogre@gmail.com> | 2021-11-10 11:51:38 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-11-10 11:51:38 +0000 |
commit | 216beb6c4dc046501566305e15fb731bd9a7f052 (patch) | |
tree | 3f1397a93deda04401e7192328ac3a2834eee466 /.gdbinit | |
parent | more cleanup (diff) | |
download | scripts-216beb6c4dc046501566305e15fb731bd9a7f052.tar.gz scripts-216beb6c4dc046501566305e15fb731bd9a7f052.zip |
updates
Diffstat (limited to '')
-rw-r--r-- | .gdbinit | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gdbinit b/.gdbinit new file mode 100644 index 0000000..5da7864 --- /dev/null +++ b/.gdbinit @@ -0,0 +1,5 @@ +source ~/gef/gef.py +# source /home/devi/.local/lib/python3.8/site-packages/voltron/entry.py +set listsize 20 +set follow-fork-mode child +set detach-on-fork on |