Searched refs:process_is_running (Results 1 – 8 of 8) sorted by relevance
46 lldbgdbserverutils.process_is_running(procs["inferior"].pid, False)
21 self.assertTrue(lldbgdbserverutils.process_is_running(inferior.pid, True))
29 self.assertTrue(lldbgdbserverutils.process_is_running(pid, True))
130 lldbgdbserverutils.process_is_running(procs["inferior"].pid, False)
18 self.assertTrue(lldbgdbserverutils.process_is_running(server.pid, True))
33 self.assertTrue(lldbgdbserverutils.process_is_running(inferior.pid, True))
786 def process_is_running(pid, unknown_value=True): function
3031 bool process_is_running = StopRunningProcess(); in Attach() local 3032 if (process_is_running) in Attach() 3591 bool process_is_running = StopRunningProcess(); in Launch() local 3592 if (process_is_running) in Launch()