aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libsandbox: do not abort when the target uses bad pointersMike Frysinger2015-09-201-0/+14
* libsandbox: fix process_vm_readv addresses/lengthsMike Frysinger2015-09-201-14/+14
* libsandbox: use memchr to speed up NUL byte searchMike Frysinger2015-09-201-3/+2
* libsandbox: work around process_vm_readv EFAULTsv2.8Mike Frysinger2015-09-201-2/+15
* libsandbox: avoid leaking memory when extracting stringsMike Frysinger2015-09-151-2/+3
* libsandbox: clean up open file handles in parent tracing processMike Frysinger2012-06-231-1/+2
* libsandbox: handle ENOSYS w/process_vm_readvMike Frysinger2013-02-241-1/+6
* libsandbox: use process_vm_readv if availableMike Frysinger2012-08-121-0/+26
* libsandbox: add x32 ABI supportv2.6Mike Frysinger2012-07-031-4/+17
* libsandbox: migrate to get/set regs interface for everyoneMike Frysinger2012-07-031-35/+8
* significantly overhaul output helpersMike Frysinger2012-06-231-35/+27
* libsandbox: set syscall error rather than killing on violationsMike Frysinger2012-03-061-6/+22
* libsandbox: delay trace_regs #error until useMike Frysinger2011-07-081-0/+4
* libsandbox: don't swallow SIGCHLD notificationsMike Frysinger2010-08-151-1/+0
* libsandbox: fix ptrace decode of utimensatMike Frysinger2009-10-251-1/+1
* libsandbox: add support for tracing SPARC systemsMike Frysinger2009-10-251-15/+23
* libsandbox: use PTRACE_SETOPTIONS only when definedMike Frysinger2009-06-041-1/+1
* libsandbox: convert trace to waitpid()Mike Frysinger2009-06-041-6/+6
* libsandbox: handle utimensat with NULL pathsMike Frysinger2009-06-041-2/+3
* libsandbox: ignore core dumpsMike Frysinger2009-06-041-2/+7
* libsandbox: add pre checks to static tracingMike Frysinger2009-06-041-50/+95
* libsandbox: don't filter signals the traced pid receivesMike Frysinger2009-04-091-9/+21
* libsandbox: add support for tracing Blackfin/PARISC systemsMike Frysinger2009-04-081-3/+10
* libsandbox: decode signal details when falling over in traceMike Frysinger2009-04-061-3/+8
* libsandbox: handle trace code when vforkingMike Frysinger2009-04-051-3/+14
* libsandbox: fix slightly broken logic with ptrace() returnMike Frysinger2009-04-051-3/+10
* libsandbox: enable tracing for multiple personalitiesMike Frysinger2009-04-051-75/+126
* libsandbox: be nicer with unknown traced signalsMike Frysinger2009-03-311-1/+1
* libsandbox: initial support for tracing of static binaries via ptrace()Mike Frysinger2009-03-181-0/+386