aboutsummaryrefslogtreecommitdiff
path: root/handle_event.c
AgeCommit message (Expand)Author
2012-04-19Another PPC-related bit to removePetr Machata
2012-04-19Remove Breakpoint typedefPetr Machata
2012-04-19Remove special handling for fake functions on PPC to fix the testsuitePetr Machata
2012-04-19Drop most of start-up magic and use startup callback insteadPetr Machata
2012-04-19Add callbacks to breakpointsPetr Machata
2012-04-19Create breakpoint.h with decls related to breakpointsPetr Machata
2012-04-12Fix previous commit, which broke the common casePetr Machata
2012-04-12Limited support for returns from tail call functionsPetr Machata
2012-04-11Handle detach from sleeping or unresponsive processesPetr Machata
2012-02-07CleanupsPetr Machata
2011-11-09Leader might be stopped at this pointPetr Machata
2011-11-02Don't queue sysret eventsPetr Machata
2011-10-06Fix interplay between vfork and threadsPetr Machata
2011-10-06Clone breakpoint dictionary as well as library symbolsPetr Machata
2011-10-06Basic support for tracing vforkPetr Machata
2011-10-06Work around some odd behavior of PTRACE_DETACH after PTRACE_SINGLESTEPPetr Machata
2011-10-06Don't share arch_ptr on process clonePetr 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-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-06Coding style nitsPetr Machata
2010-12-10Fix regression caused by libdl patchZachary T Welch
2010-11-28Add support for tracing functions in libraries loaded at runtime (via libdl).Joe Damato
2010-11-28Fix tracing on ppcPetr Machata
2010-11-28Fix output of return arguments in nested calls on x86_64Petr Machata
2010-11-28Add -b, --no-signals to silence signal print outs.Joe Damato
2010-11-28Merge -g option which avoids tracing libraries linked at compile time.Joe Damato
2010-11-28handle_event: fix build for mips caseArnaud Patard
2010-11-28Abort on "call nesting too deep" errorArnaud Patard
2010-11-28handle_event: handle functions with no returnArnaud Patard
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