Lines Matching refs:GDBRemoteCommunicationServerLLGS

71 GDBRemoteCommunicationServerLLGS::GDBRemoteCommunicationServerLLGS(  in GDBRemoteCommunicationServerLLGS()  function in GDBRemoteCommunicationServerLLGS
79 void GDBRemoteCommunicationServerLLGS::RegisterPacketHandlers() { in RegisterPacketHandlers()
81 &GDBRemoteCommunicationServerLLGS::Handle_C); in RegisterPacketHandlers()
83 &GDBRemoteCommunicationServerLLGS::Handle_c); in RegisterPacketHandlers()
85 &GDBRemoteCommunicationServerLLGS::Handle_D); in RegisterPacketHandlers()
87 &GDBRemoteCommunicationServerLLGS::Handle_H); in RegisterPacketHandlers()
89 &GDBRemoteCommunicationServerLLGS::Handle_I); in RegisterPacketHandlers()
92 &GDBRemoteCommunicationServerLLGS::Handle_interrupt); in RegisterPacketHandlers()
95 &GDBRemoteCommunicationServerLLGS::Handle_memory_read); in RegisterPacketHandlers()
97 &GDBRemoteCommunicationServerLLGS::Handle_M); in RegisterPacketHandlers()
99 &GDBRemoteCommunicationServerLLGS::Handle__M); in RegisterPacketHandlers()
101 &GDBRemoteCommunicationServerLLGS::Handle__m); in RegisterPacketHandlers()
103 &GDBRemoteCommunicationServerLLGS::Handle_p); in RegisterPacketHandlers()
105 &GDBRemoteCommunicationServerLLGS::Handle_P); in RegisterPacketHandlers()
107 &GDBRemoteCommunicationServerLLGS::Handle_qC); in RegisterPacketHandlers()
109 &GDBRemoteCommunicationServerLLGS::Handle_T); in RegisterPacketHandlers()
112 &GDBRemoteCommunicationServerLLGS::Handle_qfThreadInfo); in RegisterPacketHandlers()
115 &GDBRemoteCommunicationServerLLGS::Handle_qFileLoadAddress); in RegisterPacketHandlers()
118 &GDBRemoteCommunicationServerLLGS::Handle_qGetWorkingDir); in RegisterPacketHandlers()
121 &GDBRemoteCommunicationServerLLGS::Handle_QThreadSuffixSupported); in RegisterPacketHandlers()
124 &GDBRemoteCommunicationServerLLGS::Handle_QListThreadsInStopReply); in RegisterPacketHandlers()
127 &GDBRemoteCommunicationServerLLGS::Handle_qMemoryRegionInfo); in RegisterPacketHandlers()
130 &GDBRemoteCommunicationServerLLGS::Handle_qMemoryRegionInfoSupported); in RegisterPacketHandlers()
133 &GDBRemoteCommunicationServerLLGS::Handle_qProcessInfo); in RegisterPacketHandlers()
136 &GDBRemoteCommunicationServerLLGS::Handle_qRegisterInfo); in RegisterPacketHandlers()
139 &GDBRemoteCommunicationServerLLGS::Handle_QRestoreRegisterState); in RegisterPacketHandlers()
142 &GDBRemoteCommunicationServerLLGS::Handle_QSaveRegisterState); in RegisterPacketHandlers()
145 &GDBRemoteCommunicationServerLLGS::Handle_QSetDisableASLR); in RegisterPacketHandlers()
148 &GDBRemoteCommunicationServerLLGS::Handle_QSetWorkingDir); in RegisterPacketHandlers()
151 &GDBRemoteCommunicationServerLLGS::Handle_qsThreadInfo); in RegisterPacketHandlers()
154 &GDBRemoteCommunicationServerLLGS::Handle_qThreadStopInfo); in RegisterPacketHandlers()
157 &GDBRemoteCommunicationServerLLGS::Handle_jThreadsInfo); in RegisterPacketHandlers()
160 &GDBRemoteCommunicationServerLLGS::Handle_qWatchpointSupportInfo); in RegisterPacketHandlers()
163 &GDBRemoteCommunicationServerLLGS::Handle_qXfer); in RegisterPacketHandlers()
165 &GDBRemoteCommunicationServerLLGS::Handle_s); in RegisterPacketHandlers()
168 &GDBRemoteCommunicationServerLLGS::Handle_stop_reason); // ? in RegisterPacketHandlers()
171 &GDBRemoteCommunicationServerLLGS::Handle_vAttach); in RegisterPacketHandlers()
174 &GDBRemoteCommunicationServerLLGS::Handle_vAttachWait); in RegisterPacketHandlers()
177 &GDBRemoteCommunicationServerLLGS::Handle_qVAttachOrWaitSupported); in RegisterPacketHandlers()
180 &GDBRemoteCommunicationServerLLGS::Handle_vAttachOrWait); in RegisterPacketHandlers()
183 &GDBRemoteCommunicationServerLLGS::Handle_vCont); in RegisterPacketHandlers()
186 &GDBRemoteCommunicationServerLLGS::Handle_vCont_actions); in RegisterPacketHandlers()
189 &GDBRemoteCommunicationServerLLGS::Handle_vRun); in RegisterPacketHandlers()
192 &GDBRemoteCommunicationServerLLGS::Handle_memory_read); in RegisterPacketHandlers()
194 &GDBRemoteCommunicationServerLLGS::Handle_Z); in RegisterPacketHandlers()
196 &GDBRemoteCommunicationServerLLGS::Handle_z); in RegisterPacketHandlers()
199 &GDBRemoteCommunicationServerLLGS::Handle_QPassSignals); in RegisterPacketHandlers()
203 &GDBRemoteCommunicationServerLLGS::Handle_jLLDBTraceSupported); in RegisterPacketHandlers()
206 &GDBRemoteCommunicationServerLLGS::Handle_jLLDBTraceStart); in RegisterPacketHandlers()
209 &GDBRemoteCommunicationServerLLGS::Handle_jLLDBTraceStop); in RegisterPacketHandlers()
212 &GDBRemoteCommunicationServerLLGS::Handle_jLLDBTraceGetState); in RegisterPacketHandlers()
215 &GDBRemoteCommunicationServerLLGS::Handle_jLLDBTraceGetBinaryData); in RegisterPacketHandlers()
218 &GDBRemoteCommunicationServerLLGS::Handle_g); in RegisterPacketHandlers()
222 &GDBRemoteCommunicationServerLLGS::Handle_qMemTags); in RegisterPacketHandlers()
226 &GDBRemoteCommunicationServerLLGS::Handle_QMemTags); in RegisterPacketHandlers()
237 &GDBRemoteCommunicationServerLLGS::Handle_vKill); in RegisterPacketHandlers()
241 &GDBRemoteCommunicationServerLLGS::Handle_qSaveCore); in RegisterPacketHandlers()
245 &GDBRemoteCommunicationServerLLGS::Handle_QNonStop); in RegisterPacketHandlers()
248 &GDBRemoteCommunicationServerLLGS::Handle_vStdio); in RegisterPacketHandlers()
251 &GDBRemoteCommunicationServerLLGS::Handle_vStopped); in RegisterPacketHandlers()
254 &GDBRemoteCommunicationServerLLGS::Handle_vCtrlC); in RegisterPacketHandlers()
257 void GDBRemoteCommunicationServerLLGS::SetLaunchInfo(const ProcessLaunchInfo &info) { in SetLaunchInfo()
261 Status GDBRemoteCommunicationServerLLGS::LaunchProcess() { in LaunchProcess()
345 Status GDBRemoteCommunicationServerLLGS::AttachToProcess(lldb::pid_t pid) { in AttachToProcess()
393 Status GDBRemoteCommunicationServerLLGS::AttachWaitProcess( in AttachWaitProcess()
462 void GDBRemoteCommunicationServerLLGS::InitializeDelegate( in InitializeDelegate()
476 GDBRemoteCommunicationServerLLGS::SendWResponse( in SendWResponse()
795 GDBRemoteCommunicationServerLLGS::PrepareStopReplyPacketForThread( in PrepareStopReplyPacketForThread()
998 GDBRemoteCommunicationServerLLGS::SendStopReplyPacketForThread( in SendStopReplyPacketForThread()
1020 void GDBRemoteCommunicationServerLLGS::EnqueueStopReplyPackets( in EnqueueStopReplyPackets()
1034 void GDBRemoteCommunicationServerLLGS::HandleInferiorState_Exited( in HandleInferiorState_Exited()
1076 void GDBRemoteCommunicationServerLLGS::HandleInferiorState_Stopped( in HandleInferiorState_Stopped()
1093 void GDBRemoteCommunicationServerLLGS::ProcessStateChanged( in ProcessStateChanged()
1138 void GDBRemoteCommunicationServerLLGS::DidExec(NativeProcessProtocol *process) { in DidExec()
1142 void GDBRemoteCommunicationServerLLGS::NewSubprocess( in NewSubprocess()
1153 void GDBRemoteCommunicationServerLLGS::DataAvailableCallback() { in DataAvailableCallback()
1176 Status GDBRemoteCommunicationServerLLGS::InitializeConnection( in InitializeConnection()
1189 GDBRemoteCommunicationServerLLGS::SendONotification(const char *buffer, in SendONotification()
1206 Status GDBRemoteCommunicationServerLLGS::SetSTDIOFileDescriptor(int fd) { in SetSTDIOFileDescriptor()
1228 void GDBRemoteCommunicationServerLLGS::StartSTDIOForwarding() { in StartSTDIOForwarding()
1247 void GDBRemoteCommunicationServerLLGS::StopSTDIOForwarding() { in StopSTDIOForwarding()
1251 void GDBRemoteCommunicationServerLLGS::SendProcessOutput() { in SendProcessOutput()
1283 GDBRemoteCommunicationServerLLGS::Handle_jLLDBTraceSupported( in Handle_jLLDBTraceSupported()
1295 GDBRemoteCommunicationServerLLGS::Handle_jLLDBTraceStop( in Handle_jLLDBTraceStop()
1315 GDBRemoteCommunicationServerLLGS::Handle_jLLDBTraceStart( in Handle_jLLDBTraceStart()
1336 GDBRemoteCommunicationServerLLGS::Handle_jLLDBTraceGetState( in Handle_jLLDBTraceGetState()
1354 GDBRemoteCommunicationServerLLGS::Handle_jLLDBTraceGetBinaryData( in Handle_jLLDBTraceGetBinaryData()
1379 GDBRemoteCommunicationServerLLGS::Handle_qProcessInfo( in Handle_qProcessInfo()
1401 GDBRemoteCommunicationServerLLGS::Handle_qC(StringExtractorGDBRemote &packet) { in Handle_qC()
1425 GDBRemoteCommunicationServerLLGS::Handle_k(StringExtractorGDBRemote &packet) { in Handle_k()
1453 GDBRemoteCommunicationServerLLGS::Handle_vKill( in Handle_vKill()
1478 GDBRemoteCommunicationServerLLGS::Handle_QSetDisableASLR( in Handle_QSetDisableASLR()
1489 GDBRemoteCommunicationServerLLGS::Handle_QSetWorkingDir( in Handle_QSetWorkingDir()
1499 GDBRemoteCommunicationServerLLGS::Handle_qGetWorkingDir( in Handle_qGetWorkingDir()
1512 GDBRemoteCommunicationServerLLGS::Handle_QThreadSuffixSupported( in Handle_QThreadSuffixSupported()
1519 GDBRemoteCommunicationServerLLGS::Handle_QListThreadsInStopReply( in Handle_QListThreadsInStopReply()
1526 GDBRemoteCommunicationServerLLGS::ResumeProcess( in ResumeProcess()
1550 GDBRemoteCommunicationServerLLGS::Handle_C(StringExtractorGDBRemote &packet) { in Handle_C()
1637 GDBRemoteCommunicationServerLLGS::Handle_c(StringExtractorGDBRemote &packet) { in Handle_c()
1672 GDBRemoteCommunicationServerLLGS::Handle_vCont_actions( in Handle_vCont_actions()
1693 GDBRemoteCommunicationServerLLGS::Handle_vCont( in Handle_vCont()
1866 void GDBRemoteCommunicationServerLLGS::SetCurrentThreadID(lldb::tid_t tid) { in SetCurrentThreadID()
1875 void GDBRemoteCommunicationServerLLGS::SetContinueThreadID(lldb::tid_t tid) { in SetContinueThreadID()
1883 GDBRemoteCommunicationServerLLGS::Handle_stop_reason( in Handle_stop_reason()
1926 GDBRemoteCommunicationServerLLGS::SendStopReasonForState( in SendStopReasonForState()
1980 GDBRemoteCommunicationServerLLGS::Handle_qRegisterInfo( in Handle_qRegisterInfo()
2070 void GDBRemoteCommunicationServerLLGS::AddProcessThreads( in AddProcessThreads()
2088 GDBRemoteCommunicationServerLLGS::Handle_qfThreadInfo( in Handle_qfThreadInfo()
2106 GDBRemoteCommunicationServerLLGS::Handle_qsThreadInfo( in Handle_qsThreadInfo()
2114 GDBRemoteCommunicationServerLLGS::Handle_g(StringExtractorGDBRemote &packet) { in Handle_g()
2169 GDBRemoteCommunicationServerLLGS::Handle_p(StringExtractorGDBRemote &packet) { in Handle_p()
2245 GDBRemoteCommunicationServerLLGS::Handle_P(StringExtractorGDBRemote &packet) { in Handle_P()
2325 GDBRemoteCommunicationServerLLGS::Handle_H(StringExtractorGDBRemote &packet) { in Handle_H()
2417 GDBRemoteCommunicationServerLLGS::Handle_I(StringExtractorGDBRemote &packet) { in Handle_I()
2452 GDBRemoteCommunicationServerLLGS::Handle_interrupt( in Handle_interrupt()
2478 GDBRemoteCommunicationServerLLGS::Handle_memory_read( in Handle_memory_read()
2559 GDBRemoteCommunicationServerLLGS::Handle__M(StringExtractorGDBRemote &packet) { in Handle__M()
2608 GDBRemoteCommunicationServerLLGS::Handle__m(StringExtractorGDBRemote &packet) { in Handle__m()
2636 GDBRemoteCommunicationServerLLGS::Handle_M(StringExtractorGDBRemote &packet) { in Handle_M()
2715 GDBRemoteCommunicationServerLLGS::Handle_qMemoryRegionInfoSupported( in Handle_qMemoryRegionInfoSupported()
2748 GDBRemoteCommunicationServerLLGS::Handle_qMemoryRegionInfo( in Handle_qMemoryRegionInfo()
2828 GDBRemoteCommunicationServerLLGS::Handle_Z(StringExtractorGDBRemote &packet) { in Handle_Z()
2922 GDBRemoteCommunicationServerLLGS::Handle_z(StringExtractorGDBRemote &packet) { in Handle_z()
3009 GDBRemoteCommunicationServerLLGS::Handle_s(StringExtractorGDBRemote &packet) { in Handle_s()
3056 GDBRemoteCommunicationServerLLGS::BuildTargetXml() { in BuildTargetXml()
3162 GDBRemoteCommunicationServerLLGS::ReadXferObject(llvm::StringRef object, in ReadXferObject()
3216 GDBRemoteCommunicationServerLLGS::Handle_qXfer( in Handle_qXfer()
3289 GDBRemoteCommunicationServerLLGS::Handle_QSaveRegisterState( in Handle_QSaveRegisterState()
3337 GDBRemoteCommunicationServerLLGS::Handle_QRestoreRegisterState( in Handle_QRestoreRegisterState()
3398 GDBRemoteCommunicationServerLLGS::Handle_vAttach( in Handle_vAttach()
3437 GDBRemoteCommunicationServerLLGS::Handle_vAttachWait( in Handle_vAttachWait()
3470 GDBRemoteCommunicationServerLLGS::Handle_qVAttachOrWaitSupported( in Handle_qVAttachOrWaitSupported()
3476 GDBRemoteCommunicationServerLLGS::Handle_vAttachOrWait( in Handle_vAttachOrWait()
3509 GDBRemoteCommunicationServerLLGS::Handle_vRun( in Handle_vRun()
3543 GDBRemoteCommunicationServerLLGS::Handle_D(StringExtractorGDBRemote &packet) { in Handle_D()
3595 GDBRemoteCommunicationServerLLGS::Handle_qThreadStopInfo( in Handle_qThreadStopInfo()
3617 GDBRemoteCommunicationServerLLGS::Handle_jThreadsInfo( in Handle_jThreadsInfo()
3645 GDBRemoteCommunicationServerLLGS::Handle_qWatchpointSupportInfo( in Handle_qWatchpointSupportInfo()
3670 GDBRemoteCommunicationServerLLGS::Handle_qFileLoadAddress( in Handle_qFileLoadAddress()
3699 GDBRemoteCommunicationServerLLGS::Handle_QPassSignals( in Handle_QPassSignals()
3733 GDBRemoteCommunicationServerLLGS::Handle_qMemTags( in Handle_qMemTags()
3814 GDBRemoteCommunicationServerLLGS::Handle_QMemTags( in Handle_QMemTags()
3906 GDBRemoteCommunicationServerLLGS::Handle_qSaveCore( in Handle_qSaveCore()
3937 GDBRemoteCommunicationServerLLGS::Handle_QNonStop( in Handle_QNonStop()
3978 GDBRemoteCommunicationServerLLGS::HandleNotificationAck( in HandleNotificationAck()
3994 GDBRemoteCommunicationServerLLGS::Handle_vStdio( in Handle_vStdio()
4000 GDBRemoteCommunicationServerLLGS::Handle_vStopped( in Handle_vStopped()
4013 GDBRemoteCommunicationServerLLGS::Handle_vCtrlC( in Handle_vCtrlC()
4027 GDBRemoteCommunicationServerLLGS::Handle_T(StringExtractorGDBRemote &packet) { in Handle_T()
4056 void GDBRemoteCommunicationServerLLGS::MaybeCloseInferiorTerminalConnection() { in MaybeCloseInferiorTerminalConnection()
4081 NativeThreadProtocol *GDBRemoteCommunicationServerLLGS::GetThreadFromSuffix( in GetThreadFromSuffix()
4133 lldb::tid_t GDBRemoteCommunicationServerLLGS::GetCurrentThreadID() const { in GetCurrentThreadID()
4146 uint32_t GDBRemoteCommunicationServerLLGS::GetNextSavedRegistersID() { in GetNextSavedRegistersID()
4151 void GDBRemoteCommunicationServerLLGS::ClearProcessSpecificData() { in ClearProcessSpecificData()
4159 GDBRemoteCommunicationServerLLGS::FindModuleFile(const std::string &module_path, in FindModuleFile()
4174 std::string GDBRemoteCommunicationServerLLGS::XMLEncodeAttributeValue( in XMLEncodeAttributeValue()
4199 std::vector<std::string> GDBRemoteCommunicationServerLLGS::HandleFeatures( in HandleFeatures()
4255 void GDBRemoteCommunicationServerLLGS::SetEnabledExtensions( in SetEnabledExtensions()
4263 GDBRemoteCommunicationServerLLGS::SendContinueSuccessResponse() { in SendContinueSuccessResponse()
4270 void GDBRemoteCommunicationServerLLGS::AppendThreadIDToResponse( in AppendThreadIDToResponse()