aboutsummaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Add stack-dumping logic to crash_report with -t switchnealsid2009-07-021-4/+25
* Fix build break in crash_report caused by my checkin that moved minidump proc...nealsid2009-06-161-1/+1
* Support overriding makefile variables, changed defaults compilation flags. T...nealsid2009-06-051-6/+13
* Use ctsdio streams for dump_syms for significant speedup. Also contains a ma...nealsid2009-06-052-2/+2
* Deleting obsolete file(when I added DWARF support I had to make this a .MM bu...nealsid2009-05-121-142/+0
* Fix for issue 304: symupload needs to support timeout specifications(wininet ...nealsid2009-03-201-6/+29
* Fix for issues 296, 297. Various symbol supplier classes need to be updated w...nealsid2009-02-272-2/+29
* Issue 275: patch to include list of loaded modules in crash_report outputnealsid2009-02-101-0/+33
* Issue 181: Add version info for Mac OS X modules. Found by iterating over lo...nealsid2008-10-221-0/+6
* Added DWARF support to Breakpad client. Thanks to Google for open sourcing t...nealsid2008-10-083-16/+207
* Log a failure message in case of LOCATE_NOT_FOUND error.doshimun2008-07-301-0/+6
* Modified symupload to correctly handle spaces in module names when processing...nealsid2008-06-051-3/+18
* Fix newlines (#253). rs=ted.mielczarekmmentovai2008-04-073-772/+772
* fix Mac build by adding stackwalker_amd64.cc to projectladderbreaker2007-11-211-0/+8
* Issue 225 - dynamically load libcurl in http_upload. patch by Andrew Schultz...ted.mielczarek2007-11-201-2/+2
* Fix compile bustage from issue 221ted.mielczarek2007-11-202-6/+8
* fix crash_report build due to link errorladderbreaker2007-09-291-0/+8
* Solaris version of symbol dumper (#207). Patch by Alfred Peng. r=memmentovai2007-09-288-1/+396
* Adds the ability to designate a folder with sym files in it that will be used...dmaclach2007-09-154-12/+101
* Fixup crashreport tool on the macdmaclach2007-05-241-0/+4
* Add md5 implementation into code base to get rid ofluly812007-05-032-13/+15
* Issue 152 - Patch by Dave Camp, Reviewer Chris Rogersted.mielczarek2007-05-034-1/+18
* Merge Ted's patch for writing symbols to stdout for linux.luly812007-05-021-12/+8
* Replace GB_WSU_SAFE_SWPRINTF_TERMINATE with inline code (#145 followup).mmentovai2007-04-041-2/+4
* Discard age field in the dumped symbol file.luly812007-04-041-13/+9
* vswprintf causes Purify to fail (#145). r=darinmmentovai2007-03-301-7/+8
* s/an breakpad/a breakpad/ (#127), patch by techtonik, r=memmentovai2007-03-232-2/+2
* Add Linux exception handler.luly812007-03-125-0/+470
* Rename Airbag to Breakpad.mmentovai2007-02-1416-1650/+14224
* Update crash_report tool and internal classes to reflect change to ProcessSta...waylonis2007-01-244-56/+37
* Changes to support patch #108:waylonis2007-01-236-49/+116
* Library to handle SymSrv integration (#111). r=brynermmentovai2007-01-183-0/+1036
* Allows the caller of CrashReportSender::SendCrashReport() to determine thatincrementalist2007-01-031-1/+2
* Add Mac symupload tool. Reviewed by bryner. Fixes issue #96.waylonis2006-12-193-0/+611
* Add Mac dump_syms tool and support class. Fixes issue #73.waylonis2006-12-192-0/+354
* Add crash_report tool that will:waylonis2006-12-184-0/+958
* This patch fixes Airbag issue #44.incrementalist2006-12-081-1/+1
* Test data update following PDBSourceLineWriter change (#91). r=brynermmentovai2006-12-071-1/+1
* symupload parameters don't match processor expectations (#91). r=brynermmentovai2006-12-063-27/+41
* Support GUID-less PDBs (#77). r=brynermmentovai2006-11-213-12/+3
* Removing erroneous svn:executable setting.mmentovai2006-11-181-0/+0
* Airbag client libraries should compile under MSVC .NET 2003/7.1 (#64).mmentovai2006-11-154-17/+31
* Symbol file should contain module GUID at beginning (#66). r=brynermmentovai2006-11-064-1616/+1630
* Support building with WIN32_LEAN_AND_MEAN (#60)mmentovai2006-10-264-10/+28
* Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker.mmentovai2006-10-201-93/+93
* Improvements for Windows client/tool-side code. r=brynermmentovai2006-10-191-7/+9
* Implement a tool to upload symbols on Windows, given an exe or dll file withbryner2006-10-166-618/+605
* Handle frame pointer omission (#21), part 3: SourceLineResolver and PDBSource...mmentovai2006-09-283-1/+144
* Relicense to BSD (#29). r=brynermmentovai2006-09-207-30/+105
* Make SourceLineResolver use RangeMap (#13). r=brynermmentovai2006-09-083-354/+360