projects
/
deliverable
/
binutils-gdb.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
2004-11-05 Felix Lee <felix+log1@specifixinc.com>
[deliverable/binutils-gdb.git]
/
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_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
This page took
0.033492 seconds
and
4
git commands to generate.