aboutsummaryrefslogtreecommitdiff
path: root/src/common/dwarf_cu_to_module.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Refactor rangelist handling to prepare for dwarf5 .debug_rngslist"HEADmasterSterling Augustine2020-10-021-20/+5
* Refactor rangelist handling to prepare for dwarf5 .debug_rngslistSterling Augustine2020-09-281-5/+20
* fix pointer style to match the style guideMike Frysinger2020-07-151-18/+18
* Add support for dwarf5 line tables.Sterling Augustine2020-07-141-1/+5
* Use stdint.h numeric typesJoshua Peraza2020-04-091-24/+24
* Fix debug build after 16e0852Joshua Peraza2018-08-181-3/+0
* Add support for parsing the DW_AT_ranges attributesGabriele Svelto2018-08-131-0/+28
* Initial support for dumping DWARF corresponding to Swift codeMark Mentovai2016-09-231-1/+1
* convert to uint8_t* for binary data to fix -Wnarrowing build errorsMike Frysinger2016-01-261-2/+4
* Fix some fragile code that is likely to cause future memory corruptionerikchen@chromium.org2015-01-271-0/+3
* Cleanup: Use scoped_ptr where appropriate in DwarfCUToModule.thestig@chromium.org2013-04-241-3/+4
* Add an option to not handle DWARF inter-compilation unit references in Linux ...thestig@chromium.org2013-04-241-15/+49
* Include the compilation directory for FILE entries, making them absolute inst...ted.mielczarek@gmail.com2013-01-231-9/+15
* Remove dead code.mark@chromium.org2012-12-121-5/+2
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-281-0/+1
* Fix some comments and parameter names.jimblandy2011-11-231-3/+4
* Google Breakpad Issue 417: Handle DWARF that omits function names.jimblandy2011-03-111-0/+5
* Breakpad DWARF support: Stop #including unneeded headers.ted.mielczarek2010-06-251-2/+0
* Breakpad symbol dumper: Move Linux dumping classes into src/common.jimblandy2010-04-051-0/+272