Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp764 if (!m_current_process || in SendStopReplyPacketForThread()
1226 if (!m_current_process || in Handle_jLLDBTraceSupported()
1237 if (!m_current_process || in Handle_jLLDBTraceStop()
1258 if (!m_current_process || in Handle_jLLDBTraceStart()
1279 if (!m_current_process || in Handle_jLLDBTraceGetState()
1297 if (!m_current_process || in Handle_jLLDBTraceGetBinaryData()
1321 if (!m_current_process || in Handle_qProcessInfo()
1672 if (m_current_process) in SetCurrentThreadID()
1689 if (!m_current_process) in Handle_stop_reason()
3424 if (!m_current_process) in Handle_QPassSignals()
[all …]
H A DGDBRemoteCommunicationServerLLGS.h93 NativeProcessProtocol *m_current_process; variable