Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h560 LazyBool m_supports_error_string_reply = eLazyBoolCalculate; variable
H A DGDBRemoteCommunicationClient.cpp575 if (m_supports_error_string_reply == eLazyBoolCalculate) { in EnableErrorStringInPacket()
579 m_supports_error_string_reply = eLazyBoolNo; in EnableErrorStringInPacket()
583 m_supports_error_string_reply = eLazyBoolYes; in EnableErrorStringInPacket()