aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/crash_generation
AgeCommit message (Expand)Author
2023-02-27Add #include <config.h> to the beginning of all cc filesIan Barkley-Yeung
2022-09-07Update copyright boilerplate, 2022 edition (Breakpad)Mark Mentovai
2022-08-12Fix -Wdeprecated-declarations when macOS 13 SDK is used.Mirko Bonadei
2020-07-15fix pointer style to match the style guideMike Frysinger
2019-02-22breakpad: Remove semicolons, mac edition.Nico Weber
2014-09-15Mac: Add support for in-process crash reporting to Breakpad.andresantoso@chromium.org
2014-08-28constructor init list in wrong order in CrashGenerationServerted.mielczarek@gmail.com
2014-01-10Fix #include order from r1268.mark@chromium.org
2014-01-03Fix compilation with macos-target=10.9ted.mielczarek@gmail.com
2013-12-12Remove usage of gDebugLog and DEBUGLOG from Mac and iOS client code.altse@chromium.org
2013-12-09Back out r1244mark@chromium.org
2013-12-05Avoid redefinition of global static debug flag and remove unneededmark@chromium.org
2013-04-24Rewrite SimpleStringDictionary with NonAllocatingMap.rsesek@chromium.org
2013-04-18Move SimpleStringDictionary from common/mac/ to just common/.rsesek@chromium.org
2012-07-20Add a filter callback to CrashGenerationServer on macted.mielczarek
2012-03-02 Send uptime as milliseconds for Mac and iOS.qsr@chromium.org
2012-02-21Funnel all bootstrap_register calls through a routine that doesn't care thatmark@chromium.org
2012-02-09createDirectoryAtPath:attributes: is deprecated, use the suggested (10.5+)mark@chromium.org
2011-11-23 Create a static library to use Breakpad on iOS.qsr@chromium.org
2011-10-11 Extract constants from Breakpad.h.qsr@chromium.org
2011-10-10 Extracting the config file class from the Inspector to be able to reuse it.qsr@chromium.org
2011-10-0610.4 SDK fixmark@chromium.org
2011-10-05Address review comments from r843 (http://breakpad.appspot.com/307001)mark@chromium.org
2011-10-05Ensure crash reports will be uploaded on the Mac.mark@chromium.org
2011-08-11Fix clang warnings.mark@chromium.org
2011-08-10Remove a bogus const.mark@chromium.org
2010-12-16Fix MinidumpGenerator::WriteExceptionStream for writing cross-architecture dumpsted.mielczarek@gmail.com
2010-08-16Change ClientInfo into a class to match other platforms, rename the current C...ted.mielczarek@gmail.com
2010-08-13Implement CrashGeneration{Client,Server} for OOP dump generation on OS X, ena...ted.mielczarek@gmail.com
2010-07-21Separate the "hello" message from the parameter messages inmark@chromium.org
2010-07-19Clean up build for 64 bit.dmaclach
2009-07-21Port fixes from internal Google Breakpad to SVN. nealsid
2009-06-12issue 323 - OS X exception handler / minidump generator should set exception ...ted.mielczarek
2009-05-28Show the reporter UI for Breakpad.framework regardless of whether continuing ...stuartmorgan
2009-05-15Patch from Jeremy to have better error reporting, and workaround a Cocoa bug ...nealsid
2009-04-30Add a missing include (for gettimeofday) to Inspector.mmstuartmorgan
2009-04-23Code review issue 9002: Add paranoid logging to Inspector & Reporternealsid
2009-04-22Fix to support extensible parameter handling, and add process crashtime/uptim...nealsid
2009-04-06Fix my build break due to misnamed constantnealsid
2009-04-06Incorporate feedback from first Breakpad integration.nealsid
2009-04-01Open sourcing the Breakpad framework from Google. nealsid