summaryrefslogtreecommitdiff
path: root/strace.c
Commit message (Expand)AuthorAge
* In -f mode, do not assume that new pid is stopped - handle exits tooDenys Vlasenko2013-06-26
* Set strace_child only in the right branchDenys Vlasenko2013-06-26
* Get rid of TCB_INUSE and TCB_STRACE_CHILDDenys Vlasenko2013-06-26
* Fix debug output of wait4 result (was reusing buf[] on unknown events)Denys Vlasenko2013-06-21
* Show PTRACE_EVENT_STOP correctly in debug outputDenys Vlasenko2013-06-21
* Panic a bit less when we see an unknown pidDenys Vlasenko2013-06-21
* detach(): Reorganize code. Logic is the same.Denys Vlasenko2013-06-21
* Eat pending SIGSTOP _before_ PTRACE_DETACH in detach()Denys Vlasenko2013-06-21
* detach(): warn if we see ECHILD from waitpidDenys Vlasenko2013-06-20
* Improve error messages in detach()Denys Vlasenko2013-06-20
* Remove workarounds for ancient kernels lacking __WALLDenys Vlasenko2013-06-20
* USE_SEIZE: fix detaching from stopped processesDenys Vlasenko2013-06-20
* Cleanups. No logic changes.Denys Vlasenko2013-06-18
* Do not suppress signal delivery messages with -qqDmitry V. Levin2013-05-28
* NOMMU: do not hide startup syscalls unless in -D modeDmitry V. Levin2013-05-14
* Make -D mode work when the Yama LSM is enabledDmitry V. Levin2013-05-14
* Hide startup syscalls.Denys Vlasenko2013-05-14
* Allow -q to be repeated for very quiet outputDaniel P. Berrange2013-05-13
* Use 64-bit versions of stat, readdir and setrlimit functions when availableDmitry V. Levin2013-03-21
* Remove variable tracing_paths and check in pathtrace_matchDenys Vlasenko2013-03-05
* Use dynamically-sized selected[] array for -P PATHDenys Vlasenko2013-03-05
* Make -b take SYSCALL param, document it in --help and in manpage.Denys Vlasenko2013-02-27
* Mass replace error_msg("%s", "literal") -> error_msg("literal")Denys Vlasenko2013-02-26
* Assorted NOMMU fixesDenys Vlasenko2013-02-26
* Shorten help text - no need to show deprecated option -FDenys Vlasenko2013-02-26
* Create and use struct_sysent and struct_ioctlent typedefs.Denys Vlasenko2013-02-22
* Eliminate many SCNO_IS_VALID checksDenys Vlasenko2013-02-21
* Fix NOMMU + daemonized tracer SEGVDenys Vlasenko2013-02-19
* Make it possible to to do test builds for NOMMU architecturesDenys Vlasenko2013-02-19
* [X86] Use ptrace(PTRACE_GETREGSET, NT_PRSTATUS) to get registers.Denys Vlasenko2013-02-14
* Shortcut tests for fork/exec syscallsDenys Vlasenko2013-02-06
* Optimize out PTRACE_PEEKUSER with -iDenys Vlasenko2013-02-05
* Use perror_msg instead of perrorDmitry V. Levin2012-09-28
* Trivial fixes, no code changes.Denys Vlasenko2012-09-13
* Always check setreuid return codeDmitry V. Levin2012-08-24
* Close pipe and wait for the pipe process terminationDmitry V. Levin2012-07-12
* Enable usage of PTRACE_SEIZEDenys Vlasenko2012-07-10
* Remove outdated comment about suspending new traceesDenys Vlasenko2012-05-15
* Fix kernel release string parsingDmitry V. Levin2012-05-14
* Add custom (faster) vfprintf implementation (disabled by default)Denys Vlasenko2012-04-16
* Trivial speed optimizationDenys Vlasenko2012-04-16
* Fix indefinite hang on no-mmu systemsMike Frysinger2012-04-05
* Remove unreachable codeDenys Vlasenko2012-03-26
* Tweak help text and manpage (added -In to manpage)Denys Vlasenko2012-03-26
* Robustify parsing of numbers from stringsDmitry V. Levin2012-03-25
* Simplify current tcp switching and current column handlingDenys Vlasenko2012-03-22
* Make threaded execve handling code more reabable and somewhat simplerDenys Vlasenko2012-03-22
* Show "+++ exited..." with -CDenys Vlasenko2012-03-21
* Replace reprinting decision logicDenys Vlasenko2012-03-21
* Report some ptrace failures; nuke tcp->ptrace_errnoDenys Vlasenko2012-03-21