Bpoint
Breakpoint
¶
Bases: Breakpoint
Breakpoint class, similar to gdb.Breakpoint, but clears the caches associated with the stop event before determining whether it should stop the inferior or not.
Unlike gdb.Breakpoint, users of this class should override should_stop()
, instead of stop()
, as the latter is used to do cache invalidation.