Searched refs:bkpt_name (Results 1 – 2 of 2) sorted by relevance
65 def check_name_in_target(self, bkpt_name): argument70 if name == bkpt_name:73 self.assertTrue(found_it, "Didn't find the name %s in the target's name list:"%(bkpt_name))98 bkpt_name = "ABreakpoint"102 success = bkpt.AddNameWithErrorHandling(bkpt_name)105 matches = bkpt.MatchesName(bkpt_name)113 self.check_name_in_target(bkpt_name)118 matches = bkpt.MatchesName(bkpt_name)123 bkpt.RemoveName(bkpt_name)124 matches = bkpt.MatchesName(bkpt_name)[all …]
890 def run_to_name_breakpoint (test, bkpt_name, launch_info = None, argument926 breakpoint = target.BreakpointCreateByName(bkpt_name, bkpt_module)930 "No locations found for name breakpoint: '%s'."%(bkpt_name))