Home
last modified time | relevance | path

Searched refs:IsRunning (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DHostProcess.cpp34 bool HostProcess::IsRunning() const { return m_native_process->IsRunning(); } in IsRunning() function in HostProcess
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DHostProcess.h47 bool IsRunning() const;
H A DHostNativeProcessBase.h35 virtual bool IsRunning() const = 0;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/posix/
H A DHostProcessPosix.h34 bool IsRunning() const override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DHostProcessPosix.cpp82 bool HostProcessPosix::IsRunning() const { in IsRunning() function in HostProcessPosix
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h143 bool IsRunning() const { in IsRunning() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h319 bool IsRunning(lldb::StateType state) { in IsRunning() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp944 if (process_sp && !process_sp->IsRunning()) { in GetSelectedExecutionContext()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h2538 bool IsRunning() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp1328 bool Process::IsRunning() const { in IsRunning() function in Process