Home
last modified time | relevance | path

Searched refs:m_send_error_strings (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.cpp107 if (m_send_error_strings) { in SendErrorResponse()
134 m_send_error_strings = true; in Handle_QErrorStringEnable()
H A DGDBRemoteCommunicationServer.h53 bool m_send_error_strings = false; // If the client enables this then variable
/llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteTestUtils.h59 m_send_error_strings = true; in MockServer()