X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2F.gdbinit;h=564917891bce9161d6303904c6b587fe9c2a1c33;hp=78a723608c4e8273a6000e2c545dc190929a6a49;hb=7b34ef992563d7bcbb64cc5597dc45fa24470b05;hpb=c1b9b55ad8d59dc05ef55e316aebf5863e7dfa56 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