aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux/dump_symbols.h
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-5/+5
* Add options to set OS and filenameJake Ehrlich2019-10-241-4/+11
* Added an option (-i) to have dump_syms output header information only.David Yen2016-04-081-0/+6
* Add an option to not handle DWARF inter-compilation unit references in Linux ...thestig@chromium.org2013-04-241-2/+12
* Allow reading just CFI data when reading symbolsted.mielczarek@gmail.com2013-03-061-3/+4
* Make DumpSymbols methods take a vector of debug_dirsted.mielczarek@gmail.com2013-01-221-3/+4
* Provide a ReadSymbolData function to get symbol data in a Module instead of j...ted.mielczarek@gmail.com2013-01-181-0/+10
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-281-2/+4
* Linux/Mac: Add option to omit the CFI section in dump_syms.thestig@chromium.org2011-09-141-1/+3
* Add some unit tests for Linux WriteSymbolFileted.mielczarek2011-07-061-4/+4
* Add functionality to read the .gnu_debuglink section and load symbols from a ...thestig@chromium.org2010-07-161-1/+4
* Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek2010-06-251-1/+2
* Breakpad Linux dumper: Don't be silly about global functions.jimblandy2010-02-091-6/+7
* Breakpad Linux dumper: Add file comments as required by the style guide.jimblandy2010-02-091-3/+3
* Use ctsdio streams for dump_syms for significant speedup. Also contains a ma...nealsid2009-06-051-1/+2
* Merge Ted's patch for writing symbols to stdout for linux.luly812007-05-021-1/+1
* Add Linux exception handler.luly812007-03-121-0/+48