projects
/
deliverable
/
binutils-gdb.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fix wrong prefix in py-breakpoint.exp
[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_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
This page took
0.033245 seconds
and
4
git commands to generate.