]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/binutils/gas/gdbinit.in
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / binutils / gas / gdbinit.in
1 dir @srcdir@
2 dir .
3
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_assert
10 break as_abort
11
12 define pe
13 call print_expr ($)
14 end
15
16 document pe
17 Print *$ as an expressionS, expanding parameters.
18 end
19
20 define ps
21 call print_symbol_value ($)
22 end
23
24 document ps
25 Print *$ as a symbolS, including expression value.
26 end
27
28 define pf
29 call print_fixup ($)
30 end
31
32 document pf
33 Print *$ as a fixS, including symbol value.
34 end
35
36 # Put this last, in case it fails.
37
38 break abort