aboutsummaryrefslogtreecommitdiff
path: root/breakpoint.h
AgeCommit message (Expand)Author
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