Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/lang/c/step-target/
H A DTestStepTarget.py19 def get_to_start(self): member in TestStepTarget
52 thread = self.get_to_start()
64 thread = self.get_to_start()
76 thread = self.get_to_start()
87 thread = self.get_to_start()
102 thread = self.get_to_start()
/llvm-project/lldb/test/API/commands/watchpoints/step_over_watchpoint/
H A DTestStepOverWatchpoint.py13 def get_to_start(self, bkpt_text): member in TestStepOverWatchpoint