Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationClient.h559 LazyBool m_supports_error_string_reply = eLazyBoolCalculate; variable
HDGDBRemoteCommunicationClient.cpp589 if (m_supports_error_string_reply == eLazyBoolCalculate) { in EnableErrorStringInPacket()
593 m_supports_error_string_reply = eLazyBoolNo; in EnableErrorStringInPacket()
597 m_supports_error_string_reply = eLazyBoolYes; in EnableErrorStringInPacket()