aboutsummaryrefslogtreecommitdiff
path: root/common.h
AgeCommit message (Expand)Author
2011-10-06Type the "process_status" interface properlyPetr Machata
2011-10-06Handle multi-threaded attach/detach gracefullyPetr Machata
2011-10-06Use custom event handler for implementation of stop-the-worldPetr 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-06Pass Process * instead of pid to a couple functionsPetr Machata
2011-10-06common.h: include config.hPetr Machata
2011-10-06Streamline interfaces execute_program, open_programPetr Machata
2011-10-06Drop field type_being_displayedPetr Machata
2011-08-08Multiple-inclusion guard for common.hMichael K. Edwards
2010-11-28Add support for tracing functions in libraries loaded at runtime (via libdl).Joe Damato
2010-11-28Make some functions and datastructures global. Definitely a hack.Joe Damato
2010-11-28Add umovebytes to move a range of bytes from the traced process to ltraceJoe Damato
2010-11-28Fix output of return arguments in nested calls on x86_64Petr Machata
2010-11-28Add -w/--where to show backtraces of traced functions.Joe Damato
2010-11-28rename elf.{c,h} into ltrace-elf.{c,h}Marc Kleine-Budde
2009-07-04Added set_return_addr() to sysdeps/linux-gnu/*/regs.cJuan 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