[Lldb-commits] [lldb] r129786 - /lldb/trunk/test/lldbtest.py
Johnny Chen
johnny.chen at apple.com
Tue Apr 19 12:12:24 PDT 2011
Author: johnny
Date: Tue Apr 19 14:12:24 2011
New Revision: 129786
URL: http://llvm.org/viewvc/llvm-project?rev=129786&view=rev
Log:
Modify docstring.
Modified:
lldb/trunk/test/lldbtest.py
Modified: lldb/trunk/test/lldbtest.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lldbtest.py?rev=129786&r1=129785&r2=129786&view=diff
==============================================================================
--- lldb/trunk/test/lldbtest.py (original)
+++ lldb/trunk/test/lldbtest.py Tue Apr 19 14:12:24 2011
@@ -953,5 +953,5 @@
print child
def TraceOn(self):
- """Returns True if we are in trace mode (i.e., verbose output)."""
+ """Returns True if we are in trace mode (i.e., tracing lldb command execution)."""
return traceAlways
More information about the lldb-commits
mailing list