* gdbinit.in: Set a breakpoint on internal_error.

From-SVN: r85031
This commit is contained in:
Ben Elliston 2004-07-22 01:04:13 +00:00 committed by Ben Elliston
parent 224e770bb8
commit c9092111fd
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-07-22 Ben Elliston <bje@au.ibm.com>
* gdbinit.in: Set a breakpoint on internal_error.
2004-07-21 Richard Henderson <rth@redhat.com>
* cfgexpand.c (expand_gimple_tailcall): Fix case where we need

View File

@ -117,6 +117,9 @@ end
# to either fprintf/exit or fancy_abort.
b fancy_abort
# Put a breakpoint on internal_error to help with debugging ICEs.
b internal_error
# Make gdb complain about symbol reading errors. This is so that gcc
# developers can see and fix bugs in gcc debug output.
set complaints 20