aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/handler/exception_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-3/+3
* Update linksOrgad Shaneh2016-11-181-2/+2
* Don't call _exit() on iOS.Justin Cohen2016-10-131-0/+5
* Use PAGE_MAX_SIZE. PAGE_SIZE is now a variable size.qsr@chromium.org2014-06-061-1/+5
* Make ARM64 detection consistent in chromium.mark@chromium.org2014-04-011-2/+2
* Generate minidumps for 64-bit ARM apps on iOS.mark@chromium.org2013-11-211-11/+13
* Enable the SIGABRT handler on desktop OS Xted.mielczarek@gmail.com2013-08-141-2/+0
* Fix missing result check in Mac exception handlerted.mielczarek@gmail.com2013-04-181-3/+7
* Make OOP mac crashreporting exit after writing dumpted.mielczarek@gmail.com2013-03-061-1/+4
* Allow the Mac and iOS Breakpad clients to build without exceptions when the C...mark@chromium.org2012-12-111-1/+14
* Fix a bunch of small nits.thestig@chromium.org2012-09-261-52/+50
* Getting context information from the kernel when catching a SIGABRT on iOS.qsr@chromium.org2012-08-201-3/+6
* Unprotect the allocator before trying to create a minidump from a signal.qsr@chromium.org2012-05-141-5/+13
* Fix one more -Wnull-conversion warning.mark@chromium.org2012-03-301-1/+2
* 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