Lines Matching refs:NativeProcessProtocol
70 MainLoop &mainloop, const NativeProcessProtocol::Factory &process_factory) in GDBRemoteCommunicationServerLLGS()
433 NativeProcessProtocol *process) { in InitializeDelegate()
447 NativeProcessProtocol *process) { in SendWResponse()
687 GetJSONThreadsInfo(NativeProcessProtocol &process, bool abridged) { in GetJSONThreadsInfo()
955 NativeProcessProtocol::Extension::multiprocess)); in SendStopReplyPacketForThread()
958 NativeProcessProtocol::Extension::fork)); in SendStopReplyPacketForThread()
961 NativeProcessProtocol::Extension::vfork)); in SendStopReplyPacketForThread()
971 NativeProcessProtocol *process) { in HandleInferiorState_Exited()
995 NativeProcessProtocol *process) { in HandleInferiorState_Stopped()
1021 NativeProcessProtocol *process, lldb::StateType state) { in ProcessStateChanged()
1067 void GDBRemoteCommunicationServerLLGS::DidExec(NativeProcessProtocol *process) { in DidExec()
1072 NativeProcessProtocol *parent_process, in NewSubprocess()
1073 std::unique_ptr<NativeProcessProtocol> child_process) { in NewSubprocess()
2106 NativeProcessProtocol *default_process; in Handle_H()
3793 using Extension = NativeProcessProtocol::Extension; in HandleFeatures()
3834 NativeProcessProtocol &process) { in SetEnabledExtensions()
3835 NativeProcessProtocol::Extension flags = m_extensions_supported; in SetEnabledExtensions()