Home
last modified time | relevance | path

Searched refs:m_continue_process (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1436 if (!m_continue_process) { in Handle_C()
1489 error = m_continue_process->Signal(signo); in Handle_C()
1492 m_continue_process->GetID(), error); in Handle_C()
1502 m_continue_process->GetID(), error); in Handle_C()
1527 if (!m_continue_process) { in Handle_c()
1589 if (!m_continue_process) { in Handle_vCont()
1658 m_continue_process->GetID(), error); in Handle_vCont()
2113 default_process = m_continue_process; in Handle_H()
2779 if (!m_continue_process || in Handle_s()
3284 if (it->second.get() == m_continue_process) in Handle_D()
[all …]
H A DGDBRemoteCommunicationServerLLGS.h94 NativeProcessProtocol *m_continue_process; variable