Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHostProcess.cpp29 bool HostProcess::IsRunning() const { return m_native_process->IsRunning(); } in IsRunning() function in HostProcess
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DHostProcessPosix.cpp54 bool HostProcessPosix::IsRunning() const { in IsRunning() function in HostProcessPosix
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h307 bool IsRunning(lldb::StateType state) { in IsRunning() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h188 bool IsRunning() const { in IsRunning() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1036 bool Process::IsRunning() const { in IsRunning() function in Process