Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / data / gdb-pre7.0 / mono-gdbinit
1 # Loaded by mono-gdb.py
2
3 # FIXME: According to gdb docs, this is called _before_ anything is printed
4 # Got broken by this patch:
5 # http://sourceware.org/ml/gdb-patches/2008-09/msg00193.html
6 # FIXME: This seems to cause crashes inside gdb
7 #define hook-stop
8 #          python mono_support.stop_hook ()
9 #end
10 define hook-backtrace
11            python mono_support.stop_hook ()
12 end
13
14 define hook-run
15            python mono_support.run_hook ()
16 end
17
18 define xdb
19            python mono_support.stop_hook ()
20 end