aboutsummaryrefslogtreecommitdiff
path: root/src/common/dwarf_cu_to_module.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert "Refactor rangelist handling to prepare for dwarf5 .debug_rngslist"HEADmasterSterling Augustine2020-10-021-14/+1
* Refactor rangelist handling to prepare for dwarf5 .debug_rngslistSterling Augustine2020-09-281-1/+14
* Check for tombstone as very first entry in the line table.Sterling Augustine2020-07-271-0/+5
* Properly handle new tombstone values that now appear as a result of the llvm ...Sterling Augustine2020-07-241-1/+4
* fix pointer style to match the style guideMike Frysinger2020-07-151-59/+59
* Add support for dwarf5 line tables.Sterling Augustine2020-07-141-5/+26
* Move GetSectionByName out of CompilationUnit.Sterling Augustine2020-06-261-5/+1
* Add and handle various dwarf5 addrx forms.Sterling Augustine2020-06-241-1/+6
* Use portable format macrosJoshua Peraza2020-04-161-13/+14
* Use stdint.h numeric typesJoshua Peraza2020-04-091-45/+45
* dump_syms: Reintroduce warnings inadvertently removed by 47cd498384fdMark Mentovai2020-03-061-14/+24
* dump_syms: handle forward reference DWARF attributesMark Mentovai2019-12-021-12/+34
* Skip empty DWARF code range when mapping linesLudovic Guegan2018-11-211-3/+6
* Make a parameter a const referenceJoshua Peraza2018-08-171-1/+1
* Treat high_pc as an address for DW_FORM_GNU_addr_indexJoshua Peraza2018-08-171-1/+2
* Add support for parsing the DW_AT_ranges attributesGabriele Svelto2018-08-131-61/+179
* Fall back to the raw symbol name from DW_AT_MIPS_linkage_name when there is n...Mike Hommey2018-06-191-0/+7
* Allow compiling the google-breakpad code using a global ::string class instea...Ivan Penkov2016-11-081-1/+1
* Don't demangle Rust symbols by default, but allow linking to rust-demangle.Ted Mielczarek2016-10-251-0/+4
* Initial support for dumping DWARF corresponding to Swift codeMark Mentovai2016-09-231-21/+24
* Add parentheses to silence clang warningPrimiano Tucci2016-05-031-1/+2
* Fix DWARF handling of inlined functions in namespacesTed Mielczarek2016-04-141-9/+9
* convert to uint8_t* for binary data to fix -Wnarrowing build errorsMike Frysinger2016-01-261-2/+3
* Demangle symbol namehashimoto@chromium.org2015-02-031-1/+1
* Fix some fragile code that is likely to cause future memory corruptionerikchen@chromium.org2015-01-271-7/+21
* Fix a source of memory corruption.erikchen@chromium.org2015-01-261-7/+13
* Both std::tr1::unordered_set and std::unordered_set are not allowed inivanpe@chromium.org2014-07-211-10/+1
* Fix compilation error in Linux libc++ builds due to use of tr1/.mark@chromium.org2014-07-071-0/+8
* dump_syms: use unordered_set<> instead of set<> for speed.mark@chromium.org2014-06-261-4/+4
* Fix a memory leak in DwarfCUToModule::FuncHandler::Finish().thestig@chromium.org2014-05-281-2/+2
* Cleanup: Use scoped_ptr where appropriate in DwarfCUToModule.thestig@chromium.org2013-04-241-10/+9
* Add an option to not handle DWARF inter-compilation unit references in Linux ...thestig@chromium.org2013-04-241-26/+72
* Minor Android fixup for symbol dumping codeted.mielczarek@gmail.com2013-03-061-4/+9
* Add missing "using std::sort" to dwarf_cu_to_module.cc.ted.mielczarek@gmail.com2013-02-281-0/+1
* Include the compilation directory for FILE entries, making them absolute inst...ted.mielczarek@gmail.com2013-01-231-5/+13
* DWARF can store DW_AT_high_pc as either an address or a constant. In the latterjimblandy2013-01-081-2/+13
* Remove dead code.mark@chromium.org2012-12-121-8/+4
* Comment out unused arguments in definitions, as required by the Google C++ St...jimblandy2012-10-051-3/+3
* Fix out-of-date comment for DwarfCUToModule::FilePrivate::common_strings.jimblandy2012-10-051-6/+14
* If a specification DIE has a DW_AT_MIPS_linkage_name attribute, don't failjimblandy2012-10-051-20/+39
* Use DW_AT_MIPS_linkage_name if it is available to get names of functions with...ted.mielczarek@gmail.com2012-10-041-10/+35
* Fix compiler warning from format stringted.mielczarek2012-04-251-1/+1
* Changes to get the breakpad client compiling and running on Android usingmark@chromium.org2012-04-031-1/+5
* Add some unit tests for Linux WriteSymbolFileted.mielczarek2011-07-061-0/+1
* Google Breakpad Issue 417: Handle DWARF that omits function names.jimblandy2011-03-111-1/+14
* Fix assert failure in dump_syms caused by binary linked with gold.thestig@chromium.org2010-11-081-2/+2
* Use <inttypes.h> macros for formatting fixed-width types.mark@chromium.org2010-08-271-1/+7
* Breakpad Linux/Mac symbol dumper: Share duplicate strings that arise in DWARF...jimblandy2010-07-171-1/+26
* Fix a couple of tiny things for GCC pedantryted.mielczarek@gmail.com2010-07-081-1/+1
* Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek2010-06-251-2/+4