aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac
Commit message (Expand)AuthorAgeFilesLines
* Breakpad: Fix build with new clang versions.mark@chromium.org2014-12-101-1/+1
* Fixing the Mac Inspector build by adding the launch_report dependency to the ...ivanpe@chromium.org2014-10-171-0/+10
* Mac: Add support for in-process crash reporting to Breakpad.andresantoso@chromium.org2014-09-155-49/+68
* Adding possibility for client to upload the fileblundell@chromium.org2014-09-012-33/+59
* constructor init list in wrong order in CrashGenerationServerted.mielczarek@gmail.com2014-08-281-2/+2
* Set 32 bits iOS app to use vm_region_recurse_64.blundell@chromium.org2014-08-111-4/+0
* Use PAGE_MAX_SIZE. PAGE_SIZE is now a variable size.qsr@chromium.org2014-06-061-1/+5
* [Mac] Remove unused host_info call and supporting calls.mark@chromium.org2014-05-121-11/+0
* Make ARM64 detection consistent in chromium.mark@chromium.org2014-04-014-7/+7
* Fixing compiler warnings:ivan.penkov@gmail.com2014-02-281-3/+3
* Update GTM and enable -Wundef and strict C++11 flags.dmaclach2014-02-261-7/+14
* Fixup breakpad compile for Xcode 5.1 iOS releasedmaclach2014-02-242-4/+4
* Fix up ~14 warnings about 'Implicit conversion loses integer precision' on iOS.dmaclach2014-02-182-17/+19
* Don't do work inside assert(). Ever.mark@chromium.org2014-01-101-16/+13
* 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-124-74/+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
* Generate minidumps for 64-bit ARM apps on iOS.mark@chromium.org2013-11-217-23/+194
* NSLocalizedString compatibility (10.8 SDK and clang trunk -Wformat-extra-args)mark@chromium.org2013-11-051-12/+12
* Remove define of mach_vm_region from mach_vm_compatibility.h.qsr@chromium.org2013-10-171-1/+0
* Enable the SIGABRT handler on desktop OS Xted.mielczarek@gmail.com2013-08-143-8/+53
* 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