summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Fix select decoding with bogus (huge or negative) nfds.Dr. David Alan Gilbert2013-11-05
* Work around conflict between <sys/ptrace.h> and <linux/ptrace.h>Ali Polatel2013-09-26
* Add support for ARC Cores from SynopsysVineet Gupta2013-09-11
* Add support for decoding sync_file_rangeWilliam Manley2013-09-11
* fanotify_mark: fix number of args for 32bit archesMike Frysinger2013-09-11
* x86, x86_64: fix compilation warningsDmitry V. Levin2013-09-11
* Remove rt parameter from [s]printsigmask()Denys Vlasenko2013-07-18
* Convert some uses of long_to_sigmask+printsigmask to sprintsigmask_longDenys Vlasenko2013-07-18
* Simplify some sigmask manipulationsDenys Vlasenko2013-07-18
* Add compat support for sys_pselect6Denys Vlasenko2013-07-18
* I386: fix signedness mismatch warningDenys Vlasenko2013-07-18
* Fix sigset printing via print_sigset().Denys Vlasenko2013-07-18
* sys_rt_sigaction: fix sigset copyingDenys Vlasenko2013-07-18
* ARM: remove wrong NSIG = 32 defineDenys Vlasenko2013-07-18
* ARM: fix sigreturn decodingDenys Vlasenko2013-07-17
* Group USE_CUSTOM_PRINTF define with other tweakablesDenys Vlasenko2013-07-16
* Improve sigreturn decoding on x86 to show RT signal bits too.Denys Vlasenko2013-07-16
* powerpc: enhance 32/64bit detectionAnton Blanchard2013-07-12
* powerpc: fix some compiler warningsAnton Blanchard2013-07-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
* s390[x]: get rid of syscall_mode, delete code which never triggersDenys Vlasenko2013-07-07
* ARM: add STRACE_KNOWS_ONLY_EABI define which can be used to omit OABI supportDenys Vlasenko2013-07-04
* 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
* Rename ia32 to ia64_ia32mode, and make it bool, not longDenys Vlasenko2013-07-01
* Fold is_restart_error() into its sole userDenys Vlasenko2013-06-30
* Update qemu_multiarch_testing/READMEDenys Vlasenko2013-06-29
* sys_clone: add a comment about CLONE_PTRACE and CLONE_UNTRACEDDenys Vlasenko2013-06-28
* POWERPC: get rid of "static long ppc_result"Denys Vlasenko2013-06-28
* POWERPC: read ppc_regs.nip if -iDenys Vlasenko2013-06-28
* POWERPC: if GETREGS fails with EIO, don't try it againDenys Vlasenko2013-06-28
* Get rid of powerpc_getreg(), it's a copy of upeek()Denys Vlasenko2013-06-28
* Change upeek() to take pid, not full tcp.Denys Vlasenko2013-06-28
* powerpc: Provide a fallback for old kernels without PTRACE_GETREGSAnton Blanchard2013-06-26
* powerpc: Use PTRACE_GETREGS to fetch all registersAnton Blanchard2013-06-26
* Another manpage tweakDenys Vlasenko2013-06-26
* Manpage updateDenys Vlasenko2013-06-26
* Update build_static_example.shDenys Vlasenko2013-06-26
* 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