Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServer.cpp105 if (m_send_error_strings) { in SendErrorResponse()
132 m_send_error_strings = true; in Handle_QErrorStringEnable()
DGDBRemoteCommunicationServer.h57 bool m_send_error_strings = false; // If the client enables this then variable
/external/llvm-project/lldb/unittests/Process/gdb-remote/
DGDBRemoteTestUtils.h59 m_send_error_strings = true; in MockServer()