Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp222 if (response.IsOKResponse()) in GetListThreadsInStopReplySupported()
235 if (response.IsOKResponse()) in GetVAttachOrWaitSupported()
249 if (response.IsOKResponse()) in GetSyncThreadStateSupported()
417 if (response.IsOKResponse()) in GetThreadSuffixSupported()
673 !response.IsOKResponse()) { in WriteMemoryTags()
748 if (response.IsOKResponse()) in GetLaunchSuccess()
1966 if (response.IsOKResponse()) in SetDisableASLR()
1983 if (response.IsOKResponse()) in SetDetachOnError()
2677 if (response.IsOKResponse()) in KillSpawnedProcess()
2702 if (response.IsOKResponse()) in SendSetCurrentThreadPacket()
[all …]
H A DProcessGDBRemote.cpp2703 if (response.IsOKResponse()) { in FlashErase()
2733 if (response.IsOKResponse()) { in FlashDone()
2794 if (response.IsOKResponse()) { in DoWriteMemory()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DStringExtractorGDBRemote.h191 bool IsOKResponse() const;
/llvm-project-15.0.7/lldb/source/Utility/
H A DStringExtractorGDBRemote.cpp472 bool StringExtractorGDBRemote::IsOKResponse() const { in IsOKResponse() function in StringExtractorGDBRemote