예제 #1
0
 def __init__(self, dwarf):
     SectionCache.__init__(self, dwarf, '.debug_abbrev', abbrev_dict)
예제 #2
0
 def __init__(self, dwarf):
     SectionCache.__init__(self, dwarf, '.debug_abbrev', abbrev_dict)
예제 #3
0
 def __init__(self, dwarf):
     SectionCache.__init__(self, dwarf, '.debug_line', StatementProgram,
                           'stmt_list')
예제 #4
0
파일: ranges.py 프로젝트: slowpy/dwarf_to_c
 def __init__(self, dwarf):
     SectionCache.__init__(self, dwarf, '.debug_ranges', Ranges)
예제 #5
0
파일: line.py 프로젝트: arowser/pydevtools
 def __init__(self, dwarf):
     SectionCache.__init__(self, dwarf, '.debug_line', StatementProgram, 'stmt_list')