Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1289 if (!m_current_process || in Handle_jLLDBTraceSupported()
1300 if (!m_current_process || in Handle_jLLDBTraceStop()
1321 if (!m_current_process || in Handle_jLLDBTraceStart()
1342 if (!m_current_process || in Handle_jLLDBTraceGetState()
1360 if (!m_current_process || in Handle_jLLDBTraceGetBinaryData()
1384 if (!m_current_process || in Handle_qProcessInfo()
1866 if (m_current_process) in SetCurrentThreadID()
1912 if (!m_current_process) in Handle_stop_reason()
3708 if (!m_current_process) in Handle_QPassSignals()
4015 auto pid_tid = packet.GetPidTid(m_current_process ? m_current_process->GetID() in Handle_T()
[all …]
H A DGDBRemoteCommunicationServerLLGS.h105 NativeProcessProtocol *m_current_process; variable