Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/
H A DTestGdbRemoteFork.py151 self.vkill_test(kill_child=True)
155 self.vkill_test(kill_parent=True)
159 self.vkill_test(kill_parent=True, kill_child=True)
H A DTestGdbRemoteForkNonStop.py104 self.vkill_test(kill_parent=True, kill_child=True, nonstop=True)
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dfork_testbase.py126 def vkill_test(self, kill_parent=False, kill_child=False, nonstop=False): member in GdbRemoteForkTestBase