aboutsummaryrefslogtreecommitdiff
path: root/libltrace.c
AgeCommit message (Expand)Author
2012-04-19wait_for_proc may fail, and should simply waitpid instead of ptracingPetr 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-11Handle detach from sleeping or unresponsive processesPetr Machata
2011-10-06Check whether ABI is supported before we execute the binaryPetr Machata
2011-10-06Handle multi-threaded attach/detach gracefullyPetr 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
2009-07-25Finally got rid of GNU's Autoconf stuffJuan Cespedes
2009-07-03Added different callback handlers for each eventJuan Cespedes
2009-07-03Some minor fixesJuan Cespedes
2009-07-03fixed configure.ac, renamed process_event -> handle_eventJuan Cespedes
2009-06-25Added support for callbacks to libltraceJuan Cespedes
2009-06-25Re-organize file namesJuan Cespedes