• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:strace

18   * Added strace prefix to all diagnostic messages.
23 from the personality of strace, fixed decoding of 32-bit personality
26 be read from tracee's memory, strace now prints its address consistently.
27 * When a syscall is restarted using restart_syscall mechanism, strace now
212 * In case of normal strace termination, when the trace output is
213 redirected to a pipe, strace now closes it and waits for the pipe
245 * Fixed handling of files with 64-bit inode numbers by 32-bit strace
265 * strace no longer suspends waitpid until there is a child
267 * strace no longer detaches from a tracee which is supposed
269 * strace now issues a new message: "+++ exited with EXITCODE +++"
270 which shows exact moment strace got exit notification,
277 * Added -I option to control strace interactivity.
279 * Added strace_log_merge script helper to merge timestamped "strace -ff"
302 * Applied various optimizations to make strace work faster.
325 * Fixed PID prefix printing in "strace -oLOG -ff -p1 -p2 -p3" case.
326 * Fixed logging of unfinished lines in "strace -oLOG -ff" case.
333 just hampered further strace development.
427 * When command exits, strace now exits with the same exit status.
428 If command is terminated by a signal, strace terminates itself
429 with the same signal, so that strace can be used as a wrapper
431 When using -p option, the exit status of strace is zero unless
452 * Made strace detect when traced process suddenly disappeared.
594 * New port to AMD's x86-64 architecture. One strace binary can
640 * Add strace-graph
681 * it is now reasonable to install strace setuid to root in some circumstances