summaryrefslogtreecommitdiffstats
path: root/hacks/.gdbinit
blob: 564917891bce9161d6303904c6b587fe9c2a1c33 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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