[Lldb-commits] [lldb] r131319 - /lldb/trunk/test/lldbutil.py

Johnny Chen johnny.chen at apple.com
Fri May 13 14:55:30 PDT 2011


Author: johnny
Date: Fri May 13 16:55:30 2011
New Revision: 131319

URL: http://llvm.org/viewvc/llvm-project?rev=131319&view=rev
Log:
Test commit from a git-svn-cloned lldb/trunk repository.

Modified:
    lldb/trunk/test/lldbutil.py

Modified: lldb/trunk/test/lldbutil.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lldbutil.py?rev=131319&r1=131318&r2=131319&view=diff
==============================================================================
--- lldb/trunk/test/lldbutil.py (original)
+++ lldb/trunk/test/lldbutil.py Fri May 13 16:55:30 2011
@@ -1,5 +1,7 @@
 """
 This LLDB module contains miscellaneous utilities.
+Some of the test suite takes advantage of the utility functions defined here.
+They can also be useful for general purpose lldb scripting.
 """
 
 import lldb





More information about the lldb-commits mailing list