Lines Matching refs:GDBRemoteCommunicationServerLLGS

71 GDBRemoteCommunicationServerLLGS::GDBRemoteCommunicationServerLLGS(  in GDBRemoteCommunicationServerLLGS()  function in GDBRemoteCommunicationServerLLGS
81 void GDBRemoteCommunicationServerLLGS::RegisterPacketHandlers() { in RegisterPacketHandlers()
83 &GDBRemoteCommunicationServerLLGS::Handle_C); in RegisterPacketHandlers()
85 &GDBRemoteCommunicationServerLLGS::Handle_c); in RegisterPacketHandlers()
87 &GDBRemoteCommunicationServerLLGS::Handle_D); in RegisterPacketHandlers()
89 &GDBRemoteCommunicationServerLLGS::Handle_H); in RegisterPacketHandlers()
91 &GDBRemoteCommunicationServerLLGS::Handle_I); in RegisterPacketHandlers()
94 &GDBRemoteCommunicationServerLLGS::Handle_interrupt); in RegisterPacketHandlers()
97 &GDBRemoteCommunicationServerLLGS::Handle_memory_read); in RegisterPacketHandlers()
99 &GDBRemoteCommunicationServerLLGS::Handle_M); in RegisterPacketHandlers()
101 &GDBRemoteCommunicationServerLLGS::Handle__M); in RegisterPacketHandlers()
103 &GDBRemoteCommunicationServerLLGS::Handle__m); in RegisterPacketHandlers()
105 &GDBRemoteCommunicationServerLLGS::Handle_p); in RegisterPacketHandlers()
107 &GDBRemoteCommunicationServerLLGS::Handle_P); in RegisterPacketHandlers()
109 &GDBRemoteCommunicationServerLLGS::Handle_qC); in RegisterPacketHandlers()
111 &GDBRemoteCommunicationServerLLGS::Handle_T); in RegisterPacketHandlers()
114 &GDBRemoteCommunicationServerLLGS::Handle_qfThreadInfo); in RegisterPacketHandlers()
117 &GDBRemoteCommunicationServerLLGS::Handle_qFileLoadAddress); in RegisterPacketHandlers()
120 &GDBRemoteCommunicationServerLLGS::Handle_qGetWorkingDir); in RegisterPacketHandlers()
123 &GDBRemoteCommunicationServerLLGS::Handle_QThreadSuffixSupported); in RegisterPacketHandlers()
126 &GDBRemoteCommunicationServerLLGS::Handle_QListThreadsInStopReply); in RegisterPacketHandlers()
129 &GDBRemoteCommunicationServerLLGS::Handle_qMemoryRegionInfo); in RegisterPacketHandlers()
132 &GDBRemoteCommunicationServerLLGS::Handle_qMemoryRegionInfoSupported); in RegisterPacketHandlers()
135 &GDBRemoteCommunicationServerLLGS::Handle_qProcessInfo); in RegisterPacketHandlers()
138 &GDBRemoteCommunicationServerLLGS::Handle_qRegisterInfo); in RegisterPacketHandlers()
141 &GDBRemoteCommunicationServerLLGS::Handle_QRestoreRegisterState); in RegisterPacketHandlers()
144 &GDBRemoteCommunicationServerLLGS::Handle_QSaveRegisterState); in RegisterPacketHandlers()
147 &GDBRemoteCommunicationServerLLGS::Handle_QSetDisableASLR); in RegisterPacketHandlers()
150 &GDBRemoteCommunicationServerLLGS::Handle_QSetWorkingDir); in RegisterPacketHandlers()
153 &GDBRemoteCommunicationServerLLGS::Handle_qsThreadInfo); in RegisterPacketHandlers()
156 &GDBRemoteCommunicationServerLLGS::Handle_qThreadStopInfo); in RegisterPacketHandlers()
159 &GDBRemoteCommunicationServerLLGS::Handle_jThreadsInfo); in RegisterPacketHandlers()
162 &GDBRemoteCommunicationServerLLGS::Handle_qWatchpointSupportInfo); in RegisterPacketHandlers()
165 &GDBRemoteCommunicationServerLLGS::Handle_qXfer); in RegisterPacketHandlers()
167 &GDBRemoteCommunicationServerLLGS::Handle_s); in RegisterPacketHandlers()
170 &GDBRemoteCommunicationServerLLGS::Handle_stop_reason); // ? in RegisterPacketHandlers()
173 &GDBRemoteCommunicationServerLLGS::Handle_vAttach); in RegisterPacketHandlers()
176 &GDBRemoteCommunicationServerLLGS::Handle_vAttachWait); in RegisterPacketHandlers()
179 &GDBRemoteCommunicationServerLLGS::Handle_qVAttachOrWaitSupported); in RegisterPacketHandlers()
182 &GDBRemoteCommunicationServerLLGS::Handle_vAttachOrWait); in RegisterPacketHandlers()
185 &GDBRemoteCommunicationServerLLGS::Handle_vCont); in RegisterPacketHandlers()
188 &GDBRemoteCommunicationServerLLGS::Handle_vCont_actions); in RegisterPacketHandlers()
191 &GDBRemoteCommunicationServerLLGS::Handle_vRun); in RegisterPacketHandlers()
194 &GDBRemoteCommunicationServerLLGS::Handle_memory_read); in RegisterPacketHandlers()
196 &GDBRemoteCommunicationServerLLGS::Handle_Z); in RegisterPacketHandlers()
198 &GDBRemoteCommunicationServerLLGS::Handle_z); in RegisterPacketHandlers()
201 &GDBRemoteCommunicationServerLLGS::Handle_QPassSignals); in RegisterPacketHandlers()
205 &GDBRemoteCommunicationServerLLGS::Handle_jLLDBTraceSupported); in RegisterPacketHandlers()
208 &GDBRemoteCommunicationServerLLGS::Handle_jLLDBTraceStart); in RegisterPacketHandlers()
211 &GDBRemoteCommunicationServerLLGS::Handle_jLLDBTraceStop); in RegisterPacketHandlers()
214 &GDBRemoteCommunicationServerLLGS::Handle_jLLDBTraceGetState); in RegisterPacketHandlers()
217 &GDBRemoteCommunicationServerLLGS::Handle_jLLDBTraceGetBinaryData); in RegisterPacketHandlers()
220 &GDBRemoteCommunicationServerLLGS::Handle_g); in RegisterPacketHandlers()
224 &GDBRemoteCommunicationServerLLGS::Handle_qMemTags); in RegisterPacketHandlers()
228 &GDBRemoteCommunicationServerLLGS::Handle_QMemTags); in RegisterPacketHandlers()
239 &GDBRemoteCommunicationServerLLGS::Handle_vKill); in RegisterPacketHandlers()
243 &GDBRemoteCommunicationServerLLGS::Handle_qSaveCore); in RegisterPacketHandlers()
247 &GDBRemoteCommunicationServerLLGS::Handle_QNonStop); in RegisterPacketHandlers()
250 &GDBRemoteCommunicationServerLLGS::Handle_vStdio); in RegisterPacketHandlers()
253 &GDBRemoteCommunicationServerLLGS::Handle_vStopped); in RegisterPacketHandlers()
256 &GDBRemoteCommunicationServerLLGS::Handle_vCtrlC); in RegisterPacketHandlers()
259 void GDBRemoteCommunicationServerLLGS::SetLaunchInfo(const ProcessLaunchInfo &info) { in SetLaunchInfo()
263 Status GDBRemoteCommunicationServerLLGS::LaunchProcess() { in LaunchProcess()
347 Status GDBRemoteCommunicationServerLLGS::AttachToProcess(lldb::pid_t pid) { in AttachToProcess()
395 Status GDBRemoteCommunicationServerLLGS::AttachWaitProcess( in AttachWaitProcess()
464 void GDBRemoteCommunicationServerLLGS::InitializeDelegate( in InitializeDelegate()
478 GDBRemoteCommunicationServerLLGS::SendWResponse( in SendWResponse()
797 GDBRemoteCommunicationServerLLGS::PrepareStopReplyPacketForThread( in PrepareStopReplyPacketForThread()
1000 GDBRemoteCommunicationServerLLGS::SendStopReplyPacketForThread( in SendStopReplyPacketForThread()
1022 void GDBRemoteCommunicationServerLLGS::EnqueueStopReplyPackets( in EnqueueStopReplyPackets()
1036 void GDBRemoteCommunicationServerLLGS::HandleInferiorState_Exited( in HandleInferiorState_Exited()
1078 void GDBRemoteCommunicationServerLLGS::HandleInferiorState_Stopped( in HandleInferiorState_Stopped()
1095 void GDBRemoteCommunicationServerLLGS::ProcessStateChanged( in ProcessStateChanged()
1140 void GDBRemoteCommunicationServerLLGS::DidExec(NativeProcessProtocol *process) { in DidExec()
1144 void GDBRemoteCommunicationServerLLGS::NewSubprocess( in NewSubprocess()
1155 void GDBRemoteCommunicationServerLLGS::DataAvailableCallback() { in DataAvailableCallback()
1178 Status GDBRemoteCommunicationServerLLGS::InitializeConnection( in InitializeConnection()
1191 GDBRemoteCommunicationServerLLGS::SendONotification(const char *buffer, in SendONotification()
1208 Status GDBRemoteCommunicationServerLLGS::SetSTDIOFileDescriptor(int fd) { in SetSTDIOFileDescriptor()
1230 void GDBRemoteCommunicationServerLLGS::StartSTDIOForwarding() { in StartSTDIOForwarding()
1249 void GDBRemoteCommunicationServerLLGS::StopSTDIOForwarding() { in StopSTDIOForwarding()
1253 void GDBRemoteCommunicationServerLLGS::SendProcessOutput() { in SendProcessOutput()
1285 GDBRemoteCommunicationServerLLGS::Handle_jLLDBTraceSupported( in Handle_jLLDBTraceSupported()
1297 GDBRemoteCommunicationServerLLGS::Handle_jLLDBTraceStop( in Handle_jLLDBTraceStop()
1317 GDBRemoteCommunicationServerLLGS::Handle_jLLDBTraceStart( in Handle_jLLDBTraceStart()
1338 GDBRemoteCommunicationServerLLGS::Handle_jLLDBTraceGetState( in Handle_jLLDBTraceGetState()
1356 GDBRemoteCommunicationServerLLGS::Handle_jLLDBTraceGetBinaryData( in Handle_jLLDBTraceGetBinaryData()
1381 GDBRemoteCommunicationServerLLGS::Handle_qProcessInfo( in Handle_qProcessInfo()
1403 GDBRemoteCommunicationServerLLGS::Handle_qC(StringExtractorGDBRemote &packet) { in Handle_qC()
1427 GDBRemoteCommunicationServerLLGS::Handle_k(StringExtractorGDBRemote &packet) { in Handle_k()
1455 GDBRemoteCommunicationServerLLGS::Handle_vKill( in Handle_vKill()
1480 GDBRemoteCommunicationServerLLGS::Handle_QSetDisableASLR( in Handle_QSetDisableASLR()
1491 GDBRemoteCommunicationServerLLGS::Handle_QSetWorkingDir( in Handle_QSetWorkingDir()
1501 GDBRemoteCommunicationServerLLGS::Handle_qGetWorkingDir( in Handle_qGetWorkingDir()
1514 GDBRemoteCommunicationServerLLGS::Handle_QThreadSuffixSupported( in Handle_QThreadSuffixSupported()
1521 GDBRemoteCommunicationServerLLGS::Handle_QListThreadsInStopReply( in Handle_QListThreadsInStopReply()
1528 GDBRemoteCommunicationServerLLGS::ResumeProcess( in ResumeProcess()
1552 GDBRemoteCommunicationServerLLGS::Handle_C(StringExtractorGDBRemote &packet) { in Handle_C()
1639 GDBRemoteCommunicationServerLLGS::Handle_c(StringExtractorGDBRemote &packet) { in Handle_c()
1674 GDBRemoteCommunicationServerLLGS::Handle_vCont_actions( in Handle_vCont_actions()
1695 GDBRemoteCommunicationServerLLGS::Handle_vCont( in Handle_vCont()
1861 void GDBRemoteCommunicationServerLLGS::SetCurrentThreadID(lldb::tid_t tid) { in SetCurrentThreadID()
1870 void GDBRemoteCommunicationServerLLGS::SetContinueThreadID(lldb::tid_t tid) { in SetContinueThreadID()
1878 GDBRemoteCommunicationServerLLGS::Handle_stop_reason( in Handle_stop_reason()
1921 GDBRemoteCommunicationServerLLGS::SendStopReasonForState( in SendStopReasonForState()
1975 GDBRemoteCommunicationServerLLGS::Handle_qRegisterInfo( in Handle_qRegisterInfo()
2065 void GDBRemoteCommunicationServerLLGS::AddProcessThreads( in AddProcessThreads()
2083 GDBRemoteCommunicationServerLLGS::Handle_qfThreadInfo( in Handle_qfThreadInfo()
2101 GDBRemoteCommunicationServerLLGS::Handle_qsThreadInfo( in Handle_qsThreadInfo()
2109 GDBRemoteCommunicationServerLLGS::Handle_g(StringExtractorGDBRemote &packet) { in Handle_g()
2164 GDBRemoteCommunicationServerLLGS::Handle_p(StringExtractorGDBRemote &packet) { in Handle_p()
2240 GDBRemoteCommunicationServerLLGS::Handle_P(StringExtractorGDBRemote &packet) { in Handle_P()
2320 GDBRemoteCommunicationServerLLGS::Handle_H(StringExtractorGDBRemote &packet) { in Handle_H()
2412 GDBRemoteCommunicationServerLLGS::Handle_I(StringExtractorGDBRemote &packet) { in Handle_I()
2447 GDBRemoteCommunicationServerLLGS::Handle_interrupt( in Handle_interrupt()
2473 GDBRemoteCommunicationServerLLGS::Handle_memory_read( in Handle_memory_read()
2554 GDBRemoteCommunicationServerLLGS::Handle__M(StringExtractorGDBRemote &packet) { in Handle__M()
2603 GDBRemoteCommunicationServerLLGS::Handle__m(StringExtractorGDBRemote &packet) { in Handle__m()
2631 GDBRemoteCommunicationServerLLGS::Handle_M(StringExtractorGDBRemote &packet) { in Handle_M()
2710 GDBRemoteCommunicationServerLLGS::Handle_qMemoryRegionInfoSupported( in Handle_qMemoryRegionInfoSupported()
2743 GDBRemoteCommunicationServerLLGS::Handle_qMemoryRegionInfo( in Handle_qMemoryRegionInfo()
2823 GDBRemoteCommunicationServerLLGS::Handle_Z(StringExtractorGDBRemote &packet) { in Handle_Z()
2917 GDBRemoteCommunicationServerLLGS::Handle_z(StringExtractorGDBRemote &packet) { in Handle_z()
3004 GDBRemoteCommunicationServerLLGS::Handle_s(StringExtractorGDBRemote &packet) { in Handle_s()
3051 GDBRemoteCommunicationServerLLGS::BuildTargetXml() { in BuildTargetXml()
3146 GDBRemoteCommunicationServerLLGS::ReadXferObject(llvm::StringRef object, in ReadXferObject()
3200 GDBRemoteCommunicationServerLLGS::Handle_qXfer( in Handle_qXfer()
3273 GDBRemoteCommunicationServerLLGS::Handle_QSaveRegisterState( in Handle_QSaveRegisterState()
3321 GDBRemoteCommunicationServerLLGS::Handle_QRestoreRegisterState( in Handle_QRestoreRegisterState()
3382 GDBRemoteCommunicationServerLLGS::Handle_vAttach( in Handle_vAttach()
3421 GDBRemoteCommunicationServerLLGS::Handle_vAttachWait( in Handle_vAttachWait()
3454 GDBRemoteCommunicationServerLLGS::Handle_qVAttachOrWaitSupported( in Handle_qVAttachOrWaitSupported()
3460 GDBRemoteCommunicationServerLLGS::Handle_vAttachOrWait( in Handle_vAttachOrWait()
3493 GDBRemoteCommunicationServerLLGS::Handle_vRun( in Handle_vRun()
3529 GDBRemoteCommunicationServerLLGS::Handle_D(StringExtractorGDBRemote &packet) { in Handle_D()
3581 GDBRemoteCommunicationServerLLGS::Handle_qThreadStopInfo( in Handle_qThreadStopInfo()
3603 GDBRemoteCommunicationServerLLGS::Handle_jThreadsInfo( in Handle_jThreadsInfo()
3631 GDBRemoteCommunicationServerLLGS::Handle_qWatchpointSupportInfo( in Handle_qWatchpointSupportInfo()
3656 GDBRemoteCommunicationServerLLGS::Handle_qFileLoadAddress( in Handle_qFileLoadAddress()
3685 GDBRemoteCommunicationServerLLGS::Handle_QPassSignals( in Handle_QPassSignals()
3719 GDBRemoteCommunicationServerLLGS::Handle_qMemTags( in Handle_qMemTags()
3800 GDBRemoteCommunicationServerLLGS::Handle_QMemTags( in Handle_QMemTags()
3892 GDBRemoteCommunicationServerLLGS::Handle_qSaveCore( in Handle_qSaveCore()
3923 GDBRemoteCommunicationServerLLGS::Handle_QNonStop( in Handle_QNonStop()
3964 GDBRemoteCommunicationServerLLGS::HandleNotificationAck( in HandleNotificationAck()
3980 GDBRemoteCommunicationServerLLGS::Handle_vStdio( in Handle_vStdio()
3986 GDBRemoteCommunicationServerLLGS::Handle_vStopped( in Handle_vStopped()
3999 GDBRemoteCommunicationServerLLGS::Handle_vCtrlC( in Handle_vCtrlC()
4013 GDBRemoteCommunicationServerLLGS::Handle_T(StringExtractorGDBRemote &packet) { in Handle_T()
4042 void GDBRemoteCommunicationServerLLGS::MaybeCloseInferiorTerminalConnection() { in MaybeCloseInferiorTerminalConnection()
4067 NativeThreadProtocol *GDBRemoteCommunicationServerLLGS::GetThreadFromSuffix( in GetThreadFromSuffix()
4119 lldb::tid_t GDBRemoteCommunicationServerLLGS::GetCurrentThreadID() const { in GetCurrentThreadID()
4132 uint32_t GDBRemoteCommunicationServerLLGS::GetNextSavedRegistersID() { in GetNextSavedRegistersID()
4137 void GDBRemoteCommunicationServerLLGS::ClearProcessSpecificData() { in ClearProcessSpecificData()
4145 GDBRemoteCommunicationServerLLGS::FindModuleFile(const std::string &module_path, in FindModuleFile()
4160 std::string GDBRemoteCommunicationServerLLGS::XMLEncodeAttributeValue( in XMLEncodeAttributeValue()
4185 std::vector<std::string> GDBRemoteCommunicationServerLLGS::HandleFeatures( in HandleFeatures()
4241 void GDBRemoteCommunicationServerLLGS::SetEnabledExtensions( in SetEnabledExtensions()
4249 GDBRemoteCommunicationServerLLGS::SendContinueSuccessResponse() { in SendContinueSuccessResponse()
4256 void GDBRemoteCommunicationServerLLGS::AppendThreadIDToResponse( in AppendThreadIDToResponse()