aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/handler/exception_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* 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