summaryrefslogtreecommitdiff
path: root/process.c
Commit message (Expand)AuthorAge
* 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
* Set TCB_STARTUP only _after_ we attached.Denys Vlasenko2011-09-05
* Use tprints with literal strings, it may be faster than tprintfDenys Vlasenko2011-09-01
* Fix "format not a string literal" warning caused by tprintf(str)Denys Vlasenko2011-09-01
* Remove stray commas in struct initializers. No code changesDenys Vlasenko2011-08-25
* Optimize tabto()Denys Vlasenko2011-08-25
* Conditionally optimize out unused codeDenys Vlasenko2011-08-23
* Remove tcp->parent and TCB_CLONE_THREAD.Denys Vlasenko2011-08-17
* Remove TCB_SUSPENDED constant and related code.Denys Vlasenko2011-08-17