This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / gas / gdbinit.in
CommitLineData
252b5132
RH
1dir @srcdir@
2dir .
3
4break as_warn
5break as_warn_where
6break as_bad
7break as_bad_where
8break as_fatal
9break as_perror
10break as_assert
11break as_abort
12
13define pe
14call print_expr ($)
15end
16
17document pe
18Print *$ as an expressionS, expanding parameters.
19end
20
21define ps
22call print_symbol_value ($)
23end
24
25document ps
26Print *$ as a symbolS, including expression value.
27end
28
29define pf
30call print_fixup ($)
31end
32
33document pf
34Print *$ as a fixS, including symbol value.
35end
36
37# Put this last, in case it fails.
38
39break abort
This page took 0.036739 seconds and 4 git commands to generate.