aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux/dump_symbols.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix bug of issue 135, now can dump symbols for dynamic libraries.luly812007-03-271-7/+46
* Add Linux exception handler.luly812007-03-121-0/+613