aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Python/modify-python-lldb.py
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-05-24 21:05:16 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-05-24 21:05:16 +0000
commit685b2b080fdd1c32bb4325d7f0f727d52cb3e095 (patch)
tree7f9dbd03414aa4f662cb81417c3657d2d154d48f /lldb/scripts/Python/modify-python-lldb.py
parent3a601140852338af4398315419f7d060025dfb2c (diff)
downloadllvm-685b2b080fdd1c32bb4325d7f0f727d52cb3e095.zip
llvm-685b2b080fdd1c32bb4325d7f0f727d52cb3e095.tar.gz
llvm-685b2b080fdd1c32bb4325d7f0f727d52cb3e095.tar.bz2
Update comment.
llvm-svn: 132002
Diffstat (limited to 'lldb/scripts/Python/modify-python-lldb.py')
-rw-r--r--lldb/scripts/Python/modify-python-lldb.py3
1 files changed, 2 insertions, 1 deletions
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.