[Lldb-commits] [lldb] r201873 - Remove the packet speed lines that were "#if 0"'ed out.
Greg Clayton
gclayton at apple.com
Fri Feb 21 11:07:27 PST 2014
Author: gclayton
Date: Fri Feb 21 13:07:27 2014
New Revision: 201873
URL: http://llvm.org/viewvc/llvm-project?rev=201873&view=rev
Log:
Remove the packet speed lines that were "#if 0"'ed out.
Modified:
lldb/trunk/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
Modified: lldb/trunk/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp?rev=201873&r1=201872&r2=201873&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp (original)
+++ lldb/trunk/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp Fri Feb 21 13:07:27 2014
@@ -265,9 +265,6 @@ PlatformRemoteGDBServer::ConnectRemote (
// If a working directory was set prior to connecting, send it down now
if (m_working_dir)
m_gdb_client.SetWorkingDir(m_working_dir.GetCString());
-#if 0
- m_gdb_client.TestPacketSpeed(10000);
-#endif
}
else
{
More information about the lldb-commits
mailing list