aboutsummaryrefslogtreecommitdiff
path: root/src/common/dwarf/dwarf2reader.cc
Commit message (Expand)AuthorAgeFilesLines
* Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek2010-06-251-4/+6
* Breakpad DWARF CFI parser: Use the proper type for offsets in CallFrameInfo::...ted.mielczarek2010-06-251-2/+2
* Breakpad DWARF parser: correct comments regarding dynamic_cast.jimblandy2010-03-301-7/+14
* Breakpad Linux dumper: Make changes requested by Neal Sidhwaney in issue 59002.jimblandy2010-03-291-19/+20
* Breakpad Linux dumper: Parse the .eh_frame section.jimblandy2010-03-161-49/+310
* Breakpad Linux dumper: Add support for dumping DWARF CFI as STACK CFI records.jimblandy2010-03-161-2/+1227
* Breakpad Linux dumper: Add file comments as required by the style guide.jimblandy2010-02-091-0/+3
* Breakpad: Update copyright notice years on all files changed in 2010.jimblandy2010-02-091-1/+1
* Breakpad DWARF parser: Add method to read DWARF "Initial length".jimblandy2010-01-281-25/+4
* Breakpad DWARF Reader: Change LineInfoHandler::AddLine to provide the line's ...jimblandy2010-01-221-11/+32
* Breakpad DWARF Reader: Also look for DWARF in sections with the proper names.jimblandy2010-01-221-6/+18
* Google Breakpad DWARF reader: Add a handler function for DIE references.jimblandy2010-01-121-9/+36
* Issue 41004: Breakpad DWARF parser: fixes to compile without warnings under G...jimblandy@gmail.com2009-12-151-1/+5
* Issue 41003: Breakpad DWARF parser: Include <cstdio>, since we use itjimblandy@gmail.com2009-12-151-2/+2
* Issue 42002: Breakpad DWARF parser: avoid using <stdint.h> typejimblandy@gmail.com2009-12-151-2/+3
* Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent...jimblandy@gmail.com2009-12-151-0/+820