commit | 70a5ef15bdf637e90f0585104eb6abbe3abcb036 | [log] [tgz] |
---|---|---|
author | Zachary Turner <zturner@google.com> | Sat Aug 27 16:38:11 2016 +0000 |
committer | Zachary Turner <zturner@google.com> | Sat Aug 27 16:38:11 2016 +0000 |
tree | dc16b5836d0171c9df09f2f6d3d0917fa969de94 | |
parent | 05c4ceba3df607436d3952c2aa3a25be8f0064d8 [diff] [blame] |
Fix some build bot breakages. There was some code that was ifdef'ed out that I didn't catch in my earlier patch. llvm-svn: 279920
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp index b56d771..4f11a03 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
@@ -217,7 +217,7 @@ response.PutChar(';'); } - PacketResult packet_result = SendPacketNoLock(response.GetData(), response.GetSize()); + PacketResult packet_result = SendPacketNoLock(response.GetString()); if (packet_result != PacketResult::Success) { if (debugserver_pid != LLDB_INVALID_PROCESS_ID)