aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/handler/exception_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Allow dumping live processes on OS Xted.mielczarek@gmail.com2010-08-131-0/+32
* Implement CrashGeneration{Client,Server} for OOP dump generation on OS X, ena...ted.mielczarek@gmail.com2010-08-131-3/+19
* Review: http://breakpad.appspot.com/136001dmaclach2010-07-281-2/+3
* Forward exceptions in child processes to Apple's Crash Reporternealsid2009-11-181-0/+3
* Always export catch_exception_raise.mmentovai2009-11-111-1/+4
* issue 323 - OS X exception handler / minidump generator should set exception ...ted.mielczarek2009-06-121-6/+13
* Open sourcing the Breakpad framework from Google. nealsid2009-04-011-1/+0
* Undo suspend/resume feature since it was meant as a workaround to a bug in ho...nealsid2008-10-271-46/+20
* Issue 181: Add version info for Mac OS X modules. Found by iterating over lo...nealsid2008-10-221-36/+66
* Now we provide our own implementation of the MIG function exc_server, as reco...nealsid2008-07-111-0/+71
* Issue 209: Reviewer waylonisladderbreaker2007-09-191-1/+1
* Issue203 : reviewed by Waylonisladderbreaker2007-08-291-7/+24
* Issue 202: reviewed by Waylonisladderbreaker2007-08-271-0/+30
* Issue 161: reviewer Waylonisladderbreaker2007-05-071-2/+2
* missed header renames from Issue 152ted.mielczarek2007-05-041-1/+1
* Issue 152 - Patch by Dave Camp, Reviewer Chris Rogersted.mielczarek2007-05-031-1/+2
* Issue 159: reviewer Waylonisladderbreaker2007-05-021-30/+68
* fixes for issue 128: reviewed by Waylonisladderbreaker2007-03-081-0/+46
* Rename Airbag to Breakpad.mmentovai2007-02-141-2/+2
* Fix bug with mach-o walker not properly walking universal binary (Issue #125)waylonis2007-02-071-43/+29
* - Fixes the bug with a fork()'d child's exception being caught in the parent ...waylonis2007-02-051-30/+62
* Add Mac exception handler and generator. Fixes issue #69. Reviewed by mment...waylonis2006-12-201-0/+497