aboutsummaryrefslogtreecommitdiff
path: root/breakpoints.c
AgeCommit message (Expand)Author
2012-10-30Fix cross-tracing PIE binariesPetr Machata
2012-10-27Add proc_find_symbol, use it to find corresponding symbols for clonesPetr Machata
2012-10-26Update copyright information and license headersPetr Machata
2012-09-03breakpoints.c: handle_event.c: Fix compilation on MIPSSedat Dilek
2012-08-29Move target_address_t to arch.h, rename to arch_addr_tPetr Machata
2012-08-29Fix compilationPetr Machata
2012-08-29Add backend.h for backend interfacesPetr Machata
2012-05-15Be more robust if entry breakpoint can't be addedPetr Machata
2012-04-30Split arch_translate_address into this and arch_translate_address_dynPetr Machata
2012-04-25Replace some uses of error with fprintfPetr Machata
2012-04-24Add on_retract breakpoint callbackPetr Machata
2012-04-20Fix attach on PPC32 BSSPetr Machata
2012-04-19Fix code that assumes that breakpoint is valid after removedPetr Machata
2012-04-19Implement proc_remove_breakpointPetr Machata
2012-04-19Add ARCH_HAVE_DYNLINK_DONEPetr Machata
2012-04-19Fix compilationPetr Machata
2012-04-19Proper clean-up in insert_breakpointPetr Machata
2012-04-19NitsPetr Machata
2012-04-19Drop parameters that determined whether breakpoints should be enabledPetr Machata
2012-04-19Fix breakpoint cloningPetr Machata
2012-04-19Drop bp_callbacks.on_destroyPetr Machata
2012-04-19Drop breakpoint->procPetr Machata
2012-04-19Drop process.fixed_libs, enable breakpoints right awayPetr Machata
2012-04-19Drop leftover fprintf'sPetr Machata
2012-04-19Need to add entry breakpoint first, then to add libraryPetr Machata
2012-04-19Change a condition to an assertPetr Machata
2012-04-19Add proc.fixed_libsPetr Machata
2012-04-19Don't turn on breakpoints when library is addedPetr Machata
2012-04-19Coding stylePetr Machata
2012-04-19Implement @MAIN, @/path/name -e selectors, make former default for nowPetr Machata
2012-04-19Make several breakpoint callback names more systematicPetr Machata
2012-04-19Tracing dlopened libraries works again on x86_64Petr Machata
2012-04-19Shuffle breakpoint functions aroundPetr Machata
2012-04-19Configurable ugly workaround invocationPetr Machata
2012-04-19Add missing implementations of default callbackPetr Machata
2012-04-19Remove "enable" flag from insert_breakpointPetr Machata
2012-04-19Add breakpoint_set_callbacks, split off breakpoint_init, adjust callersPetr Machata
2012-04-19New interface breakpoint_namePetr Machata
2012-04-19Add arch_breakpoint_destroy as a counterpart to arch_breakpoint_initPetr Machata
2012-04-19Drop library_symbol.needs_initPetr Machata
2012-04-19Support tracing PPC32 processes with both BSS and secure PLTsPetr Machata
2012-04-19Error handlingPetr 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-19Remove another bit of PPC-related crudPetr Machata
2012-04-19Remove Breakpoint typedefPetr Machata
2012-04-19Drop Process::breakpoints_enabledPetr Machata
2012-04-19Drop most of start-up magic and use startup callback insteadPetr Machata
2012-04-19read_elf takes extra argument for entry pointPetr Machata
2012-04-19Add callbacks to breakpointsPetr Machata