aboutsummaryrefslogtreecommitdiff
path: root/src/common/dwarf/dwarf2reader.h
Commit message (Expand)AuthorAgeFilesLines
* Refactor rangelist handling to prepare for dwarf5 .debug_rngslistSterling Augustine2020-09-281-4/+2
* fix NDEBUG breakage with new dwarf5 codeMike Frysinger2020-07-161-0/+4
* fix pointer style to match the style guideMike Frysinger2020-07-151-44/+44
* Add support for dwarf5 line tables.Sterling Augustine2020-07-141-5/+31
* Move GetSectionByName out of CompilationUnit.Sterling Augustine2020-06-261-14/+7
* Read dwarf5 compilation unit headers.Sterling Augustine2020-06-251-0/+21
* Add and handle various dwarf5 addrx forms.Sterling Augustine2020-06-241-0/+12
* Add and handle new dwarf5 string-related forms.Sterling Augustine2020-06-221-0/+27
* Use stdint.h numeric typesJoshua Peraza2020-04-091-110/+110
* Revert "Add dwarf5 compilation-unit header handling."Mike Frysinger2020-03-101-21/+0
* Add dwarf5 compilation-unit header handling.Sterling Augustine2019-12-191-0/+21
* Enable reading DWARF4 CIEs with 32 bit addresses.Nelson Billing2019-12-051-0/+5
* Add support for parsing the DW_AT_ranges attributesGabriele Svelto2018-08-131-0/+30
* Basic handling of CIE version 4 in dwarf readingScott Graham2016-11-021-0/+8
* Add debug fission support.Yunlian Jiang2016-05-041-75/+311
* convert to uint8_t* for binary data to fix -Wnarrowing build errorsMike Frysinger2016-01-261-27/+27
* Let breakpad build with -Wall on OS X and Linux.Lei Zhang2015-12-291-0/+2
* Remove dead code.mark@chromium.org2012-12-121-2/+1
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-281-13/+14
* Breakpad DWARF: Add support for DWARF 4 attribute forms.jimblandy2012-02-011-0/+9
* Remove "using namespace std" from dwarf2reader.h. Using-directives aremark@chromium.org2011-10-111-18/+17
* Clean up build for 64 bit.dmaclach2010-07-191-1/+1
* Breakpad Linux dumper: Parse the .eh_frame section.jimblandy2010-03-161-36/+206
* Breakpad Linux dumper: Add support for dumping DWARF CFI as STACK CFI records.jimblandy2010-03-161-0/+468
* Breakpad: Update copyright notice years on all files changed in 2010.jimblandy2010-02-091-1/+1
* Breakpad DWARF Reader: Change LineInfoHandler::AddLine to provide the line's ...jimblandy2010-01-221-7/+8
* Google Breakpad DWARF reader: Add a handler function for DIE references.jimblandy2010-01-121-0/+10
* Breakpad DWARF parser: Fix up documentation for DWARF reader classes.jimblandy@gmail.com2009-12-181-29/+30
* Issue 42002: Breakpad DWARF parser: avoid using <stdint.h> typejimblandy@gmail.com2009-12-151-1/+1
* Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent...jimblandy@gmail.com2009-12-151-0/+392