aboutsummaryrefslogtreecommitdiff
path: root/gas/gdbinit.in
blob: 04fbec827db0bef92b5d478e072d8247abe4ff84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
dir @srcdir@
dir .

break as_warn
break as_bad
break as_bad_where
break as_fatal
break as_perror

define pe
call print_expr ($)
end

document pe
Print $ as an expressionS, expanding parameters.
end

define ps
call print_symbol_value ($)
end

document ps
Print $ as a symbolS, including expression value.
end

# Put this last, in case it fails.

break abort