aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix for http://breakpad.appspot.com/18009 - run dump_syms on both PPC & i386 ...nealsid2009-07-171-4/+11
* Use ctsdio streams for dump_syms for significant speedup. Also contains a ma...nealsid2009-06-052-37/+26
* Fix up warnings when building http_upload.cc. Changed warning level to /W4, a...nealsid2009-05-271-9/+11
* Incorporate feedback from first Breakpad integration.nealsid2009-04-061-1/+1
* Open sourcing the Breakpad framework from Google. nealsid2009-04-0110-0/+3513
* issue 305 - breakpad Linux handler doesn't build with compiler built from lat...ted.mielczarek2009-03-241-0/+1
* Fix for issue 304: symupload needs to support timeout specifications(wininet ...nealsid2009-03-202-1/+19
* Fix build breaks on Solaris using Sun Studio.nealsid2009-02-231-3/+4
* See https://bugzilla.mozilla.org/show_bug.cgi?id=397200nealsid2009-02-221-3/+0
* Issue 294: mmap error checking is not correct.nealsid2009-02-224-4/+4
* Issue 283 - DWARF dumper doesn't handle DW_AT_specification. r=nealsidted.mielczarek2008-12-082-0/+39
* Issue 284 - DWARF dumper doesn't output function names including arguments. r...ted.mielczarek2008-12-083-3/+17
* issue 286 - clean up some demangling code in dump_syms.mm. r=chris rogersted.mielczarek2008-12-032-85/+16
* follow up for issue 281 - dump_syms fails to find dylib symbol file inside of...ted.mielczarek2008-12-011-7/+6
* issue 281 - dump_syms fails to find dylib symbol file inside of a bundle. r=n...ted.mielczarek2008-12-011-3/+5
* 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
* Fix for dump_syms to ignore line number information for addresses that don't ...nealsid2008-11-031-16/+25
* Issue 181: Add version info for Mac OS X modules. Found by iterating over lo...nealsid2008-10-221-2/+8
* Fix for DWARF processing when inline functions were encountered. Inline func...nealsid2008-10-141-5/+37
* Added DWARF support to Breakpad client. Thanks to Google for open sourcing t...nealsid2008-10-0812-14/+2862
* Fix to ignore source files that have a text address of 0 in their stabs entrynealsid2008-05-191-0/+10
* issue 223 - Fixes for SOlaris handler during integration with Firefox. patch ...ted.mielczarek2008-03-181-47/+140
* issue 238 - missing includes compiling with gcc 4.3. patch by taras glek, r=meted.mielczarek2008-02-242-0/+3
* Use swprintf_s for VC8 or newer. r=mentoted.mielczarek2008-02-041-0/+4
* 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
* The string buffer lengths in a URL_COMPONENTS structure are in TCHARs, sommentovai2007-11-131-3/+3
* 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-287-13/+648
* Fix compiler warning C4245: signed/unsigned mismatch when converting betweenmmentovai2007-09-281-1/+2
* Silences warning C4701: local variable 'claimed_size' may be used with outbryner2007-09-201-1/+1
* Issue 208: Reviewer waylonisladderbreaker2007-09-191-1/+5
* Issue 199: Reviewed by Waylonisladderbreaker2007-08-171-3/+6
* Issue 197: reviewed by Waylonisladderbreaker2007-08-161-1/+8
* Issue 197: reviewed by Waylonisladderbreaker2007-08-161-7/+9
* Issue 197: reviewed by Waylonisladderbreaker2007-08-161-11/+13
* Solaris port of minidump generator. Port by Alfred Peng. r=memmentovai2007-08-076-0/+453
* Issue 191 - Linux dump_syms produces bad line numbers for some functions (16 ...ted.mielczarek2007-07-021-1/+2
* issue 154: reviewed by Waylonisladderbreaker2007-06-061-2/+10
* Issue 42 - check for non-existent dump file in HTTPUpload::SendRequest. r=br...ted.mielczarek2007-06-011-2/+4