public inbox for fortran@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] gdbinit: break on gfc_internal_error
@ 2017-11-12 17:33 Bernhard Reutner-Fischer
  0 siblings, 0 replies; only message in thread
From: Bernhard Reutner-Fischer @ 2017-11-12 17:33 UTC (permalink / raw)
  To: gcc-patches; +Cc: fortran

Hi!

Ok for trunk?

gcc/ChangeLog:

2017-11-12  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>

	* gdbinit.in: Break on gfc_internal_error.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
---
 gcc/gdbinit.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/gdbinit.in b/gcc/gdbinit.in
index be56b0ee25b..ab777158c76 100644
--- a/gcc/gdbinit.in
+++ b/gcc/gdbinit.in
@@ -225,6 +225,7 @@ b fancy_abort
 
 # Put a breakpoint on internal_error to help with debugging ICEs.
 b internal_error
+b gfc_internal_error
 
 set complaints 0
 # Don't let abort actually run, as it will make
-- 
2.15.0

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-11-12 17:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-12 17:33 [PATCH] gdbinit: break on gfc_internal_error Bernhard Reutner-Fischer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).