aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux/dump_symbols.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-22/+22
* Add support for dwarf5 line tables.Sterling Augustine2020-07-141-2/+10
* Use stdint.h numeric typesJoshua Peraza2020-04-091-8/+8
* linux, client: set module name from DT_SONAMEJoshua Peraza2019-10-301-7/+5
* linux, dump_syms: Filter module entries outside specified rangesChristopher Grant2019-10-291-0/+25
* Add options to set OS and filenameJake Ehrlich2019-10-241-16/+28
* linux, dump_syms: set module name from DT_SONAMEJoshua Peraza2019-10-241-1/+9
* Add support for parsing the DW_AT_ranges attributesGabriele Svelto2018-08-131-1/+40
* dump_symbols: Stop rejecting files with Android packed relocation sections.Peter Collingbourne2017-11-071-31/+0
* Provide helper wrappers for basename(3) and dirname(3)Tobias Sargeant2017-10-181-11/+2
* Rename src/common/memory.h to memory_allocator.h.Ted Mielczarek2017-10-171-1/+1
* Remove unused typedefGordana Cmiljanovic2017-03-241-1/+0
* [MIPS]: Relax dwarf section loading to accept both PROGBITS and MIPS_DWARF se...Dragan Mladjenovic2017-03-071-4/+22
* Dump INFO CODE_ID containing Build ID in Linux dump_symsTed Mielczarek2016-06-101-1/+3
* Add debug fission support.Yunlian Jiang2016-05-041-1/+2
* Added an option (-i) to have dump_syms output header information only.David Yen2016-04-081-18/+71
* Switch the Linux minidump writer to use MDCVInfoELF for CV data.Ted Mielczarek2016-04-051-23/+13
* Have dump_syms output the full symbol table.David Yen2016-03-231-18/+47
* 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