aboutsummaryrefslogtreecommitdiffstats
path: root/strace.c
Commit message (Expand)AuthorAgeFilesLines
* Document -k option as experimentalDmitry V. Levin2014-06-181-1/+1
* Warn about flags that have no effect with -cDmitry V. Levin2014-06-031-5/+22
* unwind: call unwind_tcb_fin before printing detached messageMasatake YAMATO2014-05-301-5/+6
* unwind: give all exported functions "unwind_" prefixMasatake YAMATO2014-05-301-3/+3
* unwind: delete mmap cache in free_libunwind_uiMasatake YAMATO2014-05-301-1/+0
* Add -k option to print stack trace after each syscallLuca Clementi2014-05-301-0/+33
* Optionally produce stats on syscall latencyMark Hills2014-05-291-1/+10
* Make int3 example in comments more cut-n-pastableDenys Vlasenko2014-04-101-6/+7
* Fix build with Bionic libcDmitry V. Levin2014-02-261-1/+9
* Stop using _LFS64_LARGEFILEDmitry V. Levin2013-11-121-1/+1
* powerpc: fix iflag build issue (static -> extern)Anton Blanchard2013-07-121-1/+1
* PTRACE_SEIZE can set ptrace options immediately, use this featureDenys Vlasenko2013-07-101-5/+5
* If -o|logger is in use, exit trace loop if nprocs == 0.Denys Vlasenko2013-07-081-1/+8
* Exit trace loop if got ECHILD, not if nprocs == 0.Denys Vlasenko2013-07-081-3/+15
* Add paranoia check before passing a long to pid2tcb(int pid)Denys Vlasenko2013-07-041-0/+3
* In debug output, show waitpid status with 6 hex digits, not 4Denys Vlasenko2013-07-021-1/+1
* Replace suspicious popen_pid assignment with an obviously correct oneDenys Vlasenko2013-07-021-3/+5
* Convert trace() from returning int to returning voidDenys Vlasenko2013-07-011-17/+15
* Remove ia64-specific printing of current address on signal deliveryDenys Vlasenko2013-07-011-21/+4
* Change upeek() to take pid, not full tcp.Denys Vlasenko2013-06-281-2/+2
* In -f mode, do not assume that new pid is stopped - handle exits tooDenys Vlasenko2013-06-261-10/+14
* Set strace_child only in the right branchDenys Vlasenko2013-06-261-1/+2
* Get rid of TCB_INUSE and TCB_STRACE_CHILDDenys Vlasenko2013-06-261-8/+7
* Fix debug output of wait4 result (was reusing buf[] on unknown events)Denys Vlasenko2013-06-211-7/+3
* Show PTRACE_EVENT_STOP correctly in debug outputDenys Vlasenko2013-06-211-0/+3
* Panic a bit less when we see an unknown pidDenys Vlasenko2013-06-211-3/+10
* detach(): Reorganize code. Logic is the same.Denys Vlasenko2013-06-211-123/+126
* Eat pending SIGSTOP _before_ PTRACE_DETACH in detach()Denys Vlasenko2013-06-211-0/+3
* detach(): warn if we see ECHILD from waitpidDenys Vlasenko2013-06-201-6/+23
* Improve error messages in detach()Denys Vlasenko2013-06-201-13/+9
* Remove workarounds for ancient kernels lacking __WALLDenys Vlasenko2013-06-201-58/+13
* USE_SEIZE: fix detaching from stopped processesDenys Vlasenko2013-06-201-13/+76
* Cleanups. No logic changes.Denys Vlasenko2013-06-181-3/+1
* Do not suppress signal delivery messages with -qqDmitry V. Levin2013-05-281-15/+14
* NOMMU: do not hide startup syscalls unless in -D modeDmitry V. Levin2013-05-141-1/+2
* Make -D mode work when the Yama LSM is enabledDmitry V. Levin2013-05-141-0/+8
* Hide startup syscalls.Denys Vlasenko2013-05-141-9/+11
* Allow -q to be repeated for very quiet outputDaniel P. Berrange2013-05-131-14/+17
* Use 64-bit versions of stat, readdir and setrlimit functions when availableDmitry V. Levin2013-03-211-8/+20
* Remove variable tracing_paths and check in pathtrace_matchDenys Vlasenko2013-03-051-4/+0
* Use dynamically-sized selected[] array for -P PATHDenys Vlasenko2013-03-051-3/+1
* Make -b take SYSCALL param, document it in --help and in manpage.Denys Vlasenko2013-02-271-4/+5
* Mass replace error_msg("%s", "literal") -> error_msg("literal")Denys Vlasenko2013-02-261-8/+8
* Assorted NOMMU fixesDenys Vlasenko2013-02-261-6/+16
* Shorten help text - no need to show deprecated option -FDenys Vlasenko2013-02-261-2/+4
* Create and use struct_sysent and struct_ioctlent typedefs.Denys Vlasenko2013-02-221-2/+4
* Eliminate many SCNO_IS_VALID checksDenys Vlasenko2013-02-211-0/+3
* Fix NOMMU + daemonized tracer SEGVDenys Vlasenko2013-02-191-65/+107
* Make it possible to to do test builds for NOMMU architecturesDenys Vlasenko2013-02-191-24/+34
* [X86] Use ptrace(PTRACE_GETREGSET, NT_PRSTATUS) to get registers.Denys Vlasenko2013-02-141-4/+1