summaryrefslogtreecommitdiff
path: root/strace.c
Commit message (Expand)AuthorAge
* Show more details about signals received by traced processessDmitry V. Levin2011-03-10
* Get rid of PT_GETSIGINFODmitry V. Levin2011-03-10
* Fix PTRACE_GETEVENTMSG usage and enhance test_ptrace_setoptions()Dmitry V. Levin2011-02-19
* Test PTRACE_O_TRACECLONE and PTRACE_O_TRACEVFORK along with PTRACE_O_TRACEFORKDmitry V. Levin2011-01-13
* Fix strace -f -o '|command' hangupDmitry V. Levin2010-12-07
* Cleanup test_ptrace_setoptions()Dmitry V. Levin2010-11-30
* Handle followfork using ptrace_setoptions if availableWang Chao2010-11-30
* Test how PTRACE_SETOPTIONS support worksWang Chao2010-11-30
* Clean up pid2tcb usageRoland McGrath2010-09-14
* Fix const-correctness issues uncovered by gcc -Wwrite-stringsDmitry V. Levin2010-09-07
* Drop nclone_detached and related flagsWang Chao2010-08-28
* Forbid using mutually exclusive options -D and -p togetherWang Chao2010-08-09
* Balance bracesAndreas Schwab2010-07-09
* Document -C/-DAndreas Schwab2010-06-24
* Implement -C option to combine regular and -c outputDmitry V. Levin2010-04-07
* Remove dead codeDmitry V. Levin2010-02-04
* Don't kill the process when detachingAndreas Schwab2010-01-12
* Remove support for pre-C89Andreas Schwab2009-11-16
* Maintain separate print column for each processAndreas Schwab2009-10-27
* Add support for Linux/no-mmu with vforkMike Frysinger2009-10-08
* Revert unapproved commits.Roland McGrath2009-06-02
* * strace.c (handle_stopped_tcbs): Fix cast for 4th argument passed to ptrace().Dmitry V. Levin2009-06-01
* * strace.c (collect_stopped_tcbs): Do not enable/disable signalsDenys Vlasenko2009-04-20
* As it turned out, "if (interrupted) break;" is needed in both loops,Denys Vlasenko2009-03-20
* Remove "better attach to SIGSTOP", it is not correct...Denys Vlasenko2009-03-17
* * strace.c (startup_attach): Take care to correctly attachDenys Vlasenko2009-03-17
* AVR32 support by Hans-Christian EgtvedtDenys Vlasenko2009-02-27
* By Hans-Christian Egtvedt (hans-christian.egtvedt AT atmel.com):Denys Vlasenko2009-02-25
* Replace many more bare ptrace calls with calls to wrappersDenys Vlasenko2009-02-24
* Cleanup after tcb table expansion simplification.Denys Vlasenko2009-02-10
* * defs.h: Correct the comment about TCB_SUSPENDED.Denys Vlasenko2009-02-09
* * strace.c (newoutf): Prevent -o FILENAME overflowing the stack.Denys Vlasenko2009-01-29
* * process.c (internal_clone): Check and complain if pid valueDenys Vlasenko2009-01-28
* * strace.c (collect_stopped_tcbs): Guard against the case whenDenys Vlasenko2009-01-27
* * strace.c (collect_stopped_tcbs): Do not return NULL when ECHILDDenys Vlasenko2009-01-21
* Two cleanups: tcb table expansion failure is not really a survivableDenys Vlasenko2009-01-17
* * defs.h: Update a comment. No code changes.Denys Vlasenko2009-01-17
* * process.c: Add a comment. No code changes.Denys Vlasenko2009-01-17
* Fixes for ptrace() argument parsing.Denys Vlasenko2009-01-13
* * defs.h: Add new struct tcb fields: wait_status, next_need_service.Denys Vlasenko2009-01-09
* Output format fixes, improving the situation after recentDenys Vlasenko2009-01-06
* * strace.c: Fix compile failure: on some systems PTRACE_O_xxxDenys Vlasenko2009-01-02
* Experimental support for -D option.Denys Vlasenko2008-12-30
* * defs.h: Remove sigtrap80 field from struct tcb.Denys Vlasenko2008-12-29
* Fix build breakage from my previous commit.Denys Vlasenko2008-12-23
* Make strace correctly handle SIGTRAP produced by e.g.Denys Vlasenko2008-12-22
* Make strace somewhat resilient against process disappearingDenys Vlasenko2008-12-17
* This patch does not change any logic.Denys Vlasenko2008-12-16
* 2008-09-29 Dmitry V. Levin <ldv@altlinux.org>Dmitry V. Levin2008-11-10
* 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>Jan Kratochvil2008-08-06