Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp890 if (response.IsUnsupportedResponse()) in SendEnvironmentPacket()
910 if (response.IsUnsupportedResponse()) in SendEnvironmentPacket()
1926 if (response.IsUnsupportedResponse()) in GetWorkingDir()
3508 if (response.IsUnsupportedResponse()) in SaveRegisterState()
3537 if (response.IsUnsupportedResponse()) in RestoreRegisterState()
3567 if (response.IsUnsupportedResponse()) in SendTraceSupported()
3600 if (response.IsUnsupportedResponse()) in SendTraceStop()
3635 if (response.IsUnsupportedResponse()) in SendTraceStart()
3670 if (response.IsUnsupportedResponse()) in SendTraceGetState()
3780 if (response.IsUnsupportedResponse()) { in GetModuleInfo()
[all …]
H A DProcessGDBRemote.cpp2567 else if (response.IsUnsupportedResponse()) in DoReadMemory()
2709 else if (response.IsUnsupportedResponse()) in FlashErase()
2738 else if (response.IsUnsupportedResponse()) in FlashDone()
2800 else if (response.IsUnsupportedResponse()) in DoWriteMemory()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DStringExtractorGDBRemote.h193 bool IsUnsupportedResponse() const;
/llvm-project-15.0.7/lldb/source/Utility/
H A DStringExtractorGDBRemote.cpp476 bool StringExtractorGDBRemote::IsUnsupportedResponse() const { in IsUnsupportedResponse() function in StringExtractorGDBRemote