[Lldb-commits] [lldb] r196403 - Remove log line that was left in accidentally.
Greg Clayton
gclayton at apple.com
Wed Dec 4 11:37:53 PST 2013
Author: gclayton
Date: Wed Dec 4 13:37:53 2013
New Revision: 196403
URL: http://llvm.org/viewvc/llvm-project?rev=196403&view=rev
Log:
Remove log line that was left in accidentally.
Modified:
lldb/trunk/tools/debugserver/source/MacOSX/MachProcess.cpp
Modified: lldb/trunk/tools/debugserver/source/MacOSX/MachProcess.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/debugserver/source/MacOSX/MachProcess.cpp?rev=196403&r1=196402&r2=196403&view=diff
==============================================================================
--- lldb/trunk/tools/debugserver/source/MacOSX/MachProcess.cpp (original)
+++ lldb/trunk/tools/debugserver/source/MacOSX/MachProcess.cpp Wed Dec 4 13:37:53 2013
@@ -1121,7 +1121,6 @@ MachProcess::ExceptionMessageBundleCompl
uint32_t info_array_count = 0;
if (m_task.ReadMemory(info_array_count_addr, 4, &info_array_count) == 4)
{
- DNBLog ("info_array_count is 0x%x", info_array_count);
if (info_array_count == 0)
m_did_exec = true;
}
More information about the lldb-commits
mailing list