fixed default address size passing from ELFFile to DWARFInfo, which makes it possible...
authorEli Bendersky <eliben@gmail.com>
Sat, 10 Dec 2011 18:32:32 +0000 (20:32 +0200)
committerEli Bendersky <eliben@gmail.com>
Sat, 10 Dec 2011 18:32:32 +0000 (20:32 +0200)
commit5b13b17533901b22427cfa0c25fbf8ccb6764c61
treeeb8bfda217ad3c59507af4b82c4e5ab5cd8f7b53
parentcf93b8679522034c4d761a92d942ef48fa5bbc9c
fixed default address size passing from ELFFile to DWARFInfo, which makes it possible to correctly read .debug_frame sections
elftools/dwarf/callframe.py
elftools/dwarf/dwarfinfo.py
elftools/elf/elffile.py
examples/elfclass_address_size.py [new file with mode: 0644]
z.py