Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1287 if (!m_current_process || in Handle_jLLDBTraceSupported()
1298 if (!m_current_process || in Handle_jLLDBTraceStop()
1319 if (!m_current_process || in Handle_jLLDBTraceStart()
1340 if (!m_current_process || in Handle_jLLDBTraceGetState()
1358 if (!m_current_process || in Handle_jLLDBTraceGetBinaryData()
1382 if (!m_current_process || in Handle_qProcessInfo()
1871 if (m_current_process) in SetCurrentThreadID()
1917 if (!m_current_process) in Handle_stop_reason()
3730 if (!m_current_process) in Handle_QPassSignals()
4037 auto pid_tid = packet.GetPidTid(m_current_process ? m_current_process->GetID() in Handle_T()
[all …]
H A DGDBRemoteCommunicationServerLLGS.h106 NativeProcessProtocol *m_current_process; variable