[Lldb-commits] [lldb] r133541 - /lldb/trunk/source/Core/Baton.cpp

Greg Clayton gclayton at apple.com
Tue Jun 21 13:47:20 PDT 2011


Author: gclayton
Date: Tue Jun 21 15:47:20 2011
New Revision: 133541

URL: http://llvm.org/viewvc/llvm-project?rev=133541&view=rev
Log:
Don't print out the baton pointer value for simple Baton classes.


Modified:
    lldb/trunk/source/Core/Baton.cpp

Modified: lldb/trunk/source/Core/Baton.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Core/Baton.cpp?rev=133541&r1=133540&r2=133541&view=diff
==============================================================================
--- lldb/trunk/source/Core/Baton.cpp (original)
+++ lldb/trunk/source/Core/Baton.cpp Tue Jun 21 15:47:20 2011
@@ -21,5 +21,4 @@
 void
 Baton::GetDescription (Stream *s, lldb::DescriptionLevel level) const
 {
-    s->Printf("baton: %p", m_data);
 }





More information about the lldb-commits mailing list