aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux
Commit message (Expand)AuthorAgeFilesLines
* 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-052-37/+26
* 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-222-2/+2
* 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
* slight fixup from issue 225ted.mielczarek2007-12-031-1/+1
* Issue 225 - dynamically load libcurl in http_upload. patch by Andrew Schultz...ted.mielczarek2007-11-201-54/+88
* Issue 221 - HTTPUpload::SendRequest should provide error code or error descri...ted.mielczarek2007-11-022-2/+10
* Solaris version of symbol dumper (#207). Patch by Alfred Peng. r=memmentovai2007-09-284-279/+2
* Issue 191 - Linux dump_syms produces bad line numbers for some functions (16 ...ted.mielczarek2007-07-021-1/+2
* Allow building with -pedantic (#186). r=ted.mielczarekmmentovai2007-05-311-1/+1
* Add md5 implementation into code base to get rid ofluly812007-05-033-5/+284
* Merge Ted's patch for writing symbols to stdout for linux.luly812007-05-022-8/+2
* 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-128-0/+1226