Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/inferior-crashing/recursive-inferior/
H A DTestRecursiveInferiorStep.py88 expected_state = 'exited' # Provide the exit code.
92 expected_state = 'stopped'
94 self.expect("next", substrs=['Process', expected_state])
96 if expected_state == 'exited':
/llvm-project-15.0.7/lldb/test/API/functionalities/inferior-crashing/
H A DTestInferiorCrashingStep.py189 expected_state = 'exited' # Provide the exit code.
193 expected_state = 'stopped'
195 self.expect("next", substrs=['Process', expected_state])
197 if expected_state == 'exited':
/llvm-project-15.0.7/lldb/test/API/functionalities/signal/
H A DTestSendSignal.py100 def match_state(self, process_listener, expected_state): argument
109 self.assertEquals(state, expected_state,
111 lldb.SBDebugger_StateAsCString(expected_state))
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/auto_continue/
H A DTestBreakpointAutoContinue.py43 def launch_it (self, expected_state): argument
52 self.assertEqual(state, expected_state, "Didn't get expected state")
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py1245 for expected_state in states:
1255 lldb.SBDebugger.StateAsCString(expected_state))
1271 expected_state)