aboutsummaryrefslogtreecommitdiff
path: root/src/common/dwarf/dwarf2reader.cc
Commit message (Expand)AuthorAgeFilesLines
* Refactor rangelist handling to prepare for dwarf5 .debug_rngslistSterling Augustine2020-09-281-6/+7
* fix pointer style to match the style guideMike Frysinger2020-07-151-142/+142
* Add support for dwarf5 line tables.Sterling Augustine2020-07-141-32/+216
* Move GetSectionByName out of CompilationUnit.Sterling Augustine2020-06-261-6/+20
* Read dwarf5 compilation unit headers.Sterling Augustine2020-06-251-16/+74
* Add and handle various dwarf5 addrx forms.Sterling Augustine2020-06-241-9/+26
* Add and handle new dwarf5 string-related forms.Sterling Augustine2020-06-221-31/+78
* Use portable format macrosJoshua Peraza2020-04-161-22/+23
* Use stdint.h numeric typesJoshua Peraza2020-04-091-146/+146
* Revert "Add dwarf5 compilation-unit header handling."Mike Frysinger2020-03-101-70/+14
* Add dwarf5 compilation-unit header handling.Sterling Augustine2019-12-191-14/+70
* Enable reading DWARF4 CIEs with 32 bit addresses.Nelson Billing2019-12-051-12/+15
* Add support for parsing the DW_AT_ranges attributesGabriele Svelto2018-08-131-0/+35
* Rename an argument named "register" to "reg".Peter Collingbourne2017-11-021-5/+5
* Parse DWARF 4 line tables correctlyMark Mentovai2017-09-131-0/+7
* Basic handling of CIE version 4 in dwarf readingScott Graham2016-11-021-6/+42
* Fixes up dump_syms build on OS X so it works with ELF.Dave MacLachlan2016-05-121-1/+1
* Update to handle dsym files that end with a header.Dave MacLachlan2016-05-111-1/+3
* Add debug fission support.Yunlian Jiang2016-05-041-26/+410
* convert to uint8_t* for binary data to fix -Wnarrowing build errorsMike Frysinger2016-01-261-42/+44
* Let breakpad build with -Wall on OS X and Linux.Lei Zhang2015-12-291-2/+4
* dump_syms: Fix handling of DW_FORM_ref_addr to work with DWARF 4mseaborn@chromium.org2014-12-031-6/+7
* Adding support for mips.gordana.cmiljanovic@imgtec.com2013-09-111-6/+9
* Remove dead code.mark@chromium.org2012-12-121-1/+1
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-281-8/+10
* Accept version 3 .eh_frame unwinding data, as well as version 1.jimblandy2012-04-031-14/+8
* Add some missing #includested.mielczarek2012-02-151-0/+1
* Breakpad DWARF: Add support for DWARF 4 attribute forms.jimblandy2012-02-011-2/+19
* Breakpad DWARF support: Remove extraneous breaks following returns in dwarf2r...jimblandy2012-02-011-44/+6
* Remove "using namespace std" from dwarf2reader.h. Using-directives aremark@chromium.org2011-10-111-14/+15
* Breakpad DWARF Reader: Ignore padding at the end of the compilation unit.jimblandy2010-08-251-1/+5
* Breakpad DWARF parser: Don't use auto_ptr<stack<uint64> > where stack<uint64>...jimblandy2010-08-251-9/+5
* Add missing stdint.h include to fix compilation on newer GCC.ted.mielczarek2010-08-161-0/+1
* Clean up build for 64 bit.dmaclach2010-07-191-17/+16
* 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