X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2F.gdbinit;h=564917891bce9161d6303904c6b587fe9c2a1c33;hb=8afc01a67be4fbf3f1cc0fce9adf01b5289a21c6;hp=78a723608c4e8273a6000e2c545dc190929a6a49;hpb=f3e0240915ed9f9b3a61781f5c7002d587563fe0;p=xscreensaver diff --git a/hacks/.gdbinit b/hacks/.gdbinit index 78a72360..56491789 100644 --- a/hacks/.gdbinit +++ b/hacks/.gdbinit @@ -1,4 +1,12 @@ -set args -geom =600x480+0+0 -sync +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