home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / binutils-2.7-src.tgz / tar.out / fsf / binutils / gas / gdbinit.in < prev    next >
Text File  |  1996-09-28  |  507b  |  40 lines

  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_perror
  10. break as_assert
  11. break as_abort
  12.  
  13. define pe
  14. call print_expr ($)
  15. end
  16.  
  17. document pe
  18. Print *$ as an expressionS, expanding parameters.
  19. end
  20.  
  21. define ps
  22. call print_symbol_value ($)
  23. end
  24.  
  25. document ps
  26. Print *$ as a symbolS, including expression value.
  27. end
  28.  
  29. define pf
  30. call print_fixup ($)
  31. end
  32.  
  33. document pf
  34. Print *$ as a fixS, including symbol value.
  35. end
  36.  
  37. # Put this last, in case it fails.
  38.  
  39. break abort
  40.