Home
last modified time | relevance | path

Searched refs:m_supports_error_string_reply (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h562 LazyBool m_supports_error_string_reply = eLazyBoolCalculate; variable
H A DGDBRemoteCommunicationClient.cpp568 if (m_supports_error_string_reply == eLazyBoolCalculate) { in EnableErrorStringInPacket()
572 m_supports_error_string_reply = eLazyBoolNo; in EnableErrorStringInPacket()
576 m_supports_error_string_reply = eLazyBoolYes; in EnableErrorStringInPacket()