Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Breakpad DWARF parser: Add support for parsing .eh_frame encoded pointers. | jimblandy | 2010-03-16 | 1 | -0/+26 |
| | | | | | | | | | | | | The Linux C++ exception handling data format (.eh_frame) can specify a number of different encodings for the addresses it contains. This patch extends dwarf2reader::ByteReader to read pointers encoded in these ways. a=jimblandy, r=nealsid git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@551 4c0a9323-5329-0410-9bdc-e9ce6186880e | ||||
* | Issue 41004: Breakpad DWARF parser: fixes to compile without warnings under ↵ | jimblandy@gmail.com | 2009-12-15 | 1 | -0/+2 |
| | | | | | | | | | GNU C++ 4.3.3. a=jimblandy, r=nealsid git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@450 4c0a9323-5329-0410-9bdc-e9ce6186880e | ||||
* | Issue 39002: Breakpad DWARF parser: Move DWARF parser to ↵ | jimblandy@gmail.com | 2009-12-15 | 1 | -0/+147 |
platform-independent directory. Move the DWARF parser, and the functioninfo.cc DWARF consumer, from src/common/mac/dwarf to src/commmon/dwarf, so that it can be shared between the Mac and Linux dumpers. Fix up #include directives, multiple inclusion protection macros, and Xcode build files. a=jimblandy, r=nealsid git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@446 4c0a9323-5329-0410-9bdc-e9ce6186880e |