Home
last modified time | relevance | path

Searched defs:IsRunning (Results 1 – 9 of 9) sorted by relevance

/llvm-project/lldb/source/Host/common/
H A DHostProcess.cpp29 bool HostProcess::IsRunning() const { return m_native_process->IsRunning(); } in IsRunning() function in HostProcess
/llvm-project/lldb/source/Host/posix/
H A DHostProcessPosix.cpp54 bool HostProcessPosix::IsRunning() const { IsRunning() function in HostProcessPosix
/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.h134 bool IsRunning(lldb::StateType state) { in IsRunning() function
H A DCommunicationKDP.h93 bool IsRunning() const { return m_is_running.GetValue(); } in IsRunning() function
/llvm-project/lldb/source/Host/windows/
H A DHostProcessWindows.cpp55 bool HostProcessWindows::IsRunning() const { in IsRunning() function in HostProcessWindows
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h308 bool IsRunning(lldb::StateType state) { in IsRunning() function
/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h188 bool IsRunning() const { in IsRunning() function
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h305 bool IsRunning(nub_state_t state) { in IsRunning() function
/llvm-project/lldb/source/Target/
H A DProcess.cpp1064 bool Process::IsRunning() const { IsRunning() function in Process