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.cpp228 if (response.IsOKResponse()) { in QueryNoAckModeSupported()
245 if (response.IsOKResponse()) in GetListThreadsInStopReplySupported()
258 if (response.IsOKResponse()) in GetVAttachOrWaitSupported()
272 if (response.IsOKResponse()) in GetSyncThreadStateSupported()
467 if (response.IsOKResponse()) in GetThreadSuffixSupported()
608 if (response.IsOKResponse()) { in GetThreadExtendedInfoSupported()
624 if (response.IsOKResponse()) { in EnableErrorStringInPacket()
637 if (response.IsOKResponse()) { in GetLoadedDynamicLibrariesInfosSupported()
651 if (response.IsOKResponse()) { in GetSharedCacheInfoSupported()
735 !response.IsOKResponse()) { in WriteMemoryTags()
[all …]
H A DProcessGDBRemote.cpp2857 if (response.IsOKResponse()) { in FlashErase()
2888 if (response.IsOKResponse()) { in FlashDone()
2951 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