Move "break abort" to end, in case gdb complains.
[deliverable/binutils-gdb.git] / gas / gdbinit.in
CommitLineData
4bdaf48e
KR
1dir @srcdir@
2dir .
3
4break as_warn
5break as_bad
6break as_bad_where
7break as_fatal
8break as_perror
9
10define pe
11call print_expr ($)
12end
13
14document pe
15Print $ as an expressionS, expanding parameters.
16end
17
18define ps
19call print_symbol_value ($)
20end
21
22document ps
23Print $ as a symbolS, including expression value.
24end
25
26# Put this last, in case it fails.
27
28break abort
This page took 0.030476 seconds and 4 git commands to generate.