aboutsummaryrefslogtreecommitdiff
path: root/src/common/module.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-28/+28
* linux, dump_syms: Filter module entries outside specified rangesChristopher Grant2019-10-291-0/+29
* Fix debug build after 16e0852Joshua Peraza2018-08-181-4/+6
* Add support for parsing the DW_AT_ranges attributesGabriele Svelto2018-08-131-15/+24
* Avoid endl when writing symbol filesAaron Dierking2018-05-301-9/+8
* Dump INFO CODE_ID containing Build ID in Linux dump_symsTed Mielczarek2016-06-101-1/+7
* Handle ARM THUMB functions when removing duplicate PUBLIC entries.thestig@chromium.org2015-02-031-3/+18
* Follow debug link correctlyhashimoto@chromium.org2015-02-031-13/+15
* Fix some fragile code that is likely to cause future memory corruptionerikchen@chromium.org2015-01-271-6/+3
* Read dynamic symbols table even if binary contains debug infoted.mielczarek@gmail.com2014-11-031-4/+15
* In Mac dump_syms, allow reading debug data out of both the Mach-O file and th...rsesek@chromium.org2014-07-251-1/+1
* Allow reading just CFI data when reading symbolsted.mielczarek@gmail.com2013-03-061-42/+42
* Linux/Mac: Add option to omit the CFI section in dump_syms.thestig@chromium.org2011-09-141-40/+46
* Add some unit tests for Linux WriteSymbolFileted.mielczarek2011-07-061-36/+52
* Google Breakpad Issue 417: Handle DWARF that omits function names.jimblandy2011-03-111-0/+4
* Put PUBLIC lines in Mac symbol files.ted.mielczarek2011-03-041-1/+29
* Clean up build for 64 bit.dmaclach2010-07-191-4/+4
* Remove duplicate FUNC entries from dump_syms output.thestig@chromium.org2010-07-131-8/+13
* Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek2010-06-251-3/+3
* Breakpad symbol dumper: Move Linux dumping classes into src/common.jimblandy2010-04-051-0/+235