Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h553 LazyBool m_supports_error_string_reply; variable
H A DGDBRemoteCommunicationClient.cpp88 m_supports_error_string_reply(eLazyBoolCalculate), in GDBRemoteCommunicationClient()
601 if (m_supports_error_string_reply == eLazyBoolCalculate) { in EnableErrorStringInPacket()
605 m_supports_error_string_reply = eLazyBoolNo; in EnableErrorStringInPacket()
609 m_supports_error_string_reply = eLazyBoolYes; in EnableErrorStringInPacket()