aboutsummaryrefslogtreecommitdiff
path: root/handle_event.c
AgeCommit message (Expand)Author
2013-11-21Consider exec and exit events an end of outstanding callsPetr Machata
2013-10-30If breakpoint_get_return_bp yields NULL breakpoint, don't try to add itPetr Machata
2013-10-23Look up protolibs whose name partially matches the loaded DSOPetr Machata
2013-10-23Call breakpoint_on_hit for return breakpoints as wellPetr Machata
2013-10-23Split part of delete_breakpoint into delete_breakpoint_atPetr Machata
2013-10-23Introduce breakpoint_get_return_bpPetr Machata
2013-10-23System calls are now part of dedicated symbol libraryPetr Machata
2013-10-11Rename insert_breakpoint to insert_breakpoint_atPetr Machata
2013-03-12Drop return_addr from struct processPetr Machata
2013-03-12Fix tracing Thumb mode on ARMPetr Machata
2013-03-08Rewrite pending_new_removePetr Machata
2013-03-08Convert two if-aborts to assertsPetr Machata
2013-03-08Put asserts to branches of handle_event switch where this ought to holdPetr Machata
2013-03-08Fix tracing for cases of failures in process_clonePetr Machata
2013-01-30Introduce continue_after_execPetr Machata
2012-12-17struct Process becomes struct processPetr Machata
2012-12-10Don't rely on availability of strsignalPetr Machata
2012-10-26Move stack entry cleanup to callstack_popPetr Machata
2012-09-27mipsel: Update breakpoints when functions returnEdgar E. Iglesias
2012-09-13reported time in system call was too largePaul Buerger
2012-09-03breakpoints.c: handle_event.c: Fix compilation on MIPSSedat Dilek
2012-09-03handle_event.c: Fix error pred uninitialized in pending_new_remove()Sedat Dilek
2012-08-29Fix memory errorsPetr Machata
2012-08-29Pass proper TOF value to backend fetch_return_valuePetr Machata
2012-08-29Fix compilationPetr Machata
2012-08-29Fix stack underrun that broke tracing on PPC64Petr Machata
2012-08-29Add backend.h for backend interfacesPetr Machata
2012-08-29Add fetch.c/fetch.h, a module for fetching function argumentsPetr Machata
2012-08-29Add expr.c, expr.h, plug in properlyPetr Machata
2012-04-25Replace some uses of error with fprintfPetr Machata
2012-04-24Fix double frees, remove_process now releases memoryPetr Machata
2012-04-23Don't build fake library for system callsPetr Machata
2012-04-20Fix tracing on x86_64 and i386Petr Machata
2012-04-19Fix code that assumes that breakpoint is valid after removedPetr Machata
2012-04-19Fix rebase falloutPetr Machata
2012-04-19NitsPetr Machata
2012-04-19Fixes for tracing across execPetr Machata
2012-04-19Drop unused includePetr Machata
2012-04-19Change a commentPetr Machata
2012-04-19Drop dead code for breakpoint cloningPetr Machata
2012-04-19Wait for initial event from process after execPetr Machata
2012-04-19Improve debug messages in handle_eventPetr Machata
2012-04-19Hide unused add_processPetr Machata
2012-04-19Drop a piece of PPC64 crudPetr Machata
2012-04-19options.no_plt is uselessPetr Machata
2012-04-19Don't create PLT symbols that don't match filtering criteriaPetr Machata
2012-04-19Implement @MAIN, @/path/name -e selectors, make former default for nowPetr Machata
2012-04-19Fix compilation on ppc64Petr Machata
2012-04-19Remove "enable" flag from insert_breakpointPetr Machata
2012-04-19Add a new breakpoint callback: on_continuePetr Machata