Lines Matching refs:breakpoint
78 breakpoint = target.BreakpointCreateByLocation(
80 self.assertTrue(breakpoint, VALID_BREAKPOINT)
104 breakpoint = target.BreakpointCreateByLocation(
106 self.assertTrue(breakpoint, VALID_BREAKPOINT)
139 breakpoint = target.BreakpointCreateByName('malloc')
140 self.assertTrue(breakpoint, VALID_BREAKPOINT)
171 target.BreakpointDelete(breakpoint.GetID())
186 breakpoint = target.BreakpointCreateByLocation(
188 self.assertTrue(breakpoint, VALID_BREAKPOINT)
232 breakpoint = target.BreakpointCreateByLocation(
234 self.assertTrue(breakpoint, VALID_BREAKPOINT)