Lines Matching refs:NativeProcessProtocol
72 MainLoop &mainloop, const NativeProcessProtocol::Factory &process_factory) in GDBRemoteCommunicationServerLLGS()
465 NativeProcessProtocol *process) { in InitializeDelegate()
479 NativeProcessProtocol *process) { in SendWResponse()
506 NativeProcessProtocol::Extension::multiprocess)) in SendWResponse()
730 GetJSONThreadsInfo(NativeProcessProtocol &process, bool abridged) { in GetJSONThreadsInfo()
801 NativeProcessProtocol &process = thread.GetProcess(); in PrepareStopReplyPacketForThread()
984 NativeProcessProtocol::Extension::multiprocess)); in PrepareStopReplyPacketForThread()
987 NativeProcessProtocol::Extension::fork)); in PrepareStopReplyPacketForThread()
990 NativeProcessProtocol::Extension::vfork)); in PrepareStopReplyPacketForThread()
1001 NativeProcessProtocol &process, lldb::tid_t tid, bool force_synchronous) { in SendStopReplyPacketForThread()
1037 NativeProcessProtocol *process) { in HandleInferiorState_Exited()
1079 NativeProcessProtocol *process) { in HandleInferiorState_Stopped()
1096 NativeProcessProtocol *process, lldb::StateType state) { in ProcessStateChanged()
1140 void GDBRemoteCommunicationServerLLGS::DidExec(NativeProcessProtocol *process) { in DidExec()
1145 NativeProcessProtocol *parent_process, in NewSubprocess()
1146 std::unique_ptr<NativeProcessProtocol> child_process) { in NewSubprocess()
1529 NativeProcessProtocol &process, const ResumeActionList &actions) { in ResumeProcess()
1922 NativeProcessProtocol &process, lldb::StateType process_state, in SendStopReasonForState()
2066 StreamGDBRemote &response, NativeProcessProtocol &process, bool &had_any) { in AddProcessThreads()
2087 NativeProcessProtocol::Extension::multiprocess)); in Handle_qfThreadInfo()
2334 NativeProcessProtocol *default_process; in Handle_H()
4197 using Extension = NativeProcessProtocol::Extension; in HandleFeatures()
4242 NativeProcessProtocol &process) { in SetEnabledExtensions()
4243 NativeProcessProtocol::Extension flags = m_extensions_supported; in SetEnabledExtensions()
4259 NativeProcessProtocol::Extension::multiprocess)) in AppendThreadIDToResponse()