aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow building with -pedantic (#186). r=ted.mielczarekmmentovai2007-05-311-1/+1
* Issue 166 - reviewer Waylonisladderbreaker2007-05-091-4/+1
* Issue 164 - MACHINE_THREAD_STATE on older 10.4 versions. Patch by Dave Camp,...ted.mielczarek2007-05-081-0/+5
* simply fix no newline at end of fileladderbreaker2007-05-041-1/+1
* Issue 158: reviewer ladderbreakerladderbreaker2007-05-031-84/+22
* Add md5 implementation into code base to get rid ofluly812007-05-033-5/+284
* Issue 152 - Patch by Dave Camp, Reviewer Chris Rogersted.mielczarek2007-05-035-7/+187
* Merge Ted's patch for writing symbols to stdout for linux.luly812007-05-022-8/+2
* Emergency crash fix, tbr=brynermmentovai2007-04-251-1/+2
* c++filt crashes when fed some mangled ObjC++ names. Oops. Patch by Davemmentovai2007-04-121-37/+37
* Issue 147 - reviewer Waylonisladderbreaker2007-04-111-10/+32
* Wrong version of swprintf used with VS 2003/7.1 CRT. r=brynermmentovai2007-04-091-0/+9
* Revert previous patch, see google-breakpad-devmmentovai2007-04-051-1/+0
* Fix temp file leak. Patch by Thomas Thiriez. r=memmentovai2007-04-051-0/+1
* Replace GB_WSU_SAFE_SWPRINTF_TERMINATE with inline code (#145 followup).mmentovai2007-04-044-23/+20
* Discard age field in the dumped symbol file.luly812007-04-041-1/+1
* Issue 147 - reviewer Waylonisladderbreaker2007-04-031-0/+3
* Issue 146 - reviewer Waylonisladderbreaker2007-04-022-45/+76