- 1dbd39e Fix stack buffer overflow when specified command is too long by Dmitry V. Levin · 10 years ago
- 23ce9e4 Remove support for systems without PTRACE_SETOPTIONS by Dmitry V. Levin · 10 years ago
- 0f4ad30 Fix build with old kernel headers by Dmitry V. Levin · 10 years ago
- e9bfff6 Do not reset get_regs_error unnecessarily by Dmitry V. Levin · 10 years ago
- 5503dd2 Move regs-related macros and declarations from defs.h to regs.h by Dmitry V. Levin · 10 years ago
- fadf379 Move all ptrace-related macros and declarations from defs.h to ptrace.h by Dmitry V. Levin · 10 years ago
- 2cd488b When the process stared by strace exits/terminates, forget its pid by Dmitry V. Levin · 10 years ago
- aa80192 -b execve: avoid misleading warning about unknown pid by Dmitry V. Levin · 10 years ago
- e690813 -b execve: do not use struct tcb after detach by Dmitry V. Levin · 10 years ago
- 4b4ec12 trace: split into several functions by Dmitry V. Levin · 10 years ago
- 025b358 Replace MAXPATHLEN with PATH_MAX by Dmitry V. Levin · 10 years ago
- 2f6510c Add -yy option: print ip and port associated with socket descriptors by Dmitry V. Levin · 10 years ago
- 3ed5d02 Fix compilation warnings reported by gcc -Wsign-compare by Dmitry V. Levin · 10 years ago
- 45e7b18 Prepare for -yy option support by Dmitry V. Levin · 10 years ago
- 2734a70 Document -k option as experimental by Dmitry V. Levin · 10 years ago
- 2727aae Warn about flags that have no effect with -c by Dmitry V. Levin · 10 years ago
- 2b09df9 unwind: call unwind_tcb_fin before printing detached message by Masatake YAMATO · 11 years ago
- 6141392 unwind: give all exported functions "unwind_" prefix by Masatake YAMATO · 11 years ago
- 7721499 unwind: delete mmap cache in free_libunwind_ui by Masatake YAMATO · 11 years ago
- 327064b Add -k option to print stack trace after each syscall by Luca Clementi · 11 years ago
- e53bf23 Optionally produce stats on syscall latency by Mark Hills · 10 years ago
- 329fa39 Make int3 example in comments more cut-n-pastable by Denys Vlasenko · 11 years ago
- d354130 Fix build with Bionic libc by Dmitry V. Levin · 11 years ago
- 0506f0f Stop using _LFS64_LARGEFILE by Dmitry V. Levin · 11 years ago
- a34dead powerpc: fix iflag build issue (static -> extern) by Anton Blanchard · 11 years ago
- c169d94 PTRACE_SEIZE can set ptrace options immediately, use this feature by Denys Vlasenko · 11 years ago
- 7c41ce2 If -o|logger is in use, exit trace loop if nprocs == 0. by Denys Vlasenko · 11 years ago
- d2e1f42 Exit trace loop if got ECHILD, not if nprocs == 0. by Denys Vlasenko · 11 years ago
- 6162a3f Add paranoia check before passing a long to pid2tcb(int pid) by Denys Vlasenko · 11 years ago
- 38eab5d In debug output, show waitpid status with 6 hex digits, not 4 by Denys Vlasenko · 11 years ago
- 519af5a Replace suspicious popen_pid assignment with an obviously correct one by Denys Vlasenko · 11 years ago
- d0ffdf4 Convert trace() from returning int to returning void by Denys Vlasenko · 11 years ago
- 5a2483b Remove ia64-specific printing of current address on signal delivery by Denys Vlasenko · 11 years ago
- 752e5a0 Change upeek() to take pid, not full tcp. by Denys Vlasenko · 11 years ago
- c8511f0 In -f mode, do not assume that new pid is stopped - handle exits too by Denys Vlasenko · 11 years ago
- e8681c9 Set strace_child only in the right branch by Denys Vlasenko · 11 years ago
- fadbf66 Get rid of TCB_INUSE and TCB_STRACE_CHILD by Denys Vlasenko · 11 years ago
- 1b2bfbc Fix debug output of wait4 result (was reusing buf[] on unknown events) by Denys Vlasenko · 11 years ago
- 4e020c0 Show PTRACE_EVENT_STOP correctly in debug output by Denys Vlasenko · 11 years ago
- 71d3d29 Panic a bit less when we see an unknown pid by Denys Vlasenko · 11 years ago
- e2567d5 detach(): Reorganize code. Logic is the same. by Denys Vlasenko · 11 years ago
- a2de9da Eat pending SIGSTOP _before_ PTRACE_DETACH in detach() by Denys Vlasenko · 11 years ago
- fdfa47a detach(): warn if we see ECHILD from waitpid by Denys Vlasenko · 11 years ago
- 4a9ba98 Improve error messages in detach() by Denys Vlasenko · 11 years ago
- 725dd42 Remove workarounds for ancient kernels lacking __WALL by Denys Vlasenko · 11 years ago
- 69e27ef USE_SEIZE: fix detaching from stopped processes by Denys Vlasenko · 11 years ago
- f1669e7 Cleanups. No logic changes. by Denys Vlasenko · 11 years ago
- e8ff4c6 Do not suppress signal delivery messages with -qq by Dmitry V. Levin · 11 years ago
- 1d2435b NOMMU: do not hide startup syscalls unless in -D mode by Dmitry V. Levin · 12 years ago
- 882478a Make -D mode work when the Yama LSM is enabled by Dmitry V. Levin · 12 years ago
- 2a3d275 Hide startup syscalls. by Denys Vlasenko · 12 years ago
- 01997cf Allow -q to be repeated for very quiet output by Daniel P. Berrange · 12 years ago
- c8938e0 Use 64-bit versions of stat, readdir and setrlimit functions when available by Dmitry V. Levin · 12 years ago
- 38cfe7c Remove variable tracing_paths and check in pathtrace_match by Denys Vlasenko · 12 years ago
- 7239dbc Use dynamically-sized selected[] array for -P PATH by Denys Vlasenko · 12 years ago
- 22efaf0 Make -b take SYSCALL param, document it in --help and in manpage. by Denys Vlasenko · 12 years ago
- 905e8e0 Mass replace error_msg("%s", "literal") -> error_msg("literal") by Denys Vlasenko · 12 years ago
- 05f3251 Assorted NOMMU fixes by Denys Vlasenko · 12 years ago
- 38e79bb Shorten help text - no need to show deprecated option -F by Denys Vlasenko · 12 years ago
- a9fe13c Create and use struct_sysent and struct_ioctlent typedefs. by Denys Vlasenko · 12 years ago
- 74ec14f Eliminate many SCNO_IS_VALID checks by Denys Vlasenko · 12 years ago
- f909c8d Fix NOMMU + daemonized tracer SEGV by Denys Vlasenko · 12 years ago
- 5c9d8f4 Make it possible to to do test builds for NOMMU architectures by Denys Vlasenko · 12 years ago
- eec8d5d [X86] Use ptrace(PTRACE_GETREGSET, NT_PRSTATUS) to get registers. by Denys Vlasenko · 12 years ago
- 8d4ca0c Shortcut tests for fork/exec syscalls by Denys Vlasenko · 12 years ago
- ce7d953 Optimize out PTRACE_PEEKUSER with -i by Denys Vlasenko · 12 years ago
- 9a71bcd Use perror_msg instead of perror by Dmitry V. Levin · 12 years ago
- 978fbc9 Trivial fixes, no code changes. by Denys Vlasenko · 12 years ago
- 508279c Always check setreuid return code by Dmitry V. Levin · 12 years ago
- cf53436 Close pipe and wait for the pipe process termination by Dmitry V. Levin · 12 years ago
- 26bc060 Enable usage of PTRACE_SEIZE by Denys Vlasenko · 12 years ago
- c59b3f1 Remove outdated comment about suspending new tracees by Denys Vlasenko · 12 years ago
- 0dbc80d Fix kernel release string parsing by Dmitry V. Levin · 13 years ago
- 6e4f3c1 Add custom (faster) vfprintf implementation (disabled by default) by Denys Vlasenko · 13 years ago
- 142aee0 Trivial speed optimization by Denys Vlasenko · 13 years ago
- 7ff5ed9 Fix indefinite hang on no-mmu systems by Mike Frysinger · 13 years ago
- df79013 Remove unreachable code by Denys Vlasenko · 13 years ago
- c5ccfa4 Tweak help text and manpage (added -In to manpage) by Denys Vlasenko · 13 years ago
- ccee169 Robustify parsing of numbers from strings by Dmitry V. Levin · 13 years ago
- 6764f8f Simplify current tcp switching and current column handling by Denys Vlasenko · 13 years ago
- 8511f2a Make threaded execve handling code more reabable and somewhat simpler by Denys Vlasenko · 13 years ago
- b5e0908 Show "+++ exited..." with -C by Denys Vlasenko · 13 years ago
- a44f969 Replace reprinting decision logic by Denys Vlasenko · 13 years ago
- 2350675 Report some ptrace failures; nuke tcp->ptrace_errno by Denys Vlasenko · 13 years ago
- 852f98a Make ptrace_restart() static. No code changes by Denys Vlasenko · 13 years ago
- 3e3490a Indentation and whitespace fixes. No code changes. by Denys Vlasenko · 13 years ago
- 9c3861d Remove another "interrupt to quit" message by Denys Vlasenko · 13 years ago
- 3db3b26 Fix "strace -oFILE -ff -p<nonexistant_pid>" behavior by Denys Vlasenko · 13 years ago
- 800ec8f Make alloc_tcb and droptcb static. No code changes. by Denys Vlasenko · 13 years ago
- a6d91de Tidy up includes and copyright notices, fix indentation by Denys Vlasenko · 13 years ago
- a509054 Simplify SIGCHLD handler setting by Denys Vlasenko · 13 years ago
- 2c4fb90 When reporting signals, use short signal names (SIGfoo) instead of strerror by Denys Vlasenko · 13 years ago
- 6e0bfd1 Fix lame kernel version checking code by Denys Vlasenko · 13 years ago
- 61e7aad Experimental support for "detach on execve" feature by Denys Vlasenko · 13 years ago
- 3e084ac Simple fixes. by Denys Vlasenko · 13 years ago
- bcde70a Remove extra include directives. No code changes. by Denys Vlasenko · 13 years ago
- a50d2a8 Tidy up order of includes; make bool variables explicit. by Denys Vlasenko · 13 years ago
- 67559ad Less ugly debug display of ptrace events by Denys Vlasenko · 13 years ago
- 7de265d Fix logging for "strace -o FILE -ff test/threaded_execve" test case by Denys Vlasenko · 13 years ago
- 328bf25 Treat -ff without -o FILE as single -f by Denys Vlasenko · 13 years ago