aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a clang warning.mark@chromium.org2013-06-271-5/+7
* Rewrite SimpleStringDictionary with NonAllocatingMap.rsesek@chromium.org2013-04-243-14/+13
* Move SimpleStringDictionary from common/mac/ to just common/.rsesek@chromium.org2013-04-188-304/+19
* Fix missing result check in Mac exception handlerted.mielczarek@gmail.com2013-04-181-3/+7
* Make OOP mac crashreporting exit after writing dumpted.mielczarek@gmail.com2013-03-061-1/+4
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-066-41/+41
* Move scoped_ptr.h to commonted.mielczarek@gmail.com2013-01-171-1/+1
* Allow the Mac and iOS Breakpad clients to build without exceptions when the C...mark@chromium.org2012-12-112-3/+29
* Explicitly include unistd.h for getpagesize().mark@chromium.org2012-12-071-0/+1
* Update dump_syms to correctly filter on cpu subtype.qsr@chromium.org2012-10-041-3/+5
* Fix an analyzer warning due to value assigned but not used.kenbongort@gmail.com2012-10-031-2/+0
* Add custom implementation of NXGetArchInfoXXX to allow adding new arch.qsr@chromium.org2012-10-031-0/+12
* Fix a bunch of small nits.thestig@chromium.org2012-09-261-52/+50
* Turn on more warnings in ios / mac projects.qsr@chromium.org2012-09-213-18/+25
* Add a GetInstructionPointer method to MinidumpExceptionted.mielczarek@gmail.com2012-09-171-42/+3
* Getting context information from the kernel when catching a SIGABRT on iOS.qsr@chromium.org2012-08-204-9/+39
* Ignore -Wdeprecated-declarations for bootstrap_create_service inmark@chromium.org2012-07-231-0/+3
* Add a filter callback to CrashGenerationServer on macted.mielczarek2012-07-203-10/+76
* Fix compilation for iOS on XCode 4.5qsr@chromium.org2012-07-092-2/+1
* Change #imports that should have been #includes to #include.mark@chromium.org2012-07-021-6/+6
* Remove 1 static initializer.mark@chromium.org2012-07-021-1/+0
* Fix uploader so that it send the guid to the server.qsr@chromium.org2012-06-061-0/+1
* Increase kMinidumpFileLengthLimit from 800000 to 2MB.mark@chromium.org2012-05-151-1/+1
* Unprotect the allocator before trying to create a minidump from a signal.qsr@chromium.org2012-05-141-5/+13
* Bits necessary to send the reports along with the minidumps.mark@chromium.org2012-05-111-5/+10
* Fix one more -Wnull-conversion warning.mark@chromium.org2012-03-301-1/+2
* Fix -Wnull-conversion warnings in breakpad.mark@chromium.org2012-03-302-2/+2
* Add high level API for breakpad on iOS.qsr@chromium.org2012-03-131-7/+9
* Change iOS implementation to not use exc_serverqsr@chromium.org2012-03-091-86/+89
* Add SIGABRT handler for mac and iOS.qsr@chromium.org2012-03-093-10/+90
* Removing breakpad_exc_server and all references.qsr@chromium.org2012-03-083-2085/+2
* Correct various compilation warnings.qsr@chromium.org2012-03-072-14/+16
* Send uptime as milliseconds for Mac and iOS.qsr@chromium.org2012-03-022-6/+10
* Move away from the 10.4 SDK.mark@chromium.org2012-02-211-3/+0
* Funnel all bootstrap_register calls through a routine that doesn't care thatmark@chromium.org2012-02-213-9/+29
* Creating minidump for uncaught exception on iOS.qsr@chromium.org2012-02-141-4/+12
* createDirectoryAtPath:attributes: is deprecated, use the suggested (10.5+)mark@chromium.org2012-02-091-45/+4
* Fix clang warning about format string.mark@chromium.org2012-02-091-1/+1
* NXSwapBigIntToHost is deprecated, use CFSwapInt32BigToHost instead.mark@chromium.org2012-02-061-8/+9
* Fix several clang warnings in breakpad.mark@chromium.org2012-01-262-4/+4
* Create a static library to use Breakpad on iOS.qsr@chromium.org2011-11-236-80/+26
* Correct compilation warning.qsr@chromium.org2011-11-234-118/+48
* Rename md5.c to md5.cc, put its contents inside the google_breakpad namespace.ted.mielczarek2011-11-182-17/+16
* Add an API to Breakpad to upload custom file to the crash server.qsr@chromium.org2011-11-163-106/+138
* Fix several error-case leaks on the Mac found by clang analysisstuartmorgan2011-11-142-2/+8
* Add mach_vm_deallocate to the set of function not available on iOS5.qsr@chromium.org2011-10-241-0/+1
* Do not use mach_vm.h on iOS.qsr@chromium.org2011-10-245-15/+56
* Allow to retrieve id of a module from memory instead of going to disk for iOS.qsr@chromium.org2011-10-202-7/+25
* Breakpad implementation for ios.qsr@chromium.org2011-10-121-0/+6
* Remove duplicate definition of GTMLoggerDebug.mark@chromium.org2011-10-111-3/+0