aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux/dump_symbols.cc
Commit message (Expand)AuthorAgeFilesLines
* convert to uint8_t* for binary data to fix -Wnarrowing build errorsMike Frysinger2016-01-261-12/+15
* Let breakpad build with -Wall on OS X and Linux.Lei Zhang2015-12-291-1/+0
* Update breakpad for Android packed relocations.rmcilroy@chromium.org2015-06-191-0/+31
* Cleanup Linux debug link file handling code.thestig@chromium.org2015-02-101-44/+74
* Follow debug link correctlyhashimoto@chromium.org2015-02-031-37/+37
* Read dynamic symbols table even if binary contains debug infoted.mielczarek@gmail.com2014-11-031-39/+36
* Add Arm64 support to dumpsyms.rmcilroy@chromium.org2014-04-291-0/+9
* Linux: Check the CRC32 of the debug link file in the symbol dumper.thestig@chromium.org2014-04-231-23/+52
* Adding mips support for Android.gordana.cmiljanovic@imgtec.com2013-09-251-1/+1
* Adding support for mips.gordana.cmiljanovic@imgtec.com2013-09-111-3/+9
* Fix GetLoadingAddress() to work for Native Client executablesmark@chromium.org2013-05-061-4/+6
* Add an option to not handle DWARF inter-compilation unit references in Linux ...thestig@chromium.org2013-04-241-23/+30
* Allow building symbol dumping without STABS supportted.mielczarek@gmail.com2013-03-061-0/+8
* Allow reading just CFI data when reading symbolsted.mielczarek@gmail.com2013-03-061-93/+104
* Fix DumpSymbols error message when using multiple debug_dirs, followup from r...ted.mielczarek@gmail.com2013-02-271-2/+6
* Make MmapWrapper a little less sillyted.mielczarek@gmail.com2013-02-141-1/+2
* Include the compilation directory for FILE entries, making them absolute inst...ted.mielczarek@gmail.com2013-01-231-4/+8
* Make DumpSymbols methods take a vector of debug_dirsted.mielczarek@gmail.com2013-01-221-21/+35
* Provide a ReadSymbolData function to get symbol data in a Module instead of j...ted.mielczarek@gmail.com2013-01-181-18/+34
* Don't make MmapWrapper's destructor assertted.mielczarek@gmail.com2013-01-181-1/+0
* Rework dump_symbols.cc using templates and traits classes to handle cross-wor...ted.mielczarek2012-07-181-220/+232
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-281-35/+36
* Minor formatting fix following r865.mark@chromium.org2011-10-111-2/+2
* More fixes following r862.mark@chromium.org2011-10-111-6/+6
* Linux/Mac: Add option to omit the CFI section in dump_syms.thestig@chromium.org2011-09-141-3/+5
* Add some unit tests for Linux WriteSymbolFileted.mielczarek2011-07-061-14/+34
* Dump PUBLIC + CFI records from libraries without debug info on Linux, use .dy...ted.mielczarek2011-07-061-5/+51
* Fix a handful of comment spelling errors (Issue 385)jessicag.feedback@gmail.com2010-09-091-3/+3
* Breakpad Linux dumper: Don't map file into memory a second time just to compu...jimblandy2010-07-171-1/+1
* Add functionality to read the .gnu_debuglink section and load symbols from a ...thestig@chromium.org2010-07-161-81/+268
* Remove some duplicate endianness code.thestig@chromium.org2010-07-061-41/+40
* Linux: Skip sections of type SHT_NOBITS when loading symbols.thestig@chromium.org2010-07-061-3/+10
* Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek2010-06-251-6/+7
* Breakpad DWARF CFI support: Cleanups requested by Nealted.mielczarek2010-06-251-2/+1
* Breakpad Linux dumper: Handle STABS-in-symbol-table, and line number records ...jimblandy2010-05-051-2/+3
* Breakpad Linux dumper: Rename DumpStabsHandler to StabsToModule.jimblandy2010-05-051-4/+4
* Breakpad Linux dumper: Make StabsReader independent of endianness and word size.jimblandy2010-05-051-3/+17
* Breakpad Dumper: Move CFI register names to DwarfCFIToModule class.jimblandy2010-04-281-46/+9
* Breakpad symbol dumper: Move Linux dumping classes into src/common.jimblandy2010-04-051-6/+6
* Breakpad Linux dumper: Use the correct section's base address.jimblandy2010-04-011-1/+1
* Breakpad Linux dumper: Include filename in error messages.jimblandy2010-03-311-11/+13
* Breakpad: Support DWARF CFI-driven stack walking on ARM.jimblandy2010-03-161-8/+11
* Breakpad Linux dumper: Parse the .eh_frame section.jimblandy2010-03-161-3/+33
* Breakpad Linux dumper: Add support for dumping DWARF CFI as STACK CFI records.jimblandy2010-03-161-0/+133
* Breakpad Linux dumper: Compare section names correctly.jimblandy2010-02-181-1/+7
* Breakpad Linux dumper: Don't be silly about global functions.jimblandy2010-02-091-2/+1
* Breakpad Linux dumper: Add file comments as required by the style guide.jimblandy2010-02-091-0/+5
* Breakpad: Update copyright notice years on all files changed in 2010.jimblandy2010-02-091-1/+1
* Breakpad Linux dumper: Recognize more processor architectures.jimblandy2010-02-021-12/+35
* Breakpad Linux Dumper: Add DWARF support.jimblandy2010-01-231-27/+122