Lines Matching refs:strace

105   * The mailing list was moved to strace-devel@lists.strace.io.
107 (https://sourceforge.net/p/strace/code/ci/master/tree/) is no longer
108 maintained. Please use GitLab (https://gitlab.com/strace/strace/)
109 or GitHub (https://github.com/strace/strace/) repository instead.
186 * Added manual page for the strace-log-merge command.
189 * Implemented an optional support for symbol demangling in strace -k output
193 in strace -V output.
206 * Fixed corner cases in handling of strace -ff -ttt logs by strace-log-merge.
211 * Fixed the case when strace attaches to a tracee being inside exec and its
336 will remain blocked for the whole period of strace execution.
337 * strace no longer resets SIGCHLD handler in tracees to the default action.
338 * When traced command is terminated by a blocked signal, strace unblocks
480 strace exits with exit status 1.
575 * Applied various fixes to strace-graph script.
585 * Added strace prefix to all diagnostic messages.
590 from the personality of strace, fixed decoding of 32-bit personality
593 be read from tracee's memory, strace now prints its address consistently.
594 * When a syscall is restarted using restart_syscall mechanism, strace now
779 * In case of normal strace termination, when the trace output is
780 redirected to a pipe, strace now closes it and waits for the pipe
812 * Fixed handling of files with 64-bit inode numbers by 32-bit strace
832 * strace no longer suspends waitpid until there is a child
834 * strace no longer detaches from a tracee which is supposed
836 * strace now issues a new message: "+++ exited with EXITCODE +++"
837 which shows exact moment strace got exit notification,
844 * Added -I option to control strace interactivity.
846 * Added strace_log_merge script helper to merge timestamped "strace -ff"
869 * Applied various optimizations to make strace work faster.
892 * Fixed PID prefix printing in "strace -oLOG -ff -p1 -p2 -p3" case.
893 * Fixed logging of unfinished lines in "strace -oLOG -ff" case.
900 just hampered further strace development.
994 * When command exits, strace now exits with the same exit status.
995 If command is terminated by a signal, strace terminates itself
996 with the same signal, so that strace can be used as a wrapper
998 When using -p option, the exit status of strace is zero unless
1019 * Made strace detect when traced process suddenly disappeared.
1161 * New port to AMD's x86-64 architecture. One strace binary can
1207 * Add strace-graph
1248 * it is now reasonable to install strace setuid to root in some circumstances