aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak in test case when calling into basic source line resolver.nealsid2009-05-141-2/+6
* Deleting obsolete file(when I added DWARF support I had to make this a .MM bu...nealsid2009-05-121-142/+0
* Add a missing include (for gettimeofday) to Inspector.mmstuartmorgan2009-04-301-5/+6
* Mac reporter improvements:stuartmorgan2009-04-2912-207/+380
* Mac framework fixes: Propagate server type from plist, and fix precedence of ...stuart.morgan2009-04-292-8/+9
* Code review issue 9002: Add paranoid logging to Inspector & Reporternealsid2009-04-233-12/+61
* Add a parameter to control the Mac reporter timeout.stuartmorgan2009-04-223-11/+24
* Fix to support extensible parameter handling, and add process crashtime/uptim...nealsid2009-04-228-81/+217
* Give the Mac reporter app a localized name of 'Crash Reporter'stuartmorgan2009-04-223-5/+23
* Fix memory leak when using the basic source line resolver, plus the optimizat...nealsid2009-04-221-9/+11
* Patch from Jeremy Moskovich to build with 10.5 SDK correctly. Also removed e...nealsid2009-04-213-13/+23
* AppVerifier leak test fix for Windows 7.doshimun2009-04-081-0/+2
* Sender tweaks; strip whitespace from server-returned ID, and change the title...stuart.morgan2009-04-073-6/+8
* Fix framework bundle ID and remove useless autogenerated InfoPlist.stringsstuart.morgan2009-04-063-17/+5
* Fix my build break due to misnamed constantnealsid2009-04-061-1/+1
* Incorporate feedback from first Breakpad integration.nealsid2009-04-0614-943/+205
* Open sourcing the Breakpad framework from Google. nealsid2009-04-0149-22/+12695
* issue 305 - breakpad Linux handler doesn't build with compiler built from lat...ted.mielczarek2009-03-243-0/+3
* Fix for issue 304: symupload needs to support timeout specifications(wininet ...nealsid2009-03-204-8/+49
* Fix for issues 296, 297. Various symbol supplier classes need to be updated w...nealsid2009-02-277-11/+88
* Fix for issue 242, plus a redo of how old exception handlers are tracked, and...nealsid2009-02-263-22/+59
* Fix build breaks on Solaris using Sun Studio.nealsid2009-02-232-3/+12
* 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
* Modify symbol supplier interface to support an overload that takes a symbol d...nealsid2009-02-197-40/+166
* Issue 275: patch to include list of loaded modules in crash_report outputnealsid2009-02-101-0/+33
* Reinstnate the call to TerminateThread inside ExceptionHandler destructor and...doshimun2009-01-201-1/+10
* Fix an AppVerifier STOP in OOP server code. In the destructor ofdoshimun2009-01-162-1/+22
* Fix some typos in comments.doshimun2009-01-141-4/+4
* Minor fixes to windows exception handler.doshimun2009-01-142-15/+55
* New test data to reflect Ted's changes that add function parameters to symbol...nealsid2008-12-191-3318/+3457
* 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
* ExceptionHandler class is not handling initialization errors, such as themmentovai2008-12-031-8/+28
* 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
* Added some sanity checks when iterating over threads in a crashed process. In...nealsid2008-11-191-22/+47
* Fix for dump_syms to ignore line number information for addresses that don't ...nealsid2008-11-031-16/+25
* Undo suspend/resume feature since it was meant as a workaround to a bug in ho...nealsid2008-10-272-61/+20
* Issue 181: Add version info for Mac OS X modules. Found by iterating over lo...nealsid2008-10-227-96/+174
* Issue 276 - generate GUIDs ahead of time in Linux handler. r=Liu Lited.mielczarek2008-10-142-29/+55
* Fix for DWARF processing when inline functions were encountered. Inline func...nealsid2008-10-141-5/+37
* Fix warning when converting int to boolnealsid2008-10-101-1/+1
* fix a typo in the makefile, HANDLER_SRC->HANDLER_OBJted.mielczarek2008-10-101-1/+1
* Added DWARF support to Breakpad client. Thanks to Google for open sourcing t...nealsid2008-10-0821-31/+8525
* Generate Windows full memory dumps as a separate file. Patch by Huan Renmmentovai2008-09-161-7/+56
* Include what you use: include <algorithm> and <string.h> as needed. Patch bymmentovai2008-09-152-0/+2