OSDN Git Service

* gdbinit.in: Move break on exit after break on fancy_abort.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 Aug 2001 08:54:33 +0000 (08:54 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 Aug 2001 08:54:33 +0000 (08:54 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45074 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/gdbinit.in

index 175f627..528fc20 100644 (file)
@@ -1,5 +1,7 @@
 2001-08-21  Richard Henderson  <rth@redhat.com>
 
+       * gdbinit.in: Move break on exit after break on fancy_abort.
+
        * config/ia64/ia64.c (ia64_return_in_memory): True for variable
        sized types.
 
index ccc3ad8..5fae918 100644 (file)
@@ -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