Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/commands/process/attach-resume/
H A DTestAttachResume.py40 lldbutil.expect_state_changes(
45 lldbutil.expect_state_changes(
51 lldbutil.expect_state_changes(
56 lldbutil.expect_state_changes(
71 lldbutil.expect_state_changes(
81 lldbutil.expect_state_changes(
87 lldbutil.expect_state_changes(
/llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/
H A DTestProcessConnect.py31 lldbutil.expect_state_changes(self, self.dbg.GetListener(),
35 lldbutil.expect_state_changes(self, self.dbg.GetListener(),
60 lldbutil.expect_state_changes(self, self.dbg.GetListener(),
64 lldbutil.expect_state_changes(self, self.dbg.GetListener(),
H A DTestGDBServerTargetXML.py131 lldbutil.expect_state_changes(self, self.dbg.GetListener(), process,
331 lldbutil.expect_state_changes(self, self.dbg.GetListener(), process,
537 lldbutil.expect_state_changes(self, self.dbg.GetListener(), process,
674 lldbutil.expect_state_changes(self, self.dbg.GetListener(), process,
745 lldbutil.expect_state_changes(self, self.dbg.GetListener(), process,
839 lldbutil.expect_state_changes(self, self.dbg.GetListener(), process,
H A DTestGDBServerNoTargetXML.py121 lldbutil.expect_state_changes(self, self.dbg.GetListener(), process,
243 lldbutil.expect_state_changes(self, self.dbg.GetListener(), process,
329 lldbutil.expect_state_changes(self, self.dbg.GetListener(), process,
H A DTestGDBRemoteClient.py61 lldbutil.expect_state_changes(self, self.dbg.GetListener(), process, [lldb.eStateConnected])
84 lldbutil.expect_state_changes(self, self.dbg.GetListener(), process, [lldb.eStateConnected])
205 lldbutil.expect_state_changes(self, self.dbg.GetListener(), process,
261 lldbutil.expect_state_changes(self, self.dbg.GetListener(), process,
297 lldbutil.expect_state_changes(self, self.dbg.GetListener(), process,
345 lldbutil.expect_state_changes(self, self.dbg.GetListener(), process,
H A DTestGdbClientModuleLoad.py100 lldbutil.expect_state_changes(self, self.dbg.GetListener(), process,
125 lldbutil.expect_state_changes(self, self.dbg.GetListener(), process,
H A DTestWasm.py102 lldbutil.expect_state_changes(self, self.dbg.GetListener(), process, [lldb.eStateStopped])
154 lldbutil.expect_state_changes(self, self.dbg.GetListener(), process, [lldb.eStateStopped])
198 lldbutil.expect_state_changes(self, self.dbg.GetListener(), process, [lldb.eStateStopped])
H A DTestPty.py80 lldbutil.expect_state_changes(self, self.dbg.GetListener(),
94 lldbutil.expect_state_changes(self, self.dbg.GetListener(),
H A DTestQemuAArch64TargetXml.py69 lldbutil.expect_state_changes(self, self.dbg.GetListener(), process,
H A DTestAArch64XMLRegOffsets.py114 lldbutil.expect_state_changes(self, self.dbg.GetListener(), process,
H A DTestTargetXMLArch.py142 lldbutil.expect_state_changes(self, self.dbg.GetListener(), process,
H A DTestNoLocalFile.py95 lldbutil.expect_state_changes(self, self.dbg.GetListener(), process, [lldb.eStateConnected])
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/state/
H A DTestThreadStates.py102 lldbutil.expect_state_changes(
105 lldbutil.expect_state_changes(
/llvm-project-15.0.7/lldb/test/API/qemu/
H A DTestQemuLaunch.py101 lldbutil.expect_state_changes(self, listener, process,
106 lldbutil.expect_state_changes(self, listener, process,
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py1241 def expect_state_changes(test, listener, process, states, timeout=30): function