Home
last modified time | relevance | path

Searched refs:bkpt_name (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_names/
DTestBreakpointNames.py65 def check_name_in_target(self, bkpt_name): argument
70 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 …]
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbutil.py890 def run_to_name_breakpoint (test, bkpt_name, launch_info = None, argument
926 breakpoint = target.BreakpointCreateByName(bkpt_name, bkpt_module)
930 "No locations found for name breakpoint: '%s'."%(bkpt_name))