Home
last modified time | relevance | path

Searched refs:IsOKResponse (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp223 if (response.IsOKResponse()) { in QueryNoAckModeSupported()
240 if (response.IsOKResponse()) in GetListThreadsInStopReplySupported()
253 if (response.IsOKResponse()) in GetVAttachOrWaitSupported()
267 if (response.IsOKResponse()) in GetSyncThreadStateSupported()
458 if (response.IsOKResponse()) in GetThreadSuffixSupported()
597 if (response.IsOKResponse()) { in GetThreadExtendedInfoSupported()
613 if (response.IsOKResponse()) { in EnableErrorStringInPacket()
627 if (response.IsOKResponse()) { in GetLoadedDynamicLibrariesInfosSupported()
641 if (response.IsOKResponse()) { in GetSharedCacheInfoSupported()
657 if (response.IsOKResponse()) in GetxPacketSupported()
[all …]
DGDBRemoteClientBase.cpp244 if (response.IsOKResponse()) in SendvContPacket()
DProcessGDBRemote.cpp1477 if (response.IsOKResponse()) in HandleStopReplySequence()
2839 if (response.IsOKResponse()) { in FlashErase()
2868 if (response.IsOKResponse()) { in FlashDone()
2929 if (response.IsOKResponse()) { in DoWriteMemory()
/external/llvm-project/lldb/include/lldb/Utility/
DStringExtractorGDBRemote.h180 bool IsOKResponse() const;
/external/llvm-project/lldb/source/Utility/
DStringExtractorGDBRemote.cpp442 bool StringExtractorGDBRemote::IsOKResponse() const { in IsOKResponse() function in StringExtractorGDBRemote