aboutsummaryrefslogtreecommitdiff
path: root/proc.c
AgeCommit message (Expand)Author
2012-04-19Support tracing PPC32 processes with both BSS and secure PLTsPetr Machata
2012-04-19Change iterators each_task, each_process, library_each_symbolPetr Machata
2012-04-19remove_proc shouldn't free proc itseltPetr Machata
2012-04-19The first crude version of tracing across librariesPetr Machata
2012-04-19Move process-related functions and structures to proc.hPetr Machata
2012-04-19Drop Process::breakpoints_enabledPetr Machata
2012-04-19Create breakpoint.h with decls related to breakpointsPetr Machata
2012-04-10Warn when we fail to trace and SELinux boolean deny_ptrace is in effectPetr Machata
2012-02-07CleanupsPetr Machata
2011-10-06Basic support for tracing vforkPetr Machata
2011-10-06Fix serious race in attach to many-threaded processPetr Machata
2011-10-06Handle the race between reading list of tasks and attaching to those tasksPetr Machata
2011-10-06Don't share arch_ptr on process clonePetr Machata
2011-10-06Handle multi-threaded attach/detach gracefullyPetr Machata
2011-10-06Facility for custom event handlerPetr Machata
2011-10-06Event queuePetr Machata
2011-10-06Add a concept of tasks and leader threadPetr Machata
2011-10-06Conceal the list of processes behind an interfacePetr Machata
2011-10-06Add argument that defines whether we should enable breakpointsPetr Machata
2011-10-06Streamline interfaces execute_program, open_programPetr Machata
2010-11-28Add -w/--where to show backtraces of traced functions.Joe Damato
2009-07-03Some minor fixesJuan Cespedes
2009-06-25Re-organize file namesJuan Cespedes
2009-05-28Created library "libltrace.a" and a simple program that calls itJuan Cespedes
2009-05-21Make exec() work again using PTRACE_O_TRACEEXECJuan Cespedes
2009-04-28struct process -> ProcessJuan Cespedes
2009-02-11Fixed segfault in traced process when receiving a signalJuan Cespedes
2008-12-16Re-indent entry points to functionsJuan Cespedes
2007-08-31Some random fixesJuan Cespedes
2007-01-25Fix -p and -L behaviorPetr Machata
2006-02-20run Lindent over source to get everything looking about the sameIan Wienand
2006-02-20Switched to SVN (initial import)Ian Wienand
2006-02-16Some fixes...Ian Wienand
2004-06-14Version 0.3.33Juan Cespedes
2003-02-04Version 0.3.31Juan Cespedes
2003-01-31Version 0.3.28Juan Cespedes
2003-01-31Version 0.3.27Juan Cespedes
2002-03-01Version: 0.3.18Juan Cespedes
2001-07-02Version: 0.3.11Juan Cespedes
1998-09-25Version: 0.3.6Juan Cespedes
1998-04-25Version: 0.3.0Juan Cespedes
1998-03-15Version 0.2.7Juan Cespedes
1998-03-14Version 0.2.6Juan Cespedes