Issue 283 - DWARF dumper doesn't handle DW_AT_specification. r=nealsid

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@303 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
ted.mielczarek 2008-12-08 13:12:45 +00:00
parent d3441c2c96
commit 3751b05354
2 changed files with 39 additions and 0 deletions

View file

@ -171,6 +171,7 @@ class CUFunctionInfoHandler: public Dwarf2Handler {
const SectionMap& sections_;
ByteReader* reader_;
FunctionInfo* current_function_info_;
uint64 current_compilation_unit_offset_;
};
} // namespace dwarf2reader