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