aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/handler/exception_handler.h
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-31/+31
* Generate minidumps for 64-bit ARM apps on iOS.mark@chromium.org2013-11-211-1/+2
* Move scoped_ptr.h to commonted.mielczarek@gmail.com2013-01-171-1/+1
* Getting context information from the kernel when catching a SIGABRT on iOS.qsr@chromium.org2012-08-201-1/+4
* Add SIGABRT handler for mac and iOS.qsr@chromium.org2012-03-091-1/+9
* #ifdef cpu specific code.qsr@chromium.org2011-10-071-1/+11
* Allow writing on-request minidumps with an exception streamted.mielczarek@gmail.com2010-12-151-7/+30
* issue 334 - Fix a race condition between ExceptionHandler::Teardown and Excep...ted.mielczarek@gmail.com2010-12-151-2/+3
* Allow dumping live processes on OS Xted.mielczarek@gmail.com2010-08-131-0/+8
* Implement CrashGeneration{Client,Server} for OOP dump generation on OS X, ena...ted.mielczarek@gmail.com2010-08-131-1/+15
* issue 323 - OS X exception handler / minidump generator should set exception ...ted.mielczarek2009-06-121-1/+2
* Undo suspend/resume feature since it was meant as a workaround to a bug in ho...nealsid2008-10-271-15/+0
* Issue 181: Add version info for Mac OS X modules. Found by iterating over lo...nealsid2008-10-221-17/+32
* Issue 159: reviewer Waylonisladderbreaker2007-05-021-1/+20
* fixes for issue 128: reviewed by Waylonisladderbreaker2007-03-081-0/+5
* Rename Airbag to Breakpad.mmentovai2007-02-141-6/+6
* Add Mac exception handler and generator. Fixes issue #69. Reviewed by mment...waylonis2006-12-201-0/+188