Initial revision
[binutils.git] / gas / gdbinit.in
blobe946726ec676c11a0b7f6ead336f0cc2ed30d299
1 dir @srcdir@
2 dir .
4 break as_warn
5 break as_warn_where
6 break as_bad
7 break as_bad_where
8 break as_fatal
9 break as_perror
10 break as_assert
11 break as_abort
13 define pe
14 call print_expr ($)
15 end
17 document pe
18 Print *$ as an expressionS, expanding parameters.
19 end
21 define ps
22 call print_symbol_value ($)
23 end
25 document ps
26 Print *$ as a symbolS, including expression value.
27 end
29 define pf
30 call print_fixup ($)
31 end
33 document pf
34 Print *$ as a fixS, including symbol value.
35 end
37 # Put this last, in case it fails.
39 break abort