Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DHostProcess.cpp33 bool HostProcess::IsRunning() const { return m_native_process->IsRunning(); } in IsRunning() function in HostProcess
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostProcess.h43 bool IsRunning() const;
H A DHostNativeProcessBase.h36 virtual bool IsRunning() const = 0;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DHostProcessPosix.h33 bool IsRunning() const override;
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/
H A DHostProcessPosix.cpp81 bool HostProcessPosix::IsRunning() const { in IsRunning() function in HostProcessPosix
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h176 bool IsRunning() const { in IsRunning() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h297 bool IsRunning(lldb::StateType state) { in IsRunning() function
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2238 bool IsRunning() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1011 bool Process::IsRunning() const { in IsRunning() function in Process