diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2018-07-31 17:51:25 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2018-07-31 17:51:25 +0000 | 
| commit | 6492be7d57b91310e3f3b6fddb0dd747c4311b44 (patch) | |
| tree | 4466b107e3de777c9d922ec5dd2c20ed0346d70d /contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h | |
| parent | c85947bf324728dd1b26c2a7454535ba2134185c (diff) | |
| parent | f73363f1dd94996356cefbf24388f561891acf0b (diff) | |
Notes
Diffstat (limited to 'contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h')
| -rw-r--r-- | contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h b/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h index a35352480040..880caacd6414 100644 --- a/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h +++ b/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h @@ -57,8 +57,8 @@ protected:    bool m_exit_now; // use in asynchronous handling to indicate process should                     // exit. -  bool m_send_error_strings; // If the client enables this then -                             // we will send error strings as well. +  bool m_send_error_strings = false; // If the client enables this then +                                     // we will send error strings as well.    PacketResult Handle_QErrorStringEnable(StringExtractorGDBRemote &packet); | 
