aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/handler/exception_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wnull-conversion warnings in breakpad.mark@chromium.org2012-03-301-1/+1
* Add high level API for breakpad on iOS.qsr@chromium.org2012-03-131-7/+9
* Change iOS implementation to not use exc_serverqsr@chromium.org2012-03-091-86/+89
* Add SIGABRT handler for mac and iOS.qsr@chromium.org2012-03-091-5/+61
* Removing breakpad_exc_server and all references.qsr@chromium.org2012-03-081-77/+2
* Correct various compilation warnings.qsr@chromium.org2012-03-071-10/+11
* #ifdef cpu specific code.qsr@chromium.org2011-10-071-0/+13
* Fix a Breakpad crash during teardown when USE_PROTECTED_ALLOCATIONS is inmark@chromium.org2011-08-261-0/+8
* Rename duplicate argument names to make it compile with CLang.ted.mielczarek2011-01-251-8/+8
* Allow writing on-request minidumps with an exception streamted.mielczarek@gmail.com2010-12-151-26/+49
* issue 334 - Fix a race condition between ExceptionHandler::Teardown and Excep...ted.mielczarek@gmail.com2010-12-151-4/+11
* 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