gdbinit.in revision 33965
133965Sjdpdir @srcdir@
233965Sjdpdir .
333965Sjdp
433965Sjdpbreak as_warn
533965Sjdpbreak as_warn_where
633965Sjdpbreak as_bad
733965Sjdpbreak as_bad_where
833965Sjdpbreak as_fatal
933965Sjdpbreak as_perror
1033965Sjdpbreak as_assert
1133965Sjdpbreak as_abort
1233965Sjdp
1333965Sjdpdefine pe
1433965Sjdpcall print_expr ($)
1533965Sjdpend
1633965Sjdp
1733965Sjdpdocument pe
1833965SjdpPrint *$ as an expressionS, expanding parameters.
1933965Sjdpend
2033965Sjdp
2133965Sjdpdefine ps
2233965Sjdpcall print_symbol_value ($)
2333965Sjdpend
2433965Sjdp
2533965Sjdpdocument ps
2633965SjdpPrint *$ as a symbolS, including expression value.
2733965Sjdpend
2833965Sjdp
2933965Sjdpdefine pf
3033965Sjdpcall print_fixup ($)
3133965Sjdpend
3233965Sjdp
3333965Sjdpdocument pf
3433965SjdpPrint *$ as a fixS, including symbol value.
3533965Sjdpend
3633965Sjdp
3733965Sjdp# Put this last, in case it fails.
3833965Sjdp
3933965Sjdpbreak abort
40