| Commit message (Expand) | Author | Age | Files | Lines |
* | Accept version 3 .eh_frame unwinding data, as well as version 1. | jimblandy | 2012-04-03 | 1 | -14/+8 |
* | Add some missing #includes | ted.mielczarek | 2012-02-15 | 1 | -0/+1 |
* | Breakpad DWARF: Add support for DWARF 4 attribute forms. | jimblandy | 2012-02-01 | 1 | -2/+19 |
* | Breakpad DWARF support: Remove extraneous breaks following returns in dwarf2r... | jimblandy | 2012-02-01 | 1 | -44/+6 |
* | Remove "using namespace std" from dwarf2reader.h. Using-directives are | mark@chromium.org | 2011-10-11 | 1 | -14/+15 |
* | Breakpad DWARF Reader: Ignore padding at the end of the compilation unit. | jimblandy | 2010-08-25 | 1 | -1/+5 |
* | Breakpad DWARF parser: Don't use auto_ptr<stack<uint64> > where stack<uint64>... | jimblandy | 2010-08-25 | 1 | -9/+5 |
* | Add missing stdint.h include to fix compilation on newer GCC. | ted.mielczarek | 2010-08-16 | 1 | -0/+1 |
* | Clean up build for 64 bit. | dmaclach | 2010-07-19 | 1 | -17/+16 |
* | Breakpad: Avoid using the C++ <cfoo> headers. | ted.mielczarek | 2010-06-25 | 1 | -4/+6 |
* | Breakpad DWARF CFI parser: Use the proper type for offsets in CallFrameInfo::... | ted.mielczarek | 2010-06-25 | 1 | -2/+2 |
* | Breakpad DWARF parser: correct comments regarding dynamic_cast. | jimblandy | 2010-03-30 | 1 | -7/+14 |
* | Breakpad Linux dumper: Make changes requested by Neal Sidhwaney in issue 59002. | jimblandy | 2010-03-29 | 1 | -19/+20 |
* | Breakpad Linux dumper: Parse the .eh_frame section. | jimblandy | 2010-03-16 | 1 | -49/+310 |
* | Breakpad Linux dumper: Add support for dumping DWARF CFI as STACK CFI records. | jimblandy | 2010-03-16 | 1 | -2/+1227 |
* | Breakpad Linux dumper: Add file comments as required by the style guide. | jimblandy | 2010-02-09 | 1 | -0/+3 |
* | Breakpad: Update copyright notice years on all files changed in 2010. | jimblandy | 2010-02-09 | 1 | -1/+1 |
* | Breakpad DWARF parser: Add method to read DWARF "Initial length". | jimblandy | 2010-01-28 | 1 | -25/+4 |
* | Breakpad DWARF Reader: Change LineInfoHandler::AddLine to provide the line's ... | jimblandy | 2010-01-22 | 1 | -11/+32 |
* | Breakpad DWARF Reader: Also look for DWARF in sections with the proper names. | jimblandy | 2010-01-22 | 1 | -6/+18 |
* | Google Breakpad DWARF reader: Add a handler function for DIE references. | jimblandy | 2010-01-12 | 1 | -9/+36 |
* | Issue 41004: Breakpad DWARF parser: fixes to compile without warnings under G... | jimblandy@gmail.com | 2009-12-15 | 1 | -1/+5 |
* | Issue 41003: Breakpad DWARF parser: Include <cstdio>, since we use it | jimblandy@gmail.com | 2009-12-15 | 1 | -2/+2 |
* | Issue 42002: Breakpad DWARF parser: avoid using <stdint.h> type | jimblandy@gmail.com | 2009-12-15 | 1 | -2/+3 |
* | Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent... | jimblandy@gmail.com | 2009-12-15 | 1 | -0/+820 |