aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux/dump_symbols.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Breakpad Linux dumper: move DumpStabsHandler into its own file, for testing.jimblandy2009-12-231-211/+3
* Issue 25002: Linux symbol dumper: Require STABS consumers to provide a Warnin...jimblandy@gmail.com2009-12-151-0/+8
* Upstreaming several patches from Chrome:nealsid2009-12-011-3/+1
* Merge of Breakpad Chrome Linux forknealsid2009-08-171-5/+7
* Linux dumper: Move the data structures representing the breakpad data into th...jimblandy@gmail.com2009-08-071-446/+216
* Linux dumper: Move STABS parsing into its own class.jimblandy@gmail.com2009-08-071-135/+107
* Linux dumper: Make the 'name' field of FuncInfo a std::string instead of a ch...jimblandy@gmail.com2009-08-051-10/+13
* Linux dumper: Properly separate function names from STABS type data.jimblandy@gmail.com2009-08-051-1/+1
* Linux dumper: Don't switch to wrong source file when starting new function.jimblandy@gmail.com2009-08-051-6/+11
* Linux dumper: Delete non-functional stack parameter size computation.jimblandy@gmail.com2009-08-051-20/+1