[Lldb-commits] [lldb] r132002 - /lldb/trunk/scripts/Python/modify-python-lldb.py
Johnny Chen
johnny.chen at apple.com
Tue May 24 14:05:16 PDT 2011
Author: johnny
Date: Tue May 24 16:05:16 2011
New Revision: 132002
URL: http://llvm.org/viewvc/llvm-project?rev=132002&view=rev
Log:
Update comment.
Modified:
lldb/trunk/scripts/Python/modify-python-lldb.py
Modified: lldb/trunk/scripts/Python/modify-python-lldb.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/scripts/Python/modify-python-lldb.py?rev=132002&r1=132001&r2=132002&view=diff
==============================================================================
--- lldb/trunk/scripts/Python/modify-python-lldb.py (original)
+++ lldb/trunk/scripts/Python/modify-python-lldb.py Tue May 24 16:05:16 2011
@@ -3,7 +3,8 @@
#
# This script modifies the lldb module (which was automatically generated via
# running swig) to support iteration and/or equality operations for certain lldb
-# objects, adds a global variable 'debugger_unique_id' and initializes it to 0.
+# objects, implements truth value testing for certain lldb objects, and adds a
+# global variable 'debugger_unique_id' which is initialized to 0.
#
# It also calls SBDebugger.Initialize() to initialize the lldb debugger
# subsystem.
More information about the lldb-commits
mailing list