Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/inline-stepping/
H A DTestInlineStepping.py57 def do_step(self, step_type, destination_line_entry, test_stack_depth): argument
110 if test_stack_depth and real_stack_depth != expected_stack_depth:
130 test_stack_depth = True
134 test_stack_depth = False
139 self.do_step(step_pattern[1], target_line_entry, test_stack_depth)