Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp230 if (response.IsOKResponse()) in GetListThreadsInStopReplySupported()
243 if (response.IsOKResponse()) in GetVAttachOrWaitSupported()
257 if (response.IsOKResponse()) in GetSyncThreadStateSupported()
426 if (response.IsOKResponse()) in GetThreadSuffixSupported()
694 !response.IsOKResponse()) { in WriteMemoryTags()
811 if (!response.IsOKResponse()) in LaunchProcess()
819 if (response.IsOKResponse()) in LaunchProcess()
1952 if (response.IsOKResponse()) in SetDisableASLR()
1969 if (response.IsOKResponse()) in SetDetachOnError()
2682 if (response.IsOKResponse()) in KillSpawnedProcess()
[all …]
H A DProcessGDBRemote.cpp2725 if (response.IsOKResponse()) { in FlashErase()
2755 if (response.IsOKResponse()) { in FlashDone()
2816 if (response.IsOKResponse()) { in DoWriteMemory()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringExtractorGDBRemote.h192 bool IsOKResponse() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DStringExtractorGDBRemote.cpp473 bool StringExtractorGDBRemote::IsOKResponse() const { in IsOKResponse() function in StringExtractorGDBRemote