aboutsummaryrefslogtreecommitdiff
path: root/src/tools/linux/dump_syms/dump_syms.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-1/+1
* Add options to set OS and filenameJake Ehrlich2019-10-241-6/+30
* Added an option (-i) to have dump_syms output header information only.David Yen2016-04-081-9/+19
* dump_syms: add a -v flagMike Frysinger2015-11-111-1/+16
* Add an option to not handle DWARF inter-compilation unit references in Linux ...thestig@chromium.org2013-04-241-10/+20
* Allow reading just CFI data when reading symbolsted.mielczarek@gmail.com2013-03-061-1/+2
* Make DumpSymbols methods take a vector of debug_dirsted.mielczarek@gmail.com2013-01-221-12/+13
* Linux/Mac: Add option to omit the CFI section in dump_syms.thestig@chromium.org2011-09-141-11/+31
* Add some unit tests for Linux WriteSymbolFileted.mielczarek2011-07-061-1/+2
* Add functionality to read the .gnu_debuglink section and load symbols from a ...thestig@chromium.org2010-07-161-4/+8
* Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek2010-06-251-1/+1
* Breakpad Linux dumper: Don't be silly about global functions.jimblandy2010-02-091-4/+3
* Use ctsdio streams for dump_syms for significant speedup. Also contains a ma...nealsid2009-06-051-1/+1
* Merge Ted's patch for writing symbols to stdout for linux.luly812007-05-021-12/+8
* Add Linux exception handler.luly812007-03-121-0/+56