Home
last modified time | relevance | path

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

/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): argument
127 assert kill_parent or kill_child
131 if kill_parent:
149 "send packet: ${}#00".format("Eff" if kill_parent else "OK"),
/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/
H A DTestGdbRemoteForkNonStop.py104 self.vkill_test(kill_parent=True, kill_child=True, nonstop=True)
H A DTestGdbRemoteFork.py155 self.vkill_test(kill_parent=True)
159 self.vkill_test(kill_parent=True, kill_child=True)