Add comment markers for in_range(symbol, section).

llvm-svn: 141033
This commit is contained in:
Johnny Chen 2011-10-03 21:48:40 +00:00
parent f66daac2f5
commit fdce6dc19d
1 changed files with 3 additions and 0 deletions

View File

@ -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()