freebsd-dev/contrib/binutils/gas/gdbinit.in
Dimitry Andric 97d40d3d4a Merge ^/vendor/binutils/dist@214571 into contrib/binutils, which brings
us up to version 2.17.50.20070703, at the last GPLv2 commit.

Amongst others, this added upstream support for some FreeBSD-specific
things that we previously had to manually hack in, such as the OSABI
label support, and so on.

There are also quite a number of new files, some for cpu's (e.g. SPU)
that we may or may not be interested in, but those can be cleaned up
later on, if needed.
2010-11-01 19:35:33 +00:00

39 lines
491 B
Plaintext

dir @srcdir@
dir .
break as_warn
break as_warn_where
break as_bad
break as_bad_where
break as_fatal
break as_assert
break as_abort
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
define pf
call print_fixup ($)
end
document pf
Print *$ as a fixS, including symbol value.
end
# Put this last, in case it fails.
break abort