Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/common/
H A DHostProcess.cpp29 bool HostProcess::IsRunning() const { return m_native_process->IsRunning(); } in IsRunning() function in HostProcess
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DHostProcess.h42 bool IsRunning() const;
H A DHostNativeProcessBase.h35 virtual bool IsRunning() const = 0;
/llvm-project-15.0.7/lldb/include/lldb/Host/windows/
H A DHostProcessWindows.h30 bool IsRunning() const override;
/llvm-project-15.0.7/lldb/include/lldb/Host/posix/
H A DHostProcessPosix.h32 bool IsRunning() const override;
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DHostProcessPosix.cpp54 bool HostProcessPosix::IsRunning() const { in IsRunning() function in HostProcessPosix
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DHostProcessWindows.cpp55 bool HostProcessWindows::IsRunning() const { in IsRunning() function in HostProcessWindows
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp522 if (m_comm.IsRunning()) { in DoHalt()
540 if (m_comm.IsRunning()) { in DoDetach()
657 if (m_destroy_in_process && m_comm.IsRunning()) { in DisableBreakpointSite()
H A DCommunicationKDP.h95 bool IsRunning() const { return m_is_running.GetValue(); } in IsRunning() function
H A DProcessKDP.h141 bool IsRunning(lldb::StateType state) { in IsRunning() function
H A DCommunicationKDP.cpp67 if (IsRunning()) { in SendRequestAndGetReply()
737 IsRunning(), is_reply ? "<--" : "-->", command_name, in DumpPacket()
/llvm-project-15.0.7/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h187 bool IsRunning() const { in IsRunning() function
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h297 bool IsRunning(nub_state_t state) { in IsRunning() function
H A DMachProcess.mm1486 if (IsRunning(state)) {
1521 if (IsRunning(state) && timeout_abstime) {
1534 return !IsRunning(state);
1566 if (!IsRunning(state)) {
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h299 bool IsRunning(lldb::StateType state) { in IsRunning() function
H A DGDBRemoteCommunicationServerLLGS.cpp1833 if (process_it->second.process_up->IsRunning()) { in Handle_vCont()
1930 if (it.second.process_up->IsRunning()) in SendStopReasonForState()
3934 if (process_it.second.process_up->IsRunning()) { in Handle_QNonStop()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h2215 bool IsRunning() const;
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp1031 bool Process::IsRunning() const { in IsRunning() function in Process