xref: /openbsd-src/gnu/usr.bin/binutils-2.17/gas/gdbinit.in (revision 3d8817e467ea46cf4772788d6804dd293abfb01a)
1*3d8817e4Smioddir @srcdir@
2*3d8817e4Smioddir .
3*3d8817e4Smiod
4*3d8817e4Smiodbreak as_warn
5*3d8817e4Smiodbreak as_warn_where
6*3d8817e4Smiodbreak as_bad
7*3d8817e4Smiodbreak as_bad_where
8*3d8817e4Smiodbreak as_fatal
9*3d8817e4Smiodbreak as_perror
10*3d8817e4Smiodbreak as_assert
11*3d8817e4Smiodbreak as_abort
12*3d8817e4Smiod
13*3d8817e4Smioddefine pe
14*3d8817e4Smiodcall print_expr ($)
15*3d8817e4Smiodend
16*3d8817e4Smiod
17*3d8817e4Smioddocument pe
18*3d8817e4SmiodPrint *$ as an expressionS, expanding parameters.
19*3d8817e4Smiodend
20*3d8817e4Smiod
21*3d8817e4Smioddefine ps
22*3d8817e4Smiodcall print_symbol_value ($)
23*3d8817e4Smiodend
24*3d8817e4Smiod
25*3d8817e4Smioddocument ps
26*3d8817e4SmiodPrint *$ as a symbolS, including expression value.
27*3d8817e4Smiodend
28*3d8817e4Smiod
29*3d8817e4Smioddefine pf
30*3d8817e4Smiodcall print_fixup ($)
31*3d8817e4Smiodend
32*3d8817e4Smiod
33*3d8817e4Smioddocument pf
34*3d8817e4SmiodPrint *$ as a fixS, including symbol value.
35*3d8817e4Smiodend
36*3d8817e4Smiod
37*3d8817e4Smiod# Put this last, in case it fails.
38*3d8817e4Smiod
39*3d8817e4Smiodbreak abort
40