Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp212 if (response.IsOKResponse()) { in QueryNoAckModeSupported()
229 if (response.IsOKResponse()) in GetListThreadsInStopReplySupported()
242 if (response.IsOKResponse()) in GetVAttachOrWaitSupported()
256 if (response.IsOKResponse()) in GetSyncThreadStateSupported()
424 if (response.IsOKResponse()) in GetThreadSuffixSupported()
566 if (response.IsOKResponse()) { in GetThreadExtendedInfoSupported()
582 if (response.IsOKResponse()) { in EnableErrorStringInPacket()
595 if (response.IsOKResponse()) { in GetLoadedDynamicLibrariesInfosSupported()
609 if (response.IsOKResponse()) { in GetSharedCacheInfoSupported()
693 !response.IsOKResponse()) { in WriteMemoryTags()
[all …]
H A DProcessGDBRemote.cpp2658 if (response.IsOKResponse()) { in FlashErase()
2688 if (response.IsOKResponse()) { in FlashDone()
2749 if (response.IsOKResponse()) { in DoWriteMemory()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DStringExtractorGDBRemote.h192 bool IsOKResponse() const;
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DStringExtractorGDBRemote.cpp473 bool StringExtractorGDBRemote::IsOKResponse() const { in IsOKResponse() function in StringExtractorGDBRemote