aboutsummaryrefslogtreecommitdiff
path: root/breakpoint.h
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-11Commentary fixesPetr 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-12Drop useless argument from breakpoint_clonePetr Machata
2012-12-17struct Process becomes struct processPetr Machata
2012-08-29Move target_address_t to arch.h, rename to arch_addr_tPetr Machata
2012-04-24Add on_retract breakpoint callbackPetr Machata
2012-04-23Use the right process to insert breakpoints for stepping over atomic blockPetr Machata
2012-04-19Drop comment paragraphs that are not relevant anymorePetr Machata
2012-04-19Update commentary at insert_breakpointPetr Machata
2012-04-19Commentary updatesPetr 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-19Shuffle breakpoint functions aroundPetr Machata
2012-04-19Remove "enable" flag from insert_breakpointPetr Machata
2012-04-19Add a new breakpoint callback: on_continuePetr 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-19Make MIPS and PPC arch.h into full-fledged include file, glue in sysdep.hPetr Machata
2012-04-19Fixes in includesPetr Machata
2012-04-19Support bias, display library name on breakpointPetr Machata
2012-04-19The first crude version of tracing across librariesPetr Machata
2012-04-19Remove Breakpoint typedefPetr Machata
2012-04-19Add callbacks to breakpointsPetr Machata
2012-04-19Create breakpoint.h with decls related to breakpointsPetr Machata