Move "break abort" to end, in case gdb complains.

This commit is contained in:
Ken Raeburn 1994-09-28 23:16:59 +00:00
parent 9de0bdfba9
commit 4bdaf48eab

28
gas/gdbinit.in Normal file
View file

@ -0,0 +1,28 @@
dir @srcdir@
dir .
break as_warn
break as_bad
break as_bad_where
break as_fatal
break as_perror
define pe
call print_expr ($)
end
document pe
Print $ as an expressionS, expanding parameters.
end
define ps
call print_symbol_value ($)
end
document ps
Print $ as a symbolS, including expression value.
end
# Put this last, in case it fails.
break abort