aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/handler
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-1511-252/+249
* Update Xcode project files to fix build errors.Ivan Penkov2020-01-291-8/+10
* ios: build for arm64eJoshua Peraza2020-01-032-3/+20
* Rename MDRawContextARM64 and its context flagsJoshua Peraza2018-08-011-4/+4
* Fixing incorrect include guard (missing #define)Daniel Bratell2018-02-231-0/+1
* Rename src/common/memory.h to memory_allocator.h.Ted Mielczarek2017-10-171-1/+1
* Update linksOrgad Shaneh2016-11-181-2/+2
* Don't call _exit() on iOS.Justin Cohen2016-10-131-0/+5
* Corrected some old references to mm files, which were renamed to cc files a w...Ivan Penkov2016-09-011-4/+4
* Fix usage of deprecated function CFPropertyListCreateFromXMLData.Sylvain Defresne2016-02-081-3/+3
* Remove use of deprecated CFURLCreateDataAndPropertiesFromResource function.Ivan Penkov2016-01-311-6/+19
* Revert "Fix deprecatation warning when building for recent SDKs on iOS/OS X."Olivier Robin2016-01-211-3/+3
* Fix deprecatation warning when building for recent SDKs on iOS/OS X.Sylvain Defresne2016-01-071-3/+3
* Let breakpad build with -Wall on OS X and Linux.Lei Zhang2015-12-291-6/+2
* Remove use of deprecated CFURLCreateDataAndPropertiesFromResource function.Ivan Penkov2015-12-181-12/+19
* 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-241-2/+2
* Fix up ~14 warnings about 'Implicit conversion loses integer precision' on iOS.dmaclach2014-02-182-17/+19
* Generate minidumps for 64-bit ARM apps on iOS.mark@chromium.org2013-11-217-23/+194
* 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-142-2/+13
* 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-062-25/+25
* 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-111-1/+14
* 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
* 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
* Getting context information from the kernel when catching a SIGABRT on iOS.qsr@chromium.org2012-08-204-9/+39
* Fix compilation for iOS on XCode 4.5qsr@chromium.org2012-07-091-1/+1
* Unprotect the allocator before trying to create a minidump from a signal.qsr@chromium.org2012-05-141-5/+13
* 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-092-6/+70
* 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
* Creating minidump for uncaught exception on iOS.qsr@chromium.org2012-02-141-4/+12
* NXSwapBigIntToHost is deprecated, use CFSwapInt32BigToHost instead.mark@chromium.org2012-02-061-8/+9
* Fix several clang warnings in breakpad.mark@chromium.org2012-01-261-3/+3
* Rename md5.c to md5.cc, put its contents inside the google_breakpad namespace.ted.mielczarek2011-11-181-4/+4