Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h560 LazyBool m_supports_error_string_reply; variable
DGDBRemoteCommunicationClient.cpp91 m_supports_error_string_reply(eLazyBoolCalculate), in GDBRemoteCommunicationClient()
606 if (m_supports_error_string_reply == eLazyBoolCalculate) { in EnableErrorStringInPacket()
610 m_supports_error_string_reply = eLazyBoolNo; in EnableErrorStringInPacket()
614 m_supports_error_string_reply = eLazyBoolYes; in EnableErrorStringInPacket()