Lines Matching refs:GDBRemoteCommunicationServerLLGS

70 GDBRemoteCommunicationServerLLGS::GDBRemoteCommunicationServerLLGS(  in GDBRemoteCommunicationServerLLGS()  function in GDBRemoteCommunicationServerLLGS
78 void GDBRemoteCommunicationServerLLGS::RegisterPacketHandlers() { in RegisterPacketHandlers()
80 &GDBRemoteCommunicationServerLLGS::Handle_C); in RegisterPacketHandlers()
82 &GDBRemoteCommunicationServerLLGS::Handle_c); in RegisterPacketHandlers()
84 &GDBRemoteCommunicationServerLLGS::Handle_D); in RegisterPacketHandlers()
86 &GDBRemoteCommunicationServerLLGS::Handle_H); in RegisterPacketHandlers()
88 &GDBRemoteCommunicationServerLLGS::Handle_I); in RegisterPacketHandlers()
91 &GDBRemoteCommunicationServerLLGS::Handle_interrupt); in RegisterPacketHandlers()
94 &GDBRemoteCommunicationServerLLGS::Handle_memory_read); in RegisterPacketHandlers()
96 &GDBRemoteCommunicationServerLLGS::Handle_M); in RegisterPacketHandlers()
98 &GDBRemoteCommunicationServerLLGS::Handle__M); in RegisterPacketHandlers()
100 &GDBRemoteCommunicationServerLLGS::Handle__m); in RegisterPacketHandlers()
102 &GDBRemoteCommunicationServerLLGS::Handle_p); in RegisterPacketHandlers()
104 &GDBRemoteCommunicationServerLLGS::Handle_P); in RegisterPacketHandlers()
106 &GDBRemoteCommunicationServerLLGS::Handle_qC); in RegisterPacketHandlers()
108 &GDBRemoteCommunicationServerLLGS::Handle_T); in RegisterPacketHandlers()
111 &GDBRemoteCommunicationServerLLGS::Handle_qfThreadInfo); in RegisterPacketHandlers()
114 &GDBRemoteCommunicationServerLLGS::Handle_qFileLoadAddress); in RegisterPacketHandlers()
117 &GDBRemoteCommunicationServerLLGS::Handle_qGetWorkingDir); in RegisterPacketHandlers()
120 &GDBRemoteCommunicationServerLLGS::Handle_QThreadSuffixSupported); in RegisterPacketHandlers()
123 &GDBRemoteCommunicationServerLLGS::Handle_QListThreadsInStopReply); in RegisterPacketHandlers()
126 &GDBRemoteCommunicationServerLLGS::Handle_qMemoryRegionInfo); in RegisterPacketHandlers()
129 &GDBRemoteCommunicationServerLLGS::Handle_qMemoryRegionInfoSupported); in RegisterPacketHandlers()
132 &GDBRemoteCommunicationServerLLGS::Handle_qProcessInfo); in RegisterPacketHandlers()
135 &GDBRemoteCommunicationServerLLGS::Handle_qRegisterInfo); in RegisterPacketHandlers()
138 &GDBRemoteCommunicationServerLLGS::Handle_QRestoreRegisterState); in RegisterPacketHandlers()
141 &GDBRemoteCommunicationServerLLGS::Handle_QSaveRegisterState); in RegisterPacketHandlers()
144 &GDBRemoteCommunicationServerLLGS::Handle_QSetDisableASLR); in RegisterPacketHandlers()
147 &GDBRemoteCommunicationServerLLGS::Handle_QSetWorkingDir); in RegisterPacketHandlers()
150 &GDBRemoteCommunicationServerLLGS::Handle_qsThreadInfo); in RegisterPacketHandlers()
153 &GDBRemoteCommunicationServerLLGS::Handle_qThreadStopInfo); in RegisterPacketHandlers()
156 &GDBRemoteCommunicationServerLLGS::Handle_jThreadsInfo); in RegisterPacketHandlers()
159 &GDBRemoteCommunicationServerLLGS::Handle_qWatchpointSupportInfo); in RegisterPacketHandlers()
162 &GDBRemoteCommunicationServerLLGS::Handle_qXfer); in RegisterPacketHandlers()
164 &GDBRemoteCommunicationServerLLGS::Handle_s); in RegisterPacketHandlers()
167 &GDBRemoteCommunicationServerLLGS::Handle_stop_reason); // ? in RegisterPacketHandlers()
170 &GDBRemoteCommunicationServerLLGS::Handle_vAttach); in RegisterPacketHandlers()
173 &GDBRemoteCommunicationServerLLGS::Handle_vAttachWait); in RegisterPacketHandlers()
176 &GDBRemoteCommunicationServerLLGS::Handle_qVAttachOrWaitSupported); in RegisterPacketHandlers()
179 &GDBRemoteCommunicationServerLLGS::Handle_vAttachOrWait); in RegisterPacketHandlers()
182 &GDBRemoteCommunicationServerLLGS::Handle_vCont); in RegisterPacketHandlers()
185 &GDBRemoteCommunicationServerLLGS::Handle_vCont_actions); in RegisterPacketHandlers()
188 &GDBRemoteCommunicationServerLLGS::Handle_vRun); in RegisterPacketHandlers()
191 &GDBRemoteCommunicationServerLLGS::Handle_memory_read); in RegisterPacketHandlers()
193 &GDBRemoteCommunicationServerLLGS::Handle_Z); in RegisterPacketHandlers()
195 &GDBRemoteCommunicationServerLLGS::Handle_z); in RegisterPacketHandlers()
198 &GDBRemoteCommunicationServerLLGS::Handle_QPassSignals); in RegisterPacketHandlers()
202 &GDBRemoteCommunicationServerLLGS::Handle_jLLDBTraceSupported); in RegisterPacketHandlers()
205 &GDBRemoteCommunicationServerLLGS::Handle_jLLDBTraceStart); in RegisterPacketHandlers()
208 &GDBRemoteCommunicationServerLLGS::Handle_jLLDBTraceStop); in RegisterPacketHandlers()
211 &GDBRemoteCommunicationServerLLGS::Handle_jLLDBTraceGetState); in RegisterPacketHandlers()
214 &GDBRemoteCommunicationServerLLGS::Handle_jLLDBTraceGetBinaryData); in RegisterPacketHandlers()
217 &GDBRemoteCommunicationServerLLGS::Handle_g); in RegisterPacketHandlers()
221 &GDBRemoteCommunicationServerLLGS::Handle_qMemTags); in RegisterPacketHandlers()
225 &GDBRemoteCommunicationServerLLGS::Handle_QMemTags); in RegisterPacketHandlers()
236 &GDBRemoteCommunicationServerLLGS::Handle_vKill); in RegisterPacketHandlers()
240 &GDBRemoteCommunicationServerLLGS::Handle_qSaveCore); in RegisterPacketHandlers()
244 &GDBRemoteCommunicationServerLLGS::Handle_QNonStop); in RegisterPacketHandlers()
247 &GDBRemoteCommunicationServerLLGS::Handle_vStdio); in RegisterPacketHandlers()
250 &GDBRemoteCommunicationServerLLGS::Handle_vStopped); in RegisterPacketHandlers()
253 &GDBRemoteCommunicationServerLLGS::Handle_vCtrlC); in RegisterPacketHandlers()
256 void GDBRemoteCommunicationServerLLGS::SetLaunchInfo(const ProcessLaunchInfo &info) { in SetLaunchInfo()
260 Status GDBRemoteCommunicationServerLLGS::LaunchProcess() { in LaunchProcess()
343 Status GDBRemoteCommunicationServerLLGS::AttachToProcess(lldb::pid_t pid) { in AttachToProcess()
391 Status GDBRemoteCommunicationServerLLGS::AttachWaitProcess( in AttachWaitProcess()
460 void GDBRemoteCommunicationServerLLGS::InitializeDelegate( in InitializeDelegate()
474 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()
2324 GDBRemoteCommunicationServerLLGS::Handle_H(StringExtractorGDBRemote &packet) { in Handle_H()
2416 GDBRemoteCommunicationServerLLGS::Handle_I(StringExtractorGDBRemote &packet) { in Handle_I()
2451 GDBRemoteCommunicationServerLLGS::Handle_interrupt( in Handle_interrupt()
2477 GDBRemoteCommunicationServerLLGS::Handle_memory_read( in Handle_memory_read()
2558 GDBRemoteCommunicationServerLLGS::Handle__M(StringExtractorGDBRemote &packet) { in Handle__M()
2607 GDBRemoteCommunicationServerLLGS::Handle__m(StringExtractorGDBRemote &packet) { in Handle__m()
2635 GDBRemoteCommunicationServerLLGS::Handle_M(StringExtractorGDBRemote &packet) { in Handle_M()
2714 GDBRemoteCommunicationServerLLGS::Handle_qMemoryRegionInfoSupported( in Handle_qMemoryRegionInfoSupported()
2747 GDBRemoteCommunicationServerLLGS::Handle_qMemoryRegionInfo( in Handle_qMemoryRegionInfo()
2827 GDBRemoteCommunicationServerLLGS::Handle_Z(StringExtractorGDBRemote &packet) { in Handle_Z()
2921 GDBRemoteCommunicationServerLLGS::Handle_z(StringExtractorGDBRemote &packet) { in Handle_z()
3008 GDBRemoteCommunicationServerLLGS::Handle_s(StringExtractorGDBRemote &packet) { in Handle_s()
3055 GDBRemoteCommunicationServerLLGS::BuildTargetXml() { in BuildTargetXml()
3170 GDBRemoteCommunicationServerLLGS::ReadXferObject(llvm::StringRef object, in ReadXferObject()
3224 GDBRemoteCommunicationServerLLGS::Handle_qXfer( in Handle_qXfer()
3297 GDBRemoteCommunicationServerLLGS::Handle_QSaveRegisterState( in Handle_QSaveRegisterState()
3345 GDBRemoteCommunicationServerLLGS::Handle_QRestoreRegisterState( in Handle_QRestoreRegisterState()
3406 GDBRemoteCommunicationServerLLGS::Handle_vAttach( in Handle_vAttach()
3445 GDBRemoteCommunicationServerLLGS::Handle_vAttachWait( in Handle_vAttachWait()
3478 GDBRemoteCommunicationServerLLGS::Handle_qVAttachOrWaitSupported( in Handle_qVAttachOrWaitSupported()
3484 GDBRemoteCommunicationServerLLGS::Handle_vAttachOrWait( in Handle_vAttachOrWait()
3517 GDBRemoteCommunicationServerLLGS::Handle_vRun( in Handle_vRun()
3551 GDBRemoteCommunicationServerLLGS::Handle_D(StringExtractorGDBRemote &packet) { in Handle_D()
3603 GDBRemoteCommunicationServerLLGS::Handle_qThreadStopInfo( in Handle_qThreadStopInfo()
3625 GDBRemoteCommunicationServerLLGS::Handle_jThreadsInfo( in Handle_jThreadsInfo()
3653 GDBRemoteCommunicationServerLLGS::Handle_qWatchpointSupportInfo( in Handle_qWatchpointSupportInfo()
3678 GDBRemoteCommunicationServerLLGS::Handle_qFileLoadAddress( in Handle_qFileLoadAddress()
3707 GDBRemoteCommunicationServerLLGS::Handle_QPassSignals( in Handle_QPassSignals()
3741 GDBRemoteCommunicationServerLLGS::Handle_qMemTags( in Handle_qMemTags()
3822 GDBRemoteCommunicationServerLLGS::Handle_QMemTags( in Handle_QMemTags()
3914 GDBRemoteCommunicationServerLLGS::Handle_qSaveCore( in Handle_qSaveCore()
3945 GDBRemoteCommunicationServerLLGS::Handle_QNonStop( in Handle_QNonStop()
3986 GDBRemoteCommunicationServerLLGS::HandleNotificationAck( in HandleNotificationAck()
4002 GDBRemoteCommunicationServerLLGS::Handle_vStdio( in Handle_vStdio()
4008 GDBRemoteCommunicationServerLLGS::Handle_vStopped( in Handle_vStopped()
4021 GDBRemoteCommunicationServerLLGS::Handle_vCtrlC( in Handle_vCtrlC()
4035 GDBRemoteCommunicationServerLLGS::Handle_T(StringExtractorGDBRemote &packet) { in Handle_T()
4064 void GDBRemoteCommunicationServerLLGS::MaybeCloseInferiorTerminalConnection() { in MaybeCloseInferiorTerminalConnection()
4089 NativeThreadProtocol *GDBRemoteCommunicationServerLLGS::GetThreadFromSuffix( in GetThreadFromSuffix()
4141 lldb::tid_t GDBRemoteCommunicationServerLLGS::GetCurrentThreadID() const { in GetCurrentThreadID()
4154 uint32_t GDBRemoteCommunicationServerLLGS::GetNextSavedRegistersID() { in GetNextSavedRegistersID()
4159 void GDBRemoteCommunicationServerLLGS::ClearProcessSpecificData() { in ClearProcessSpecificData()
4167 GDBRemoteCommunicationServerLLGS::FindModuleFile(const std::string &module_path, in FindModuleFile()
4182 std::string GDBRemoteCommunicationServerLLGS::XMLEncodeAttributeValue( in XMLEncodeAttributeValue()
4207 std::vector<std::string> GDBRemoteCommunicationServerLLGS::HandleFeatures( in HandleFeatures()
4263 void GDBRemoteCommunicationServerLLGS::SetEnabledExtensions( in SetEnabledExtensions()
4271 GDBRemoteCommunicationServerLLGS::SendContinueSuccessResponse() { in SendContinueSuccessResponse()
4278 void GDBRemoteCommunicationServerLLGS::AppendThreadIDToResponse( in AppendThreadIDToResponse()