From 685b2b080fdd1c32bb4325d7f0f727d52cb3e095 Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Tue, 24 May 2011 21:05:16 +0000 Subject: Update comment. llvm-svn: 132002 --- lldb/scripts/Python/modify-python-lldb.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lldb/scripts/Python/modify-python-lldb.py') diff --git a/lldb/scripts/Python/modify-python-lldb.py b/lldb/scripts/Python/modify-python-lldb.py index 5b757892..426a31a 100644 --- a/lldb/scripts/Python/modify-python-lldb.py +++ b/lldb/scripts/Python/modify-python-lldb.py @@ -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. -- cgit v1.1