ecl/src/util/gdbinit
2009-11-29 19:07:19 +01:00

16 lines
332 B
Text

#
# Recommended settings for debuggin either ecl_min or ecl.
#
delete break
break cl_cos
break cl_error
break cl_cerror
break CEerror
break FEerror
break FEunbound_variable
break FEundefined_function
break FEwrong_type_argument
break FEinvalid_function
set confirm off
handle SIGBUS nostop
handle EXC_BAD_ACCESS nostop pass noprint