Lines Matching refs:NativeProcessProtocol
71 MainLoop &mainloop, NativeProcessProtocol::Manager &process_manager) in GDBRemoteCommunicationServerLLGS()
461 NativeProcessProtocol *process) { in InitializeDelegate()
475 NativeProcessProtocol *process) { in SendWResponse()
502 NativeProcessProtocol::Extension::multiprocess)) in SendWResponse()
728 GetJSONThreadsInfo(NativeProcessProtocol &process, bool abridged) { in GetJSONThreadsInfo()
799 NativeProcessProtocol &process = thread.GetProcess(); in PrepareStopReplyPacketForThread()
982 NativeProcessProtocol::Extension::multiprocess)); in PrepareStopReplyPacketForThread()
985 NativeProcessProtocol::Extension::fork)); in PrepareStopReplyPacketForThread()
988 NativeProcessProtocol::Extension::vfork)); in PrepareStopReplyPacketForThread()
999 NativeProcessProtocol &process, lldb::tid_t tid, bool force_synchronous) { in SendStopReplyPacketForThread()
1035 NativeProcessProtocol *process) { in HandleInferiorState_Exited()
1077 NativeProcessProtocol *process) { in HandleInferiorState_Stopped()
1094 NativeProcessProtocol *process, lldb::StateType state) { in ProcessStateChanged()
1138 void GDBRemoteCommunicationServerLLGS::DidExec(NativeProcessProtocol *process) { in DidExec()
1143 NativeProcessProtocol *parent_process, in NewSubprocess()
1144 std::unique_ptr<NativeProcessProtocol> child_process) { in NewSubprocess()
1527 NativeProcessProtocol &process, const ResumeActionList &actions) { in ResumeProcess()
1927 NativeProcessProtocol &process, lldb::StateType process_state, in SendStopReasonForState()
2071 StreamGDBRemote &response, NativeProcessProtocol &process, bool &had_any) { in AddProcessThreads()
2092 NativeProcessProtocol::Extension::multiprocess)); in Handle_qfThreadInfo()
2338 NativeProcessProtocol *default_process; in Handle_H()
4219 using Extension = NativeProcessProtocol::Extension; in HandleFeatures()
4264 NativeProcessProtocol &process) { in SetEnabledExtensions()
4265 NativeProcessProtocol::Extension flags = m_extensions_supported; in SetEnabledExtensions()
4281 NativeProcessProtocol::Extension::multiprocess)) in AppendThreadIDToResponse()