aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/crash_generation
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-156-71/+71
* breakpad: Remove semicolons, mac edition.Nico Weber2019-02-222-4/+4
* Mac: Add support for in-process crash reporting to Breakpad.andresantoso@chromium.org2014-09-153-49/+5
* constructor init list in wrong order in CrashGenerationServerted.mielczarek@gmail.com2014-08-281-2/+2
* Fix #include order from r1268.mark@chromium.org2014-01-101-2/+2
* Fix compilation with macos-target=10.9ted.mielczarek@gmail.com2014-01-031-0/+2
* Remove usage of gDebugLog and DEBUGLOG from Mac and iOS client code.altse@chromium.org2013-12-123-56/+5
* Back out r1244mark@chromium.org2013-12-091-1/+11
* Avoid redefinition of global static debug flag and remove unneededmark@chromium.org2013-12-051-11/+1
* Rewrite SimpleStringDictionary with NonAllocatingMap.rsesek@chromium.org2013-04-242-10/+11
* Move SimpleStringDictionary from common/mac/ to just common/.rsesek@chromium.org2013-04-184-4/+2
* Add a filter callback to CrashGenerationServer on macted.mielczarek2012-07-202-1/+14
* Send uptime as milliseconds for Mac and iOS.qsr@chromium.org2012-03-021-1/+3
* Funnel all bootstrap_register calls through a routine that doesn't care thatmark@chromium.org2012-02-211-3/+4
* createDirectoryAtPath:attributes: is deprecated, use the suggested (10.5+)mark@chromium.org2012-02-091-45/+4
* 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-1/+1
* Extracting the config file class from the Inspector to be able to reuse it.qsr@chromium.org2011-10-104-224/+315
* 10.4 SDK fixmark@chromium.org2011-10-061-1/+8
* Address review comments from r843 (http://breakpad.appspot.com/307001)mark@chromium.org2011-10-052-9/+14
* Ensure crash reports will be uploaded on the Mac.mark@chromium.org2011-10-052-2/+59
* Fix clang warnings.mark@chromium.org2011-08-112-2/+2
* Remove a bogus const.mark@chromium.org2011-08-101-1/+1
* Fix MinidumpGenerator::WriteExceptionStream for writing cross-architecture dumpsted.mielczarek@gmail.com2010-12-162-5/+6
* Change ClientInfo into a class to match other platforms, rename the current C...ted.mielczarek@gmail.com2010-08-164-12/+24
* Implement CrashGeneration{Client,Server} for OOP dump generation on OS X, ena...ted.mielczarek@gmail.com2010-08-135-0/+472
* Separate the "hello" message from the parameter messages inmark@chromium.org2010-07-211-2/+3
* Clean up build for 64 bit.dmaclach2010-07-191-5/+6
* Port fixes from internal Google Breakpad to SVN. nealsid2009-07-211-1/+20
* issue 323 - OS X exception handler / minidump generator should set exception ...ted.mielczarek2009-06-122-0/+5
* Show the reporter UI for Breakpad.framework regardless of whether continuing ...stuartmorgan2009-05-281-2/+9
* Patch from Jeremy to have better error reporting, and workaround a Cocoa bug ...nealsid2009-05-151-15/+37
* Add a missing include (for gettimeofday) to Inspector.mmstuartmorgan2009-04-301-5/+6
* Code review issue 9002: Add paranoid logging to Inspector & Reporternealsid2009-04-231-3/+22
* Fix to support extensible parameter handling, and add process crashtime/uptim...nealsid2009-04-222-0/+27
* Fix my build break due to misnamed constantnealsid2009-04-061-1/+1
* Incorporate feedback from first Breakpad integration.nealsid2009-04-062-14/+29
* Open sourcing the Breakpad framework from Google. nealsid2009-04-013-0/+696