aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux/dump_symbols.cc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Linux dumper: Let LineInfo structures point directly to their SourceLineInfo ...jimblandy@gmail.com2009-08-051-141/+147
* Linux dumper: Don't record file boundary addresses as null-name SourceFileInf...jimblandy@gmail.com2009-07-301-17/+35
* Linux dumper: Use pointers to SourceFileInfo structures.jimblandy@gmail.com2009-07-301-29/+38
* Linux dumper: Use a sorted array of addresses in computing function and line ...jimblandy@gmail.com2009-07-301-83/+34
* Linux dumper: Correctly find boundary address when computing line and functio...jimblandy@gmail.com2009-07-271-6/+10
* The has_sol field of struct FuncInfo is unused. This patch removes it.jimblandy@gmail.com2009-07-271-6/+0
* The 'no_next_addr_count' variable in ComputeSizeAndRVA shouldn't be static.jimblandy@gmail.com2009-07-271-1/+1
* Use a std::map instead of a linear search to look up files for line records.jimblandy@gmail.com2009-07-271-15/+20
* Remove warnings about uninitialized fields.jimblandy@gmail.com2009-07-271-0/+3
* Use ctsdio streams for dump_syms for significant speedup. Also contains a ma...nealsid2009-06-051-36/+24
* issue 305 - breakpad Linux handler doesn't build with compiler built from lat...ted.mielczarek2009-03-241-0/+1
* Issue 294: mmap error checking is not correct.nealsid2009-02-221-1/+1
* Followup to address some review comments from Issue 259ted.mielczarek2008-11-251-9/+15
* Issue 259 - crash when generating large .sym files with dump_syms on Linux. P...ted.mielczarek2008-11-241-34/+56
* issue 238 - missing includes compiling with gcc 4.3. patch by taras glek, r=meted.mielczarek2008-02-241-0/+2
* Fix issue 235, properly handling included(inlined) code.luly812007-12-131-53/+157
* Solaris version of symbol dumper (#207). Patch by Alfred Peng. r=memmentovai2007-09-281-1/+1
* Issue 191 - Linux dump_syms produces bad line numbers for some functions (16 ...ted.mielczarek2007-07-021-1/+2
* Merge Ted's patch for writing symbols to stdout for linux.luly812007-05-021-7/+1
* Discard age field in the dumped symbol file.luly812007-04-041-1/+1