summaryrefslogtreecommitdiff
path: root/strace.c
Commit message (Expand)AuthorAge
* Tweak help text and manpage (added -In to manpage)Denys Vlasenko2012-03-26
* Robustify parsing of numbers from stringsDmitry V. Levin2012-03-25
* Simplify current tcp switching and current column handlingDenys Vlasenko2012-03-22
* Make threaded execve handling code more reabable and somewhat simplerDenys Vlasenko2012-03-22
* Show "+++ exited..." with -CDenys Vlasenko2012-03-21
* Replace reprinting decision logicDenys Vlasenko2012-03-21
* Report some ptrace failures; nuke tcp->ptrace_errnoDenys Vlasenko2012-03-21
* Make ptrace_restart() static. No code changesDenys Vlasenko2012-03-20
* Indentation and whitespace fixes. No code changes.Denys Vlasenko2012-03-17
* Remove another "interrupt to quit" messageDenys Vlasenko2012-03-16
* Fix "strace -oFILE -ff -p<nonexistant_pid>" behaviorDenys Vlasenko2012-03-16
* Make alloc_tcb and droptcb static. No code changes.Denys Vlasenko2012-03-16
* Tidy up includes and copyright notices, fix indentationDenys Vlasenko2012-03-16
* Simplify SIGCHLD handler settingDenys Vlasenko2012-03-15
* When reporting signals, use short signal names (SIGfoo) instead of strerrorDenys Vlasenko2012-03-15
* Fix lame kernel version checking codeDenys Vlasenko2012-03-15
* Experimental support for "detach on execve" featureDenys Vlasenko2012-03-15
* Simple fixes.Denys Vlasenko2012-03-15
* Remove extra include directives. No code changes.Denys Vlasenko2012-03-15
* Tidy up order of includes; make bool variables explicit.Denys Vlasenko2012-03-15
* Less ugly debug display of ptrace eventsDenys Vlasenko2012-03-13
* Fix logging for "strace -o FILE -ff test/threaded_execve" test caseDenys Vlasenko2012-03-13
* Treat -ff without -o FILE as single -fDenys Vlasenko2012-03-12
* Style fix. No code changesDenys Vlasenko2012-03-12
* Reduce stack usage by ~0.5kDenys Vlasenko2012-03-12
* Preparatory cosmetic changes for the next commitDenys Vlasenko2012-03-12
* Trivial simplificationDenys Vlasenko2012-03-09
* Don't consider PROG to be our child in "strace -D PROG" caseDenys Vlasenko2012-03-09
* Fix the case where we try to detach unattached processesDenys Vlasenko2012-03-09
* Call PTRACE_CONT with addr=0Denys Vlasenko2012-03-09
* Fix PID prefix printing in "strace -oLOG -ff -p1 -p2 -p3" caseDenys Vlasenko2012-03-09
* Allow -p PID to take comma or whitespace-separated list of PIDsDenys Vlasenko2012-03-09
* Trivial tweaks to error messagesDenys Vlasenko2012-03-08
* Assorted trivial optimizationsDenys Vlasenko2012-02-27
* Compress blank linesDmitry V. Levin2012-02-25
* Build fixes after non-Linux code removalDenys Vlasenko2012-02-25
* Cleanup after non-Linux code removal.Denys Vlasenko2012-02-25
* Automated removal of non-Linux codeDenys Vlasenko2012-02-25
* Avoid potential core file clobbering on exitDmitry V. Levin2012-02-22
* Remove initialization of native_scno field for most of syscallsDmitry V. Levin2012-02-20
* Trivial changes to help text. No code changes.Denys Vlasenko2012-02-03
* Simple optimizationsDenys Vlasenko2012-01-29
* Trivial optimizationDenys Vlasenko2012-01-29
* Make interactive-ness directly controllable via command line optionDenys Vlasenko2012-01-29
* Suppress compiler warningDenys Vlasenko2012-01-29
* On Ctrl-C induced detach, send SIGINT to child tracee, not SIGTERM.Denys Vlasenko2012-01-29
* Add experimental code to use PTRACE_SEIZE, disabled by defaultDenys Vlasenko2012-01-29
* Fix a case of broken output if last seen syscall was exitDenys Vlasenko2012-01-28
* Fix handling of test/threaded_execve.c testcaseDenys Vlasenko2012-01-28
* Make pid2tcb staticDenys Vlasenko2012-01-27