Lines Matching refs:GDBRemoteCommunicationServerLLGS

69 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()
110 &GDBRemoteCommunicationServerLLGS::Handle_qfThreadInfo); in RegisterPacketHandlers()
113 &GDBRemoteCommunicationServerLLGS::Handle_qFileLoadAddress); in RegisterPacketHandlers()
116 &GDBRemoteCommunicationServerLLGS::Handle_qGetWorkingDir); in RegisterPacketHandlers()
119 &GDBRemoteCommunicationServerLLGS::Handle_QThreadSuffixSupported); in RegisterPacketHandlers()
122 &GDBRemoteCommunicationServerLLGS::Handle_QListThreadsInStopReply); in RegisterPacketHandlers()
125 &GDBRemoteCommunicationServerLLGS::Handle_qMemoryRegionInfo); in RegisterPacketHandlers()
128 &GDBRemoteCommunicationServerLLGS::Handle_qMemoryRegionInfoSupported); in RegisterPacketHandlers()
131 &GDBRemoteCommunicationServerLLGS::Handle_qProcessInfo); in RegisterPacketHandlers()
134 &GDBRemoteCommunicationServerLLGS::Handle_qRegisterInfo); in RegisterPacketHandlers()
137 &GDBRemoteCommunicationServerLLGS::Handle_QRestoreRegisterState); in RegisterPacketHandlers()
140 &GDBRemoteCommunicationServerLLGS::Handle_QSaveRegisterState); in RegisterPacketHandlers()
143 &GDBRemoteCommunicationServerLLGS::Handle_QSetDisableASLR); in RegisterPacketHandlers()
146 &GDBRemoteCommunicationServerLLGS::Handle_QSetWorkingDir); in RegisterPacketHandlers()
149 &GDBRemoteCommunicationServerLLGS::Handle_qsThreadInfo); in RegisterPacketHandlers()
152 &GDBRemoteCommunicationServerLLGS::Handle_qThreadStopInfo); in RegisterPacketHandlers()
155 &GDBRemoteCommunicationServerLLGS::Handle_jThreadsInfo); in RegisterPacketHandlers()
158 &GDBRemoteCommunicationServerLLGS::Handle_qWatchpointSupportInfo); in RegisterPacketHandlers()
161 &GDBRemoteCommunicationServerLLGS::Handle_qXfer); in RegisterPacketHandlers()
163 &GDBRemoteCommunicationServerLLGS::Handle_s); in RegisterPacketHandlers()
166 &GDBRemoteCommunicationServerLLGS::Handle_stop_reason); // ? in RegisterPacketHandlers()
169 &GDBRemoteCommunicationServerLLGS::Handle_vAttach); in RegisterPacketHandlers()
172 &GDBRemoteCommunicationServerLLGS::Handle_vAttachWait); in RegisterPacketHandlers()
175 &GDBRemoteCommunicationServerLLGS::Handle_qVAttachOrWaitSupported); in RegisterPacketHandlers()
178 &GDBRemoteCommunicationServerLLGS::Handle_vAttachOrWait); in RegisterPacketHandlers()
181 &GDBRemoteCommunicationServerLLGS::Handle_vCont); in RegisterPacketHandlers()
184 &GDBRemoteCommunicationServerLLGS::Handle_vCont_actions); in RegisterPacketHandlers()
187 &GDBRemoteCommunicationServerLLGS::Handle_memory_read); in RegisterPacketHandlers()
189 &GDBRemoteCommunicationServerLLGS::Handle_Z); in RegisterPacketHandlers()
191 &GDBRemoteCommunicationServerLLGS::Handle_z); in RegisterPacketHandlers()
194 &GDBRemoteCommunicationServerLLGS::Handle_QPassSignals); in RegisterPacketHandlers()
198 &GDBRemoteCommunicationServerLLGS::Handle_jLLDBTraceSupported); in RegisterPacketHandlers()
201 &GDBRemoteCommunicationServerLLGS::Handle_jLLDBTraceStart); in RegisterPacketHandlers()
204 &GDBRemoteCommunicationServerLLGS::Handle_jLLDBTraceStop); in RegisterPacketHandlers()
207 &GDBRemoteCommunicationServerLLGS::Handle_jLLDBTraceGetState); in RegisterPacketHandlers()
210 &GDBRemoteCommunicationServerLLGS::Handle_jLLDBTraceGetBinaryData); in RegisterPacketHandlers()
213 &GDBRemoteCommunicationServerLLGS::Handle_g); in RegisterPacketHandlers()
217 &GDBRemoteCommunicationServerLLGS::Handle_qMemTags); in RegisterPacketHandlers()
221 &GDBRemoteCommunicationServerLLGS::Handle_QMemTags); in RegisterPacketHandlers()
231 void GDBRemoteCommunicationServerLLGS::SetLaunchInfo(const ProcessLaunchInfo &info) { in SetLaunchInfo()
235 Status GDBRemoteCommunicationServerLLGS::LaunchProcess() { in LaunchProcess()
317 Status GDBRemoteCommunicationServerLLGS::AttachToProcess(lldb::pid_t pid) { in AttachToProcess()
363 Status GDBRemoteCommunicationServerLLGS::AttachWaitProcess( in AttachWaitProcess()
432 void GDBRemoteCommunicationServerLLGS::InitializeDelegate( in InitializeDelegate()
446 GDBRemoteCommunicationServerLLGS::SendWResponse( in SendWResponse()
759 GDBRemoteCommunicationServerLLGS::SendStopReplyPacketForThread( in SendStopReplyPacketForThread()
970 void GDBRemoteCommunicationServerLLGS::HandleInferiorState_Exited( in HandleInferiorState_Exited()
994 void GDBRemoteCommunicationServerLLGS::HandleInferiorState_Stopped( in HandleInferiorState_Stopped()
1020 void GDBRemoteCommunicationServerLLGS::ProcessStateChanged( in ProcessStateChanged()
1067 void GDBRemoteCommunicationServerLLGS::DidExec(NativeProcessProtocol *process) { in DidExec()
1071 void GDBRemoteCommunicationServerLLGS::NewSubprocess( in NewSubprocess()
1080 void GDBRemoteCommunicationServerLLGS::DataAvailableCallback() { in DataAvailableCallback()
1115 Status GDBRemoteCommunicationServerLLGS::InitializeConnection( in InitializeConnection()
1128 GDBRemoteCommunicationServerLLGS::SendONotification(const char *buffer, in SendONotification()
1142 Status GDBRemoteCommunicationServerLLGS::SetSTDIOFileDescriptor(int fd) { in SetSTDIOFileDescriptor()
1164 void GDBRemoteCommunicationServerLLGS::StartSTDIOForwarding() { in StartSTDIOForwarding()
1186 void GDBRemoteCommunicationServerLLGS::StopSTDIOForwarding() { in StopSTDIOForwarding()
1190 void GDBRemoteCommunicationServerLLGS::SendProcessOutput() { in SendProcessOutput()
1222 GDBRemoteCommunicationServerLLGS::Handle_jLLDBTraceSupported( in Handle_jLLDBTraceSupported()
1234 GDBRemoteCommunicationServerLLGS::Handle_jLLDBTraceStop( in Handle_jLLDBTraceStop()
1254 GDBRemoteCommunicationServerLLGS::Handle_jLLDBTraceStart( in Handle_jLLDBTraceStart()
1275 GDBRemoteCommunicationServerLLGS::Handle_jLLDBTraceGetState( in Handle_jLLDBTraceGetState()
1293 GDBRemoteCommunicationServerLLGS::Handle_jLLDBTraceGetBinaryData( in Handle_jLLDBTraceGetBinaryData()
1318 GDBRemoteCommunicationServerLLGS::Handle_qProcessInfo( in Handle_qProcessInfo()
1340 GDBRemoteCommunicationServerLLGS::Handle_qC(StringExtractorGDBRemote &packet) { in Handle_qC()
1362 GDBRemoteCommunicationServerLLGS::Handle_k(StringExtractorGDBRemote &packet) { in Handle_k()
1383 GDBRemoteCommunicationServerLLGS::Handle_QSetDisableASLR( in Handle_QSetDisableASLR()
1394 GDBRemoteCommunicationServerLLGS::Handle_QSetWorkingDir( in Handle_QSetWorkingDir()
1404 GDBRemoteCommunicationServerLLGS::Handle_qGetWorkingDir( in Handle_qGetWorkingDir()
1417 GDBRemoteCommunicationServerLLGS::Handle_QThreadSuffixSupported( in Handle_QThreadSuffixSupported()
1424 GDBRemoteCommunicationServerLLGS::Handle_QListThreadsInStopReply( in Handle_QListThreadsInStopReply()
1431 GDBRemoteCommunicationServerLLGS::Handle_C(StringExtractorGDBRemote &packet) { in Handle_C()
1512 GDBRemoteCommunicationServerLLGS::Handle_c(StringExtractorGDBRemote &packet) { in Handle_c()
1552 GDBRemoteCommunicationServerLLGS::Handle_vCont_actions( in Handle_vCont_actions()
1561 GDBRemoteCommunicationServerLLGS::Handle_vCont( in Handle_vCont()
1667 void GDBRemoteCommunicationServerLLGS::SetCurrentThreadID(lldb::tid_t tid) { in SetCurrentThreadID()
1676 void GDBRemoteCommunicationServerLLGS::SetContinueThreadID(lldb::tid_t tid) { in SetContinueThreadID()
1684 GDBRemoteCommunicationServerLLGS::Handle_stop_reason( in Handle_stop_reason()
1696 GDBRemoteCommunicationServerLLGS::SendStopReasonForState( in SendStopReasonForState()
1736 GDBRemoteCommunicationServerLLGS::Handle_qRegisterInfo( in Handle_qRegisterInfo()
1834 GDBRemoteCommunicationServerLLGS::Handle_qfThreadInfo( in Handle_qfThreadInfo()
1869 GDBRemoteCommunicationServerLLGS::Handle_qsThreadInfo( in Handle_qsThreadInfo()
1877 GDBRemoteCommunicationServerLLGS::Handle_g(StringExtractorGDBRemote &packet) { in Handle_g()
1932 GDBRemoteCommunicationServerLLGS::Handle_p(StringExtractorGDBRemote &packet) { in Handle_p()
2008 GDBRemoteCommunicationServerLLGS::Handle_P(StringExtractorGDBRemote &packet) { in Handle_P()
2092 GDBRemoteCommunicationServerLLGS::Handle_H(StringExtractorGDBRemote &packet) { in Handle_H()
2183 GDBRemoteCommunicationServerLLGS::Handle_I(StringExtractorGDBRemote &packet) { in Handle_I()
2218 GDBRemoteCommunicationServerLLGS::Handle_interrupt( in Handle_interrupt()
2244 GDBRemoteCommunicationServerLLGS::Handle_memory_read( in Handle_memory_read()
2325 GDBRemoteCommunicationServerLLGS::Handle__M(StringExtractorGDBRemote &packet) { in Handle__M()
2374 GDBRemoteCommunicationServerLLGS::Handle__m(StringExtractorGDBRemote &packet) { in Handle__m()
2402 GDBRemoteCommunicationServerLLGS::Handle_M(StringExtractorGDBRemote &packet) { in Handle_M()
2481 GDBRemoteCommunicationServerLLGS::Handle_qMemoryRegionInfoSupported( in Handle_qMemoryRegionInfoSupported()
2514 GDBRemoteCommunicationServerLLGS::Handle_qMemoryRegionInfo( in Handle_qMemoryRegionInfo()
2594 GDBRemoteCommunicationServerLLGS::Handle_Z(StringExtractorGDBRemote &packet) { in Handle_Z()
2688 GDBRemoteCommunicationServerLLGS::Handle_z(StringExtractorGDBRemote &packet) { in Handle_z()
2775 GDBRemoteCommunicationServerLLGS::Handle_s(StringExtractorGDBRemote &packet) { in Handle_s()
2826 GDBRemoteCommunicationServerLLGS::BuildTargetXml() { in BuildTargetXml()
2929 GDBRemoteCommunicationServerLLGS::ReadXferObject(llvm::StringRef object, in ReadXferObject()
2971 GDBRemoteCommunicationServerLLGS::Handle_qXfer( in Handle_qXfer()
3044 GDBRemoteCommunicationServerLLGS::Handle_QSaveRegisterState( in Handle_QSaveRegisterState()
3092 GDBRemoteCommunicationServerLLGS::Handle_QRestoreRegisterState( in Handle_QRestoreRegisterState()
3153 GDBRemoteCommunicationServerLLGS::Handle_vAttach( in Handle_vAttach()
3189 GDBRemoteCommunicationServerLLGS::Handle_vAttachWait( in Handle_vAttachWait()
3219 GDBRemoteCommunicationServerLLGS::Handle_qVAttachOrWaitSupported( in Handle_qVAttachOrWaitSupported()
3225 GDBRemoteCommunicationServerLLGS::Handle_vAttachOrWait( in Handle_vAttachOrWait()
3255 GDBRemoteCommunicationServerLLGS::Handle_D(StringExtractorGDBRemote &packet) { in Handle_D()
3302 GDBRemoteCommunicationServerLLGS::Handle_qThreadStopInfo( in Handle_qThreadStopInfo()
3319 GDBRemoteCommunicationServerLLGS::Handle_jThreadsInfo( in Handle_jThreadsInfo()
3347 GDBRemoteCommunicationServerLLGS::Handle_qWatchpointSupportInfo( in Handle_qWatchpointSupportInfo()
3372 GDBRemoteCommunicationServerLLGS::Handle_qFileLoadAddress( in Handle_qFileLoadAddress()
3401 GDBRemoteCommunicationServerLLGS::Handle_QPassSignals( in Handle_QPassSignals()
3435 GDBRemoteCommunicationServerLLGS::Handle_qMemTags( in Handle_qMemTags()
3516 GDBRemoteCommunicationServerLLGS::Handle_QMemTags( in Handle_QMemTags()
3607 void GDBRemoteCommunicationServerLLGS::MaybeCloseInferiorTerminalConnection() { in MaybeCloseInferiorTerminalConnection()
3632 NativeThreadProtocol *GDBRemoteCommunicationServerLLGS::GetThreadFromSuffix( in GetThreadFromSuffix()
3684 lldb::tid_t GDBRemoteCommunicationServerLLGS::GetCurrentThreadID() const { in GetCurrentThreadID()
3697 uint32_t GDBRemoteCommunicationServerLLGS::GetNextSavedRegistersID() { in GetNextSavedRegistersID()
3702 void GDBRemoteCommunicationServerLLGS::ClearProcessSpecificData() { in ClearProcessSpecificData()
3710 GDBRemoteCommunicationServerLLGS::FindModuleFile(const std::string &module_path, in FindModuleFile()
3725 std::string GDBRemoteCommunicationServerLLGS::XMLEncodeAttributeValue( in XMLEncodeAttributeValue()
3750 llvm::Expected<lldb::tid_t> GDBRemoteCommunicationServerLLGS::ReadTid( in ReadTid()
3782 std::vector<std::string> GDBRemoteCommunicationServerLLGS::HandleFeatures( in HandleFeatures()
3833 void GDBRemoteCommunicationServerLLGS::SetEnabledExtensions( in SetEnabledExtensions()