aboutsummaryrefslogtreecommitdiffstats
path: root/.gdbinit
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-11-10 11:51:38 +0000
committerterminaldweller <thabogre@gmail.com>2021-11-10 11:51:38 +0000
commit216beb6c4dc046501566305e15fb731bd9a7f052 (patch)
tree3f1397a93deda04401e7192328ac3a2834eee466 /.gdbinit
parentmore cleanup (diff)
downloadscripts-216beb6c4dc046501566305e15fb731bd9a7f052.tar.gz
scripts-216beb6c4dc046501566305e15fb731bd9a7f052.zip
updates
Diffstat (limited to '.gdbinit')
-rw-r--r--.gdbinit5
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