aboutsummaryrefslogtreecommitdiff
path: root/handle_event.c
AgeCommit message (Expand)Author
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
2012-04-19Don't require target library as part of symbol initPetr Machata
2012-04-19Drop library_symbol.is_weakPetr Machata
2012-04-19remove_proc shouldn't free proc itseltPetr Machata
2012-04-19Support bias, display library name on breakpointPetr 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-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