aboutsummaryrefslogtreecommitdiff
path: root/src/common/dwarf
Commit message (Expand)AuthorAgeFilesLines
* Revert "Refactor rangelist handling to prepare for dwarf5 .debug_rngslist"HEADmasterSterling Augustine2020-10-022-9/+10
* Refactor rangelist handling to prepare for dwarf5 .debug_rngslistSterling Augustine2020-09-282-10/+9
* fix NDEBUG breakage with new dwarf5 codeMike Frysinger2020-07-161-0/+4
* fix pointer style to match the style guideMike Frysinger2020-07-1517-398/+398
* Add support for dwarf5 line tables.Sterling Augustine2020-07-145-46/+445
* Move GetSectionByName out of CompilationUnit.Sterling Augustine2020-06-263-21/+29
* Read dwarf5 compilation unit headers.Sterling Augustine2020-06-255-20/+119
* Add and handle various dwarf5 addrx forms.Sterling Augustine2020-06-245-9/+60
* Add and handle new dwarf5 string-related forms.Sterling Augustine2020-06-223-31/+119
* Use stdint.h numeric types in testsJoshua Peraza2020-04-163-29/+32
* Use portable format macrosJoshua Peraza2020-04-161-22/+23
* Use stdint.h numeric typesJoshua Peraza2020-04-0915-482/+477
* Use ULONG_MAX instead of __WORDSIZE to determine native ELF architectureMichael Forney2020-03-171-8/+9
* Revert "Add new dwarf 5 enums, plus some dwarf4 enums."Mike Frysinger2020-03-101-221/+0
* Revert "Add dwarf5 compilation-unit header handling."Mike Frysinger2020-03-105-105/+18
* Add dwarf5 compilation-unit header handling.Sterling Augustine2019-12-195-18/+105
* Add new dwarf 5 enums, plus some dwarf4 enums.Sterling Augustine2019-12-121-0/+221
* Enable reading DWARF4 CIEs with 32 bit addresses.Nelson Billing2019-12-053-18/+53
* Fixed a typo introduced in revision 16e08520e6027df4bf1934abbfd5e1a088ffb69cGabriele Svelto2018-08-141-1/+1
* Add support for parsing the DW_AT_ranges attributesGabriele Svelto2018-08-134-0/+70
* Rename an argument named "register" to "reg".Peter Collingbourne2017-11-021-5/+5
* Parse DWARF 4 line tables correctlyMark Mentovai2017-09-131-0/+7
* Allow compiling the google-breakpad code using a global ::string class instea...Ivan Penkov2016-11-081-1/+1
* Basic handling of CIE version 4 in dwarf readingScott Graham2016-11-025-8/+147
* Don't demangle Rust symbols by default, but allow linking to rust-demangle.Ted Mielczarek2016-10-251-0/+1
* Initial support for dumping DWARF corresponding to Swift codeMark Mentovai2016-09-231-2/+5
* This change allows compiling the google-breakpad code using a global ::string...Ivan Penkov2016-08-301-2/+2
* elf_reader: drop unused zlib includeMike Frysinger2016-05-251-1/+3
* use another elf.h inside the package for common/dwarf/elf_readerYunlian Jiang2016-05-181-1/+1
* Use elf.h inside the package.Yunlian Jiang2016-05-181-1/+1
* Replaced glibc version of elf.h with musl version of elf.h.Dave MacLachlan2016-05-121-0/+13
* 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
* breakpad: fix unittest errorsYunlian Jiang2016-05-041-2/+2
* Add debug fission support.Yunlian Jiang2016-05-047-103/+2177
* convert to uint8_t* for binary data to fix -Wnarrowing build errorsMike Frysinger2016-01-2611-148/+185
* Define intptr and uintptr in a more generic wayPavel Labath2016-01-111-6/+2
* Let breakpad build with -Wall on OS X and Linux.Lei Zhang2015-12-292-2/+6
* 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
* Mac: Fix more errors from clang to get crash_report.xcodeproj close to compil...thestig@chromium.org2013-05-081-0/+2
* Remove auto_ptr usage in Breakpad. Also fix some lint errors.thestig@chromium.org2013-04-091-9/+11
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-065-40/+40
* Remove dead code.mark@chromium.org2012-12-128-107/+42
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-2811-51/+59
* Accept version 3 .eh_frame unwinding data, as well as version 1.jimblandy2012-04-031-14/+8
* Add some missing #includested.mielczarek2012-02-152-0/+3
* Breakpad DWARF: Add support for DWARF 4 attribute forms.jimblandy2012-02-017-8/+179
* Breakpad DWARF support: Remove extraneous breaks following returns in dwarf2r...jimblandy2012-02-011-44/+6
* Add partial unit tests for dwarf2reader::CompilationUnit.jimblandy2012-02-012-0/+526