* gdbinit.in: Move break on exit after break on fancy_abort.

From-SVN: r45074
This commit is contained in:
Richard Henderson 2001-08-21 01:54:33 -07:00 committed by Richard Henderson
parent 487b97e056
commit 3aed19811b
2 changed files with 3 additions and 1 deletions

View 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.

View 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