Home
last modified time | relevance | path

Searched refs:IsRunning (Results 1 – 10 of 10) 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/include/lldb/Host/
H A DHostProcess.h42 bool IsRunning() const;
H A DHostNativeProcessBase.h35 virtual bool IsRunning() const = 0;
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DHostProcessPosix.h32 bool IsRunning() const override;
/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/include/lldb/Host/common/
H A DNativeProcessProtocol.h188 bool IsRunning() const { in IsRunning() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h308 bool IsRunning(lldb::StateType state) { in IsRunning() function
H A DGDBRemoteCommunicationServerLLGS.cpp1838 if (process_it->second.process_up->IsRunning()) { in Handle_vCont()
1935 if (it.second.process_up->IsRunning()) in SendStopReasonForState()
3958 if (process_it.second.process_up->IsRunning()) { in Handle_QNonStop()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2368 bool IsRunning() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1068 bool Process::IsRunning() const { in IsRunning() function in Process