aboutsummaryrefslogtreecommitdiff
path: root/breakpoints.c
AgeCommit message (Expand)Author
2014-01-10Add a new per-breakpoint callback on_installPetr Machata
2014-01-10Drop unused function enable_all_breakpointsPetr Machata
2013-10-23Split part of delete_breakpoint into delete_breakpoint_atPetr Machata
2013-10-23Introduce breakpoint_get_return_bpPetr Machata
2013-10-23Allow per-OS configuration hooks for struct breakpointPetr Machata
2013-10-11Split part of insert_breakpoint_at into insert_breakpointPetr Machata
2013-10-11Rename insert_breakpoint to insert_breakpoint_atPetr Machata
2013-03-19The same work needs to be done on attach as when _start is hitPetr Machata
2013-03-12Fix tracing Thumb mode on ARMPetr Machata
2013-03-12Drop useless argument from breakpoint_clonePetr Machata
2013-03-08Change DICT_FIND to DICT_FIND_{REF,VAL}Petr Machata
2013-03-08Fixes for dict codePetr Machata
2013-03-08Rewrite dict module to be more in line with vectPetr Machata
2013-02-14Fix build with Clang on FreeBSDAndrey Zonov
2012-12-17struct Process becomes struct processPetr Machata
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