projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
224e770
)
* gdbinit.in: Set a breakpoint on internal_error.
author
Ben Elliston
<bje@au.ibm.com>
Thu, 22 Jul 2004 01:04:13 +0000
(
01:04
+0000)
committer
Ben Elliston
<bje@gcc.gnu.org>
Thu, 22 Jul 2004 01:04:13 +0000
(11:04 +1000)
From-SVN: r85031
gcc/ChangeLog
patch
|
blob
|
history
gcc/gdbinit.in
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 4065d959f61161416a2a775abb5cc35082573bc4..784b66debc4d2d491845ce7b6faa3566e28eb110 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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
diff --git
a/gcc/gdbinit.in
b/gcc/gdbinit.in
index 753cd9e73bc75d05e8219e9a5a1f941ffa9e2760..fe63fa5a9a448a30cb46c8bb8a033fd74785b4ed 100644
(file)
--- a/
gcc/gdbinit.in
+++ b/
gcc/gdbinit.in
@@
-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