From: Ken Raeburn Date: Wed, 28 Sep 1994 23:16:59 +0000 (+0000) Subject: Move "break abort" to end, in case gdb complains. X-Git-Tag: gdb-4_18~13404 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4bdaf48eab047c4df2989b5070a20efe05d2dc67;p=external%2Fbinutils.git Move "break abort" to end, in case gdb complains. --- diff --git a/gas/gdbinit.in b/gas/gdbinit.in new file mode 100644 index 0000000..04fbec8 --- /dev/null +++ b/gas/gdbinit.in @@ -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