aboutsummaryrefslogtreecommitdiff
path: root/gcc/gdbinit.in
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2001-08-21 08:54:33 +0000
committerRichard Henderson <rth@redhat.com>2001-08-21 08:54:33 +0000
commit040852233ec98a2a2a7b9671a4315f5745955fe1 (patch)
tree8f286096d04e4157bc4e82969091c6aaaa8cc563 /gcc/gdbinit.in
parenta6d45c35f5d2d9669a00859af67420f6014d1363 (diff)
* gdbinit.in: Move break on exit after break on fancy_abort.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45074 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gdbinit.in')
-rw-r--r--gcc/gdbinit.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gdbinit.in b/gcc/gdbinit.in
index ccc3ad8787f..5fae9180461 100644
--- a/gcc/gdbinit.in
+++ b/gcc/gdbinit.in
@@ -88,7 +88,6 @@ end
# Put breakpoints at exit and fancy_abort in case abort is mapped
# to either fprintf/exit or fancy_abort.
-b exit
b fancy_abort
# Make gdb complain about symbol reading errors. This is so that gcc
@@ -99,4 +98,5 @@ set complaints 20
# stdio stop working and therefore the `pr' command above as well.
# Put this last because gcc does not reference it any more unless
# USE_SYSTEM_ABORT is defined, so gdb may complain and bail out.
+b exit
b abort