OSDN Git Service

* cppinit.c (cpp_start_read): Free the imacros list as we
[pf3gnuchains/gcc-fork.git] / gcc / gdbinit.in
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