aboutsummaryrefslogtreecommitdiff
path: root/ltrace.h
AgeCommit message (Expand)Author
2012-12-17struct Process becomes struct processPetr Machata
2012-10-26Update copyright information and license headersPetr Machata
2012-04-19Move the Process typedef to proc.hPetr Machata
2012-04-19Move process-related functions and structures to proc.hPetr Machata
2011-10-06Basic support for tracing vforkPetr Machata
2011-10-06Event queuePetr Machata
2009-07-06Indentation, commentsJuan Cespedes
2009-07-04Added set_return_addr() to sysdeps/linux-gnu/*/regs.cJuan Cespedes
2009-07-03Added different callback handlers for each eventJuan Cespedes
2009-06-25Added support for callbacks to libltraceJuan 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-05-21Obey -f option (added STATE_IGNORED to ignore some processes)Juan Cespedes
2009-05-21new fork() and clone() approachJuan Cespedes
2009-05-07NON-WORKING version of new fork() approachJuan Cespedes
2009-05-07New event: EVENT_NEW (received from a new process)Juan Cespedes
2009-05-07struct event -> EventJuan Cespedes
2009-05-07struct function -> FunctionJuan Cespedes
2009-05-07struct breakpoint -> BreakpointJuan Cespedes
2009-05-06almost there...Juan Cespedes
2009-05-06adding Process_State to struct ProcessJuan Cespedes
2009-04-28struct process -> ProcessJuan Cespedes
2009-04-07More fields to struct "options"Juan Cespedes
2009-04-07wait_for_something.c -> sysdeps/linux-gnu/events.cJuan Cespedes
2009-04-07LT_EV_* -> EVENT_*Juan Cespedes
2009-02-11Fixed segfault in traced process when receiving a signalJuan Cespedes
2008-12-10Patches from Anderson Lizardo and Riku Voipio to reach Debian version 0.5-3.1Juan Cespedes
2008-03-12PPC argument handling improvementsLuis Machado
2007-09-04Take arg_num out of arg_type_infoJuan Cespedes
2007-08-31Some random fixesJuan Cespedes
2007-05-17Fixes from Supriya Kannery <supriyak@in.ibm.com>Petr Machata
2006-09-25Large IA64 fix...Steve Fink
2006-08-07Add pointers to structsSteve Fink
2006-08-07array argumentsSteve Fink
2006-08-07short, ushort and float typesSteve Fink
2006-08-07implement enumerated parametersSteve Fink
2006-08-07pass values instead of argument numbers to fetchSteve Fink
2006-08-07implement ignored argumentsSteve Fink
2006-08-07implement string[argN] and string[N] parameter descriptorsSteve Fink
2006-08-07prepare types for further changesSteve Fink
2006-06-14Added Paul Gilliam's secure PLT patchPaul Gilliam
2006-04-24Adds some casts that keeps a more picky version of GCC happy.Paul Gilliam
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-16update to handle variable length strings argumentsRichard Kettlewell
2004-11-10Version: 0.3.36Juan Cespedes
2004-06-14Version 0.3.33Juan Cespedes
2004-04-04Version 0.3.32Juan Cespedes
2003-02-04Version 0.3.31Juan Cespedes
2003-02-03Version 0.3.30Juan Cespedes