Commit Graph

2 Commits

Author SHA256 Message Date
Martin Pluskal
20b6ac4d43 Accepting request 350891 from home:AndreasSchwab:f
- Update to strace 4.11.
  * Changes in behavior
    * Some syscalls have different names depending on architecture and
      personality.  In these cases, syscall filtering and printing now
      consistently uses the names that match corresponding __NR_* kernel
      macros of the tracee's architecture and personality.
    * Added strace prefix to all diagnostic messages.
  * Improvements
    * Enhanced and extended test suite.
    * Implemented reliable tracing of processes whose personality differs
      from the personality of strace, fixed decoding of 32-bit personality
      syscalls on 64-bit architectures.
    * When some data referenced by syscall arguments is irrelevant or cannot
      be read from tracee's memory, strace now prints its address consistently.
    * When a syscall is restarted using restart_syscall mechanism, strace now
      shows the syscall name on architectures that expose this information.
    * Print values returned by epoll_create1, eventfd, eventfd2, fanotify_init,
      inotify_init1, perf_event_open, pipe, pipe2, signalfd, signalfd4, socket,
      socketpair, timerfd, and timerfd_create syscalls, as well as F_DUPFD and
      F_DUPFD_CLOEXEC fcntl commands, as file descriptors.
    * Optimized decoding of indirect socket syscalls.
    * Implemented decoding of nanoseconds along with seconds in stat family
      syscalls (addresses Fedora bug #1251176).
    * Implemented decoding of struct statfs.f_flags in statfs syscall.
    * Implemented decoding of siginfo_t.si_syscall and siginfo_t.si_arch
      in SIGSYS signal.
    * Implemented decoding of indirect syscall on mips o32.
    * Implemented decoding of IPPROTO_IP control messages.
    * Implemented decoding of setsockopt syscall multicast arguments.
    * Enhanced decoding of struct sigevent.

OBS-URL: https://build.opensuse.org/request/show/350891
OBS-URL: https://build.opensuse.org/package/show/devel:tools/strace?expand=0&rev=56
2015-12-26 16:19:47 +00:00
36ba3424a6 Accepting request 178891 from home:jengelh:branches:devel:tools
- Update to new upstream release 4.8

OBS-URL: https://build.opensuse.org/request/show/178891
OBS-URL: https://build.opensuse.org/package/show/devel:tools/strace?expand=0&rev=29
2013-06-14 12:12:59 +00:00