summaryrefslogtreecommitdiffstats
path: root/hacks/.gdbinit
diff options
context:
space:
mode:
authorSimon Rettberg2018-10-16 10:08:48 +0200
committerSimon Rettberg2018-10-16 10:08:48 +0200
commitd3a98cf6cbc3bd0b9efc570f58e8812c03931c18 (patch)
treecbddf8e50f35a9c6e878a5bfe3c6d625d99e12ba /hacks/.gdbinit
downloadxscreensaver-d3a98cf6cbc3bd0b9efc570f58e8812c03931c18.tar.gz
xscreensaver-d3a98cf6cbc3bd0b9efc570f58e8812c03931c18.tar.xz
xscreensaver-d3a98cf6cbc3bd0b9efc570f58e8812c03931c18.zip
Original 5.40
Diffstat (limited to 'hacks/.gdbinit')
-rw-r--r--hacks/.gdbinit12
1 files changed, 12 insertions, 0 deletions
diff --git a/hacks/.gdbinit b/hacks/.gdbinit
new file mode 100644
index 0000000..5649178
--- /dev/null
+++ b/hacks/.gdbinit
@@ -0,0 +1,12 @@
+set args -geom =800x600+0+0 -sync
+set env MallocScribble 1
+set env MallocPreScribble 1
+set env MallocErrorAbort 1
+set env MallocCheckHeapAbort 1
+set env MallocGuardEdges 1
+#set env MallocCheckHeapStart 130000
+#set env MallocCheckHeapEach 1
+b screenhack_ehandler
+b malloc_error_break
+b exit
+b abort