aboutsummaryrefslogtreecommitdiff
path: root/src/common/module.h
Commit message (Expand)AuthorAgeFilesLines
* Properly handle new tombstone values that now appear as a result of the llvm ...Sterling Augustine2020-07-241-0/+2
* fix pointer style to match the style guideMike Frysinger2020-07-151-31/+29
* dump_syms: handle forward reference DWARF attributesMark Mentovai2019-12-021-1/+1
* linux, dump_syms: Filter module entries outside specified rangesChristopher Grant2019-10-291-0/+16
* Add support for parsing the DW_AT_ranges attributesGabriele Svelto2018-08-131-3/+12
* Dump INFO CODE_ID containing Build ID in Linux dump_symsTed Mielczarek2016-06-101-2/+3
* Fix some fragile code that is likely to cause future memory corruptionerikchen@chromium.org2015-01-271-4/+11
* In Mac dump_syms, allow reading debug data out of both the Mach-O file and th...rsesek@chromium.org2014-07-251-1/+6
* Allow reading just CFI data when reading symbolsted.mielczarek@gmail.com2013-03-061-2/+5
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-061-1/+1
* Make CompareStringPtrs::operator() a const methodted.mielczarek@gmail.com2013-02-281-1/+1
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-281-1/+1
* Linux/Mac: Add option to omit the CFI section in dump_syms.thestig@chromium.org2011-09-141-6/+7
* Add some unit tests for Linux WriteSymbolFileted.mielczarek2011-07-061-4/+3
* Google Breakpad Issue 417: Handle DWARF that omits function names.jimblandy2011-03-111-1/+1
* Put PUBLIC lines in Mac symbol files.ted.mielczarek2011-03-041-1/+35
* Fixes up some style nits, and gets us compiling on Leopard again.dmaclach2010-07-271-2/+2
* Clean up build for 64 bit.dmaclach2010-07-191-1/+2
* Remove duplicate FUNC entries from dump_syms output.thestig@chromium.org2010-07-131-7/+18
* Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek2010-06-251-1/+2
* Breakpad symbol dumper: Promise that Module::SetLoadAddress can be called at ...jimblandy2010-05-051-3/+9
* Breakpad symbol dumper: Move Linux dumping classes into src/common.jimblandy2010-04-051-0/+268