Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/api/multithreaded/
H A Dtest_listener_event_description.cpp.template42 bool check_state(string &state, string &desc, bool got_description)
71 cout << "check_state: " << state << " OK\n";
83 if (check_state(state, desc, got_description))
90 if( !check_state(state, desc, got_description) )
95 if( !check_state(state, desc, got_description) )
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/minidump-new/
H A DTestMiniDumpNew.py30 def check_state(self): member in MiniDumpNewTestCase
82 self.check_state()
115 self.check_state()
131 self.check_state()
153 self.check_state()
164 self.check_state()
191 self.check_state()
258 self.check_state()
394 self.check_state()
403 self.check_state()
[all …]
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/netbsd-core/
H A DTestNetBSDCore.py87 def check_state(self, process): member in NetBSDCoreCommonTestCase
137 self.check_state(process)
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/elf-core/
H A DTestLinuxCore.py584 def check_state(self, process): member in LinuxCoreTestCase
634 self.check_state(process)