[Lldb-commits] [lldb] r136028 - /lldb/trunk/examples/summaries/lldb

Johnny Chen johnny.chen at apple.com
Mon Jul 25 17:24:30 PDT 2011


Author: johnny
Date: Mon Jul 25 19:24:30 2011
New Revision: 136028

URL: http://llvm.org/viewvc/llvm-project?rev=136028&view=rev
Log:
Add newline at end of file.

Modified:
    lldb/trunk/examples/summaries/lldb

Modified: lldb/trunk/examples/summaries/lldb
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/examples/summaries/lldb?rev=136028&r1=136027&r2=136028&view=diff
==============================================================================
--- lldb/trunk/examples/summaries/lldb (original)
+++ lldb/trunk/examples/summaries/lldb Mon Jul 25 19:24:30 2011
@@ -12,4 +12,4 @@
 type summary add -w lldb lldb_private::StopInfo            -f "ID: ${var.m_stop_id}, ${var.m_description}"
 type summary add -w lldb lldb_private::FileSpec            -f "file: ${var.m_filename} dir: ${var.m_directory}"
 type summary add -w lldb -v lldb::ConnectionStatus         -f "[enum=${var%E} val=${var%i}]"
-# Where '-v' tells type summary not to show the value itself, but just use the summary format.
\ No newline at end of file
+# Where '-v' tells type summary not to show the value itself, but just use the summary format.





More information about the lldb-commits mailing list