summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2012-11-09 22:24:38 +0000
committerGreg Clayton <gclayton@apple.com>2012-11-09 22:24:38 +0000
commit644c62f28f2fe58bc435e8a731cc46fabfb1703a (patch)
treed5c5ae8f42f0e066458dbaa37239c45a663f6bcb /lldb/source/Plugins
parenta4342a2bd711ac3de6608938f7baec5c3425b48e (diff)
downloadbcm5719-llvm-644c62f28f2fe58bc435e8a731cc46fabfb1703a.tar.gz
bcm5719-llvm-644c62f28f2fe58bc435e8a731cc46fabfb1703a.zip
Remove a debugging printf that was left in the code.
llvm-svn: 167637
Diffstat (limited to 'lldb/source/Plugins')
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
index 2cd468874ea..3bae50f6081 100644
--- a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
+++ b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
@@ -845,7 +845,6 @@ ProcessGDBRemote::ConnectToDebugserver (const char *connect_url)
for (size_t idx = 0; idx < num_cmds; idx++)
{
StringExtractorGDBRemote response;
- printf ("Sending command: %s.\n", GetExtraStartupCommands().GetArgumentAtIndex(idx));
m_gdb_comm.SendPacketAndWaitForResponse (GetExtraStartupCommands().GetArgumentAtIndex(idx), response, false);
}
return error;
OpenPOWER on IntegriCloud