aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/Framework/Breakpad.mm
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-102/+102
* breakpad: Remove semicolons, mac edition.Nico Weber2019-02-221-1/+1
* Breakpad: Fix build with new clang versions.mark@chromium.org2014-12-101-1/+1
* Mac: Add support for in-process crash reporting to Breakpad.andresantoso@chromium.org2014-09-151-0/+58
* Fixup breakpad compile for Xcode 5.1 iOS releasedmaclach2014-02-241-2/+2
* Don't do work inside assert(). Ever.mark@chromium.org2014-01-101-16/+13
* Remove usage of gDebugLog and DEBUGLOG from Mac and iOS client code.altse@chromium.org2013-12-121-18/+0
* Rewrite SimpleStringDictionary with NonAllocatingMap.rsesek@chromium.org2013-04-241-4/+2
* Move SimpleStringDictionary from common/mac/ to just common/.rsesek@chromium.org2013-04-181-1/+1
* Allow the Mac and iOS Breakpad clients to build without exceptions when the C...mark@chromium.org2012-12-111-2/+15
* Create a static library to use Breakpad on iOS.qsr@chromium.org2011-11-231-1/+1
* Extract constants from Breakpad.h.qsr@chromium.org2011-10-111-9/+8
* Put MachIPC into the google_breakpad namespaceted.mielczarek@gmail.com2010-08-161-0/+4
* Review: http://breakpad.appspot.com/137001dmaclach2010-07-281-41/+47
* Clean up build for 64 bit.dmaclach2010-07-191-20/+13
* Allow the Breakpad Mac framework to be built without -fexceptions.mmentovai2009-10-151-51/+45
* Port fixes from internal Google Breakpad to SVN. nealsid2009-07-211-9/+5
* issue 323 - OS X exception handler / minidump generator should set exception ...ted.mielczarek2009-06-121-1/+7
* Fix for generating dumps on-demand to set the requesting thread to the curren...nealsid2009-06-121-1/+1
* Support custom URL parameters. Added unit tests for Breakpad. Addednealsid2009-06-031-23/+83
* Show the reporter UI for Breakpad.framework regardless of whether continuing ...stuartmorgan2009-05-281-1/+1
* Mac reporter improvements:stuartmorgan2009-04-291-2/+3
* Mac framework fixes: Propagate server type from plist, and fix precedence of ...stuart.morgan2009-04-291-7/+8
* Add a parameter to control the Mac reporter timeout.stuartmorgan2009-04-221-0/+5
* Fix to support extensible parameter handling, and add process crashtime/uptim...nealsid2009-04-221-2/+14
* Patch from Jeremy Moskovich to build with 10.5 SDK correctly. Also removed e...nealsid2009-04-211-5/+5
* Incorporate feedback from first Breakpad integration.nealsid2009-04-061-10/+13
* Open sourcing the Breakpad framework from Google. nealsid2009-04-011-0/+915