repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
daily update
[binutils.git]
/
gas
/
gdbinit.in
blob
fb1046da531a1345750b8968df8c9b0971f2b573
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