From fdce6dc19d027554bac1053543ff8293243630ad Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Mon, 3 Oct 2011 21:48:40 +0000 Subject: Add comment markers for in_range(symbol, section). llvm-svn: 141033 --- lldb/scripts/Python/modify-python-lldb.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lldb/scripts/Python') diff --git a/lldb/scripts/Python/modify-python-lldb.py b/lldb/scripts/Python/modify-python-lldb.py index c5cbab05de1..645d7de0d6b 100644 --- a/lldb/scripts/Python/modify-python-lldb.py +++ b/lldb/scripts/Python/modify-python-lldb.py @@ -62,6 +62,9 @@ one_liner_docstring_pattern = re.compile('^(%s|%s)""".*"""$' % (TWO_SPACES, EIGH # 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() -- cgit v1.2.3