Searched refs:StringExtractorGDBRemote (Results 1 – 15 of 15) sorted by relevance
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationServer.h | 22 class StringExtractorGDBRemote; variable 87 Handle_A (StringExtractorGDBRemote &packet); 90 Handle_qLaunchSuccess (StringExtractorGDBRemote &packet); 93 Handle_qHostInfo (StringExtractorGDBRemote &packet); 96 Handle_qLaunchGDBServer (StringExtractorGDBRemote &packet); 99 Handle_qProcessInfoPID (StringExtractorGDBRemote &packet); 102 Handle_qfProcessInfo (StringExtractorGDBRemote &packet); 105 Handle_qsProcessInfo (StringExtractorGDBRemote &packet); 108 Handle_qC (StringExtractorGDBRemote &packet); 111 Handle_qUserName (StringExtractorGDBRemote &packet); [all …]
|
D | GDBRemoteCommunicationServer.cpp | 87 StringExtractorGDBRemote packet; in GetPacketAndSendResponse() 90 … const StringExtractorGDBRemote::ServerPacketType packet_type = packet.GetServerPacketType (); in GetPacketAndSendResponse() 93 case StringExtractorGDBRemote::eServerPacketType_nack: in GetPacketAndSendResponse() 94 case StringExtractorGDBRemote::eServerPacketType_ack: in GetPacketAndSendResponse() 97 case StringExtractorGDBRemote::eServerPacketType_invalid: in GetPacketAndSendResponse() 102 case StringExtractorGDBRemote::eServerPacketType_interrupt: in GetPacketAndSendResponse() 107 case StringExtractorGDBRemote::eServerPacketType_unimplemented: in GetPacketAndSendResponse() 110 case StringExtractorGDBRemote::eServerPacketType_A: in GetPacketAndSendResponse() 113 case StringExtractorGDBRemote::eServerPacketType_qfProcessInfo: in GetPacketAndSendResponse() 116 case StringExtractorGDBRemote::eServerPacketType_qsProcessInfo: in GetPacketAndSendResponse() [all …]
|
D | GDBRemoteCommunicationClient.h | 53 StringExtractorGDBRemote &response, 59 StringExtractorGDBRemote &response, 66 StringExtractorGDBRemote &response); 150 StringExtractorGDBRemote& response); 289 GetStopReply (StringExtractorGDBRemote &response); 293 StringExtractorGDBRemote &response); 352 StringExtractorGDBRemote &inputStringExtractor); 405 StringExtractorGDBRemote m_async_response; 421 DecodeProcessInfoResponse (StringExtractorGDBRemote &response,
|
D | GDBRemoteCommunicationClient.cpp | 116 StringExtractorGDBRemote response; in QueryNoAckModeSupported() 135 StringExtractorGDBRemote response; in GetListThreadsInStopReplySupported() 151 StringExtractorGDBRemote response; in GetVAttachOrWaitSupported() 171 StringExtractorGDBRemote response; in GetSyncThreadStateSupported() 222 StringExtractorGDBRemote response; in GetThreadSuffixSupported() 237 StringExtractorGDBRemote response; in GetVContSupported() 295 StringExtractorGDBRemote &response, in SendPacketAndWaitForResponse() 310 StringExtractorGDBRemote &response, in SendPacketAndWaitForResponse() 434 StringExtractorGDBRemote& profileDataExtractor in HarmonizeThreadIdsForProfileData() 527 StringExtractorGDBRemote &response in SendContinuePacketAndWaitForResponse() [all …]
|
D | GDBRemoteCommunication.h | 67 StringExtractorGDBRemote &packet); 235 WaitForPacketWithTimeoutMicroSecondsNoLock (StringExtractorGDBRemote &response,
|
D | GDBRemoteRegisterContext.cpp | 154 StringExtractorGDBRemote response; in GetPrimordialRegister() 193 StringExtractorGDBRemote response; in ReadRegisterBytes() 308 StringExtractorGDBRemote response; in SetPrimordialRegister() 342 StringExtractorGDBRemote response; in SyncThreadState() 392 StringExtractorGDBRemote response; in WriteRegisterBytes() 501 StringExtractorGDBRemote response; in ReadAllRegisterValues() 576 StringExtractorGDBRemote response; in WriteAllRegisterValues()
|
D | GDBRemoteCommunication.cpp | 259 StringExtractorGDBRemote packet; in GetAck() 283 GDBRemoteCommunication::WaitForPacketWithTimeoutMicroSecondsNoLock (StringExtractorGDBRemote &packe… in WaitForPacketWithTimeoutMicroSecondsNoLock() 338 …ommunication::CheckForPacket (const uint8_t *src, size_t src_len, StringExtractorGDBRemote &packet) in CheckForPacket()
|
D | ProcessGDBRemote.cpp | 318 for (StringExtractorGDBRemote::ResponseType response_type = StringExtractorGDBRemote::eResponse; in BuildDynamicRegisterInfo() 319 response_type == StringExtractorGDBRemote::eResponse; in BuildDynamicRegisterInfo() 324 StringExtractorGDBRemote response; in BuildDynamicRegisterInfo() 328 if (response_type == StringExtractorGDBRemote::eResponse) in BuildDynamicRegisterInfo() 852 StringExtractorGDBRemote response; in ConnectToDebugserver() 1925 StringExtractorGDBRemote response; in DoDestroy() 1978 ProcessGDBRemote::SetLastStopPacket (const StringExtractorGDBRemote &response) in SetLastStopPacket() 2030 StringExtractorGDBRemote response; in DoReadMemory() 2066 StringExtractorGDBRemote response; in DoWriteMemory() 2843 StringExtractorGDBRemote response; in AsyncThread() [all …]
|
D | ProcessGDBRemote.h | 292 SetLastStopPacket (const StringExtractorGDBRemote &response); 314 StringExtractorGDBRemote m_last_stop_packet;
|
D | ThreadGDBRemote.cpp | 206 StringExtractorGDBRemote stop_packet; in CalculateStopInfo()
|
/external/lldb/source/Utility/ |
D | StringExtractorGDBRemote.cpp | 20 StringExtractorGDBRemote::ResponseType 21 StringExtractorGDBRemote::GetResponseType () const in GetResponseType() 53 StringExtractorGDBRemote::ServerPacketType 54 StringExtractorGDBRemote::GetServerPacketType () const in GetServerPacketType() 146 StringExtractorGDBRemote::IsOKResponse() const in IsOKResponse() 153 StringExtractorGDBRemote::IsUnsupportedResponse() const in IsUnsupportedResponse() 159 StringExtractorGDBRemote::IsNormalResponse() const in IsNormalResponse() 165 StringExtractorGDBRemote::IsErrorResponse() const in IsErrorResponse() 174 StringExtractorGDBRemote::GetError () in GetError()
|
D | StringExtractorGDBRemote.h | 20 class StringExtractorGDBRemote : public StringExtractor 24 StringExtractorGDBRemote() : in StringExtractorGDBRemote() function 29 StringExtractorGDBRemote(const char *cstr) : in StringExtractorGDBRemote() function 33 StringExtractorGDBRemote(const StringExtractorGDBRemote& rhs) : in StringExtractorGDBRemote() function 38 virtual ~StringExtractorGDBRemote() in ~StringExtractorGDBRemote()
|
D | CMakeLists.txt | 11 StringExtractorGDBRemote.cpp
|
D | Android.mk | 13 StringExtractorGDBRemote.cpp \
|
/external/lldb/lldb.xcodeproj/ |
D | project.pbxproj | 393 …00698AC0 /* StringExtractorGDBRemote.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2676A09311… 999 …StringExtractorGDBRemote.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = s… 1000 …StringExtractorGDBRemote.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sou… 2410 2676A094119C93C8008A98EF /* StringExtractorGDBRemote.h */, 2411 2676A093119C93C8008A98EF /* StringExtractorGDBRemote.cpp */, 4179 2689011213353E8200698AC0 /* StringExtractorGDBRemote.cpp in Sources */,
|