Add comment markers for in_range(symbol, section).
git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@141033 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/scripts/Python/modify-python-lldb.py b/scripts/Python/modify-python-lldb.py
index c5cbab0..645d7de 100644
--- a/scripts/Python/modify-python-lldb.py
+++ b/scripts/Python/modify-python-lldb.py
@@ -62,6 +62,9 @@
# lldb_helpers and lldb_iter() should appear before our first SB* class definition.
#
lldb_helpers = '''
+# ==================================
+# Helper function for SBModule class
+# ==================================
def in_range(symbol, section):
"""Test whether a symbol is within the range of a section."""
symSA = symbol.GetStartAddress().GetFileAddress()