diff options
-rw-r--r-- | lldb/test/lldbutil.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/lldbutil.py b/lldb/test/lldbutil.py index be026ef29b0..e37d4ac2597 100644 --- a/lldb/test/lldbutil.py +++ b/lldb/test/lldbutil.py @@ -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 |