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
* emulparams/elf64ppc.sh (SEGMENT_SIZE): Don't define.
[binutils.git]
/
gas
/
gdbinit.in
blob
e946726ec676c11a0b7f6ead336f0cc2ed30d299
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_perror
10
break as_assert
11
break as_abort
12
13
define pe
14
call print_expr ($)
15
end
16
17
document pe
18
Print *$ as an expressionS, expanding parameters.
19
end
20
21
define ps
22
call print_symbol_value ($)
23
end
24
25
document ps
26
Print *$ as a symbolS, including expression value.
27
end
28
29
define pf
30
call print_fixup ($)
31
end
32
33
document pf
34
Print *$ as a fixS, including symbol value.
35
end
36
37
# Put this last, in case it fails.
38
39
break abort