From: Richard Henderson Date: Tue, 21 Aug 2001 08:54:33 +0000 (-0700) Subject: * gdbinit.in: Move break on exit after break on fancy_abort. X-Git-Tag: prereleases/libstdc++-3.0.95~2518 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3aed19811b745b62c8d04aaa5dc6228524cc883b;p=thirdparty%2Fgcc.git * gdbinit.in: Move break on exit after break on fancy_abort. From-SVN: r45074 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 175f627af310..528fc20daefd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2001-08-21 Richard Henderson + * gdbinit.in: Move break on exit after break on fancy_abort. + * config/ia64/ia64.c (ia64_return_in_memory): True for variable sized types. diff --git a/gcc/gdbinit.in b/gcc/gdbinit.in index ccc3ad8787f9..5fae9180461a 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