commit | 52f8f34377452f8f2bce38b5add360f9dd84c95d | [log] [tgz] |
---|---|---|
author | Zachary Turner <zturner@google.com> | Tue Jan 29 22:55:21 2019 +0000 |
committer | Zachary Turner <zturner@google.com> | Tue Jan 29 22:55:21 2019 +0000 |
tree | dd88eb6f9f401c21f26cc9415aa926b29e68a6dd | |
parent | 7d2192ca7b9957cbc8968b792a7cfa49acefeaba [diff] [blame] |
Fix some warnings in building LLDB. Differential Revision: https://reviews.llvm.org/D57413 llvm-svn: 352557
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp index 8133ee5..c4a379d 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
@@ -1263,7 +1263,7 @@ void GDBRemoteCommunication::SetHistoryStream(llvm::raw_ostream *strm) { m_history.SetStream(strm); -}; +} llvm::Error GDBRemoteCommunication::ConnectLocally(GDBRemoteCommunication &client,