home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / D / STRACE / _STRACE.TAR / usr / doc / strace / NEWS < prev    next >
Encoding:
Text File  |  1995-02-19  |  1.3 KB  |  27 lines

  1. Changes from versions 2.x to version 3.0
  2. ========================================
  3.  
  4. * filename arguments are neither abbreviated nor stringified
  5. * string arguments are now true C strings using octal instead of hex by default
  6. * preprocessor constants are never shortened (e.g. was RDONLY => now O_RDONLY)
  7. * by default the output for multiple processes now goes into one file
  8. * all structures, vectors, bitsets, etc. use consistent output formats
  9. * the -c option now means count calls, -i does what the old -c used to do
  10.  
  11. New Features in version 3.0
  12. ===========================
  13.  
  14. * non-ascii strings can be optionally printed entirely in hex
  15. * the output format is readable when mutiple processes are generating output
  16. * exit values are printed in an alignment column
  17. * is is possible to suppress messages about attaching and detaching
  18. * various tracing features can be enabled on a per syscall/signal/desc basis
  19. * selective tracing of syscalls
  20. * selective printing of syscall structures
  21. * selective abbreviation of long structures on a per syscall basis
  22. * selective printing of raw syscall arguments and results
  23. * selective tracing of signals
  24. * selective dumping of all I/O read from file descriptors
  25. * selective dumping of all I/O written to file descriptors
  26. * optional counting of time, calls, and errors for each syscall
  27.