Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/launch_stop_at_entry/
H A DTestStopAtEntry.py43 self.do_test_stop_at_entry(True, False)
48 self.do_test_stop_at_entry(False, False)
55 self.do_test_stop_at_entry(True, True)
62 self.do_test_stop_at_entry(False, True)
64 def do_test_stop_at_entry(self, synchronous, remote): member in TestStopAtEntry