From 4bdaf48eab047c4df2989b5070a20efe05d2dc67 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 28 Sep 1994 23:16:59 +0000 Subject: [PATCH] Move "break abort" to end, in case gdb complains. --- gas/gdbinit.in | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 gas/gdbinit.in 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 -- 2.7.4