OSDN Git Service

* gdbinit.in: Set a breakpoint on internal_error.
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Jul 2004 01:04:13 +0000 (01:04 +0000)
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Jul 2004 01:04:13 +0000 (01:04 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85031 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/gdbinit.in

index 4065d95..784b66d 100644 (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
index 753cd9e..fe63fa5 100644 (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