aboutsummaryrefslogtreecommitdiff
path: root/src/common/dwarf_cu_to_module_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-85/+85
* Add support for dwarf5 line tables.Sterling Augustine2020-07-141-8/+16
* Use stdint.h numeric typesJoshua Peraza2020-04-091-20/+20
* Add support for parsing the DW_AT_ranges attributesGabriele Svelto2018-08-131-9/+11
* Don't demangle Rust symbols by default, but allow linking to rust-demangle.Ted Mielczarek2016-10-251-0/+48
* Initial support for dumping DWARF corresponding to Swift codeMark Mentovai2016-09-231-1/+1
* Fix DWARF handling of inlined functions in namespacesTed Mielczarek2016-04-141-0/+23
* convert to uint8_t* for binary data to fix -Wnarrowing build errorsMike Frysinger2016-01-261-5/+7
* Fix some fragile code that is likely to cause future memory corruptionerikchen@chromium.org2015-01-271-5/+4
* Add an option to not handle DWARF inter-compilation unit references in Linux ...thestig@chromium.org2013-04-241-46/+106
* Include the compilation directory for FILE entries, making them absolute inst...ted.mielczarek@gmail.com2013-01-231-17/+34
* DWARF can store DW_AT_high_pc as either an address or a constant. In the latterjimblandy2013-01-081-17/+48
* Remove dead code.mark@chromium.org2012-12-121-122/+18
* If a specification DIE has a DW_AT_MIPS_linkage_name attribute, don't failjimblandy2012-10-051-20/+48
* Use DW_AT_MIPS_linkage_name if it is available to get names of functions with...ted.mielczarek@gmail.com2012-10-041-24/+44
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-281-1/+1
* Fix some comments and parameter names.jimblandy2011-11-231-1/+1
* Add includes for unittests that appear to need them.jessicag.feedback@gmail.com2011-10-171-3/+7
* Issue 417: update unit tests after adding unnamed function detectionjimblandy2011-03-141-2/+2
* Google Breakpad Issue 417: Handle DWARF that omits function names.jimblandy2011-03-111-1/+24
* Make programs in src/tools/linux build via the automake build systemted.mielczarek2011-02-281-16/+16
* Breakpad symbol dumper: Move Linux dumping classes into src/common.jimblandy2010-04-051-0/+1701