Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationClient.cpp269 if (response.IsOKResponse()) in QueryNoAckModeSupported()
290 if (response.IsOKResponse()) in GetListThreadsInStopReplySupported()
306 if (response.IsOKResponse()) in GetVAttachOrWaitSupported()
326 if (response.IsOKResponse()) in GetSyncThreadStateSupported()
522 if (response.IsOKResponse()) in GetThreadSuffixSupported()
648 if (response.IsOKResponse()) in GetThreadExtendedInfoSupported()
666 if (response.IsOKResponse()) in GetLoadedDynamicLibrariesInfosSupported()
686 if (response.IsOKResponse()) in GetxPacketSupported()
1029 if (response.IsOKResponse()) in SendvContPacket()
1489 if (response.IsOKResponse()) in GetLaunchSuccess()
[all …]
HDGDBRemoteRegisterContext.cpp291 if (response.IsOKResponse()) in SetPrimordialRegister()
314 if (response.IsOKResponse()) in SyncThreadState()
390 if (response.IsOKResponse()) in WriteRegisterBytes()
665 if (response.IsOKResponse()) in WriteAllRegisterValues()
810 if (response.IsOKResponse()) in WriteAllRegisterValues()
864 if (response.IsOKResponse()) in WriteAllRegisterValues()
HDProcessGDBRemote.cpp1680 if (response.IsOKResponse()) in HandleStopReplySequence()
2948 if (response.IsOKResponse()) in DoWriteMemory()
/NextBSD/contrib/llvm/tools/lldb/source/Utility/
HDStringExtractorGDBRemote.h172 IsOKResponse() const;
HDStringExtractorGDBRemote.cpp328 StringExtractorGDBRemote::IsOKResponse() const in IsOKResponse() function in StringExtractorGDBRemote