summaryrefslogtreecommitdiff
path: root/strace.c
Commit message (Expand)AuthorAge
* Make int3 example in comments more cut-n-pastableDenys Vlasenko2014-04-10
* Fix build with Bionic libcDmitry V. Levin2014-02-26
* Stop using _LFS64_LARGEFILEDmitry V. Levin2013-11-12
* powerpc: fix iflag build issue (static -> extern)Anton Blanchard2013-07-12
* PTRACE_SEIZE can set ptrace options immediately, use this featureDenys Vlasenko2013-07-10
* If -o|logger is in use, exit trace loop if nprocs == 0.Denys Vlasenko2013-07-08
* Exit trace loop if got ECHILD, not if nprocs == 0.Denys Vlasenko2013-07-08
* Add paranoia check before passing a long to pid2tcb(int pid)Denys Vlasenko2013-07-04
* In debug output, show waitpid status with 6 hex digits, not 4Denys Vlasenko2013-07-02
* Replace suspicious popen_pid assignment with an obviously correct oneDenys Vlasenko2013-07-02
* Convert trace() from returning int to returning voidDenys Vlasenko2013-07-01
* Remove ia64-specific printing of current address on signal deliveryDenys Vlasenko2013-07-01
* Change upeek() to take pid, not full tcp.Denys Vlasenko2013-06-28
* 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