Home
last modified time | relevance | path

Searched refs:process_is_running (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/
H A DTestGdbRemoteKill.py43 lldbgdbserverutils.process_is_running(
H A DTestGdbRemoteAttach.py23 lldbgdbserverutils.process_is_running(
H A DTestGdbRemoteProcessInfo.py30 self.assertTrue(lldbgdbserverutils.process_is_running(pid, True))
H A DTestLldbGdbServer.py114 lldbgdbserverutils.process_is_running(
/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/commandline/
H A DTestStubSetSID.py19 lldbgdbserverutils.process_is_running(
/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/attach-wait/
H A DTestGdbRemoteAttachWait.py35 lldbgdbserverutils.process_is_running(
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dlldbgdbserverutils.py788 def process_is_running(pid, unknown_value=True): function
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3030 bool process_is_running = StopRunningProcess(); in Attach() local
3031 if (process_is_running) in Attach()
3590 bool process_is_running = StopRunningProcess(); in Launch() local
3591 if (process_is_running) in Launch()