Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp214 if (response.IsOKResponse()) { in QueryNoAckModeSupported()
231 if (response.IsOKResponse()) in GetListThreadsInStopReplySupported()
244 if (response.IsOKResponse()) in GetVAttachOrWaitSupported()
258 if (response.IsOKResponse()) in GetSyncThreadStateSupported()
439 if (response.IsOKResponse()) in GetThreadSuffixSupported()
580 if (response.IsOKResponse()) { in GetThreadExtendedInfoSupported()
596 if (response.IsOKResponse()) { in EnableErrorStringInPacket()
609 if (response.IsOKResponse()) { in GetLoadedDynamicLibrariesInfosSupported()
623 if (response.IsOKResponse()) { in GetSharedCacheInfoSupported()
707 !response.IsOKResponse()) { in WriteMemoryTags()
[all …]
H A DProcessGDBRemote.cpp2746 if (response.IsOKResponse()) { in FlashErase()
2776 if (response.IsOKResponse()) { in FlashDone()
2837 if (response.IsOKResponse()) { in DoWriteMemory()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringExtractorGDBRemote.h192 bool IsOKResponse() const;
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStringExtractorGDBRemote.cpp473 bool StringExtractorGDBRemote::IsOKResponse() const { in IsOKResponse() function in StringExtractorGDBRemote