aboutsummaryrefslogtreecommitdiff
path: root/common.h
AgeCommit message (Expand)Author
2012-04-19Add arch_elf_destroyPetr Machata
2012-04-19Don't require target library as part of symbol initPetr Machata
2012-04-19Drop recently introduced arch_elf_dynamic_tagPetr Machata
2012-04-19Move arch-specific bits from ltrace-elf.c to PPC and MIPS back endsPetr Machata
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-19New interface library_symbol_initPetr 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-11Handle detach from sleeping or unresponsive processesPetr Machata
2012-04-10Warn when we fail to trace and SELinux boolean deny_ptrace is in effectPetr Machata
2012-02-07Fix a race between fork/trace_me and first ptrace requestPetr Machata
2011-11-02Don't queue sysret eventsPetr Machata
2011-10-06Clone breakpoint dictionary as well as library symbolsPetr Machata
2011-10-06Basic support for tracing vforkPetr Machata
2011-10-06Fix serious race in attach to many-threaded processPetr Machata
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