summaryrefslogtreecommitdiff
path: root/process.c
Commit message (Expand)AuthorAge
* Use XLAT_END macroDmitry V. Levin2014-02-05
* Convert futexops to XLAT formDmitry V. Levin2014-02-05
* Use XLAT macroDmitry V. Levin2014-02-05
* Delete old PTRACE_{PEEK,POKE}USR logicMike Frysinger2013-12-31
* Use standard names of sched_param structure membersDmitry V. Levin2013-11-12
* 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
* sys_clone: add a comment about CLONE_PTRACE and CLONE_UNTRACEDDenys Vlasenko2013-06-28
* Update PTRACE_O_* constantsDmitry V. Levin2013-05-17
* Update PR_* constantsDmitry V. Levin2013-05-14
* Update PR_* constantsDmitry V. Levin2013-03-27
* Add support for the XTENSA architectureChris Zankel2013-03-25
* ptrace: decode note segment descriptor typesDmitry V. Levin2013-03-18
* Add support for Imagination Technologies MetaJames Hogan2013-03-05
* Eliminate many SCNO_IS_VALID checksDenys Vlasenko2013-02-21
* Add support for the OpenRISC 1000 platformChristian Svensson2013-02-14
* Factor out code to check addr, fetch and print siginfoDenys Vlasenko2013-02-13
* Decode struct iov in PTRACE_GET/SETREGSETDenys Vlasenko2013-02-13
* Unify representations of struct user fields for subarchitecturesDenys Vlasenko2013-02-12
* Add start_code and start_data members of struct userDenys Vlasenko2013-02-12
* Deobfuscate definitions of struct user offsetsDenys Vlasenko2013-02-12
* Add tilegx support to straceChris Metcalf2013-02-05
* Add AArch64 support to straceSteve McIntyre2012-10-26
* Make printing of utsname.domainname more portableDmitry V. Levin2012-05-01
* Enable printing of uts.domainname in uname syscallDenys Vlasenko2012-04-28
* Add x32 support to straceH.J. Lu2012-04-16
* simple cleanups in defs.h. No logic changes.Denys Vlasenko2012-03-21
* Trivial tweaks. No logic changesDenys Vlasenko2012-03-20
* Optimize code if we have only one personalityDenys Vlasenko2012-03-19
* Make internal_fork and internal_exec staticDenys Vlasenko2012-03-18
* Move change_syscall() to its only user and make it staticDenys Vlasenko2012-03-17
* Indentation and whitespace fixes. No code changes.Denys Vlasenko2012-03-17
* Tidy up includes and copyright notices, fix indentationDenys Vlasenko2012-03-16
* Remove extra include directives. No code changes.Denys Vlasenko2012-03-15
* Fix logging for "strace -o FILE -ff test/threaded_execve" test caseDenys Vlasenko2012-03-13
* Implement sched_rr_get_interval syscall decoderDmitry V. Levin2012-03-11
* Implement get_robust_list syscall decoderDmitry V. Levin2012-03-11
* Implement process_vm_writev decoderDmitry V. Levin2012-03-10
* Output iovec length in vmsplice and process_vm_readv decodersDmitry V. Levin2012-03-10
* Assorted trivial optimizationsDenys Vlasenko2012-02-27
* Alias a few more syscall printing functionsDenys Vlasenko2012-02-27
* Style fixes, no code changesDenys Vlasenko2012-02-27
* Compress blank linesDmitry V. Levin2012-02-25
* Cleanup after non-Linux code removal.Denys Vlasenko2012-02-25
* Automated removal of non-Linux codeDenys Vlasenko2012-02-25
* Eliminate native_scno and known_scnoDmitry V. Levin2012-02-20
* Add experimental code to use PTRACE_SEIZE, disabled by defaultDenys Vlasenko2012-01-29
* Use process_vm_readv instead of PTRACE_PEEKDATA to read data blocksDenys Vlasenko2012-01-28
* Fix a case of broken output if last seen syscall was exitDenys Vlasenko2012-01-28
* Do post-attach initialization earlier; fix "we ignore SIGSTOP on NOMMU" bugDenys Vlasenko2011-09-05