Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DHostProcess.cpp29 bool HostProcess::IsRunning() const { return m_native_process->IsRunning(); } in IsRunning() function in HostProcess
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DHostProcess.h42 bool IsRunning() const;
H A DHostNativeProcessBase.h35 virtual bool IsRunning() const = 0;
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/windows/
H A DHostProcessWindows.h30 bool IsRunning() const override;
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/posix/
H A DHostProcessPosix.h32 bool IsRunning() const override;
/openbsd-src/gnu/llvm/lldb/source/Host/posix/
H A DHostProcessPosix.cpp54 bool HostProcessPosix::IsRunning() const { in IsRunning() function in HostProcessPosix
/openbsd-src/gnu/llvm/lldb/source/Host/windows/
H A DHostProcessWindows.cpp55 bool HostProcessWindows::IsRunning() const { in IsRunning() function in HostProcessWindows
/openbsd-src/gnu/llvm/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 DProcessKDP.h141 bool IsRunning(lldb::StateType state) { in IsRunning() function
H A DCommunicationKDP.h93 bool IsRunning() const { return m_is_running.GetValue(); } in IsRunning() function
H A DCommunicationKDP.cpp67 if (IsRunning()) { in SendRequestAndGetReply()
737 IsRunning(), is_reply ? "<--" : "-->", command_name, in DumpPacket()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h188 bool IsRunning() const { in IsRunning() function
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h298 bool IsRunning(nub_state_t state) { in IsRunning() function
H A DMachProcess.mm1492 if (IsRunning(state)) {
1527 if (IsRunning(state) && timeout_abstime) {
1540 return !IsRunning(state);
1572 if (!IsRunning(state)) {
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h302 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()
3948 if (process_it.second.process_up->IsRunning()) { in Handle_QNonStop()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h2237 bool IsRunning() const;
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp1032 bool Process::IsRunning() const { in IsRunning() function in Process