aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/crash_generation
Commit message (Expand)AuthorAgeFilesLines
* 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