aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/handler
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-01-28namespace implementations of FileIDAdam Duke
2022-01-25allow dump_syms to operate on contents in memoryAdam Duke
2021-06-18Fix a -Wdeprecated-copy warning.Peter Kasting
2020-07-15fix pointer style to match the style guideMike Frysinger
2020-01-29Update Xcode project files to fix build errors.Ivan Penkov
2020-01-03ios: build for arm64eJoshua Peraza
2018-08-01Rename MDRawContextARM64 and its context flagsJoshua Peraza
2018-02-23Fixing incorrect include guard (missing #define)Daniel Bratell
2017-10-17Rename src/common/memory.h to memory_allocator.h.Ted Mielczarek
2016-11-18Update linksOrgad Shaneh
2016-10-13Don't call _exit() on iOS.Justin Cohen
2016-09-01Corrected some old references to mm files, which were renamed to cc files a w...Ivan Penkov
2016-02-08Fix usage of deprecated function CFPropertyListCreateFromXMLData.Sylvain Defresne
2016-01-31Remove use of deprecated CFURLCreateDataAndPropertiesFromResource function.Ivan Penkov
2016-01-21Revert "Fix deprecatation warning when building for recent SDKs on iOS/OS X."Olivier Robin
2016-01-07Fix deprecatation warning when building for recent SDKs on iOS/OS X.Sylvain Defresne
2015-12-29Let breakpad build with -Wall on OS X and Linux.Lei Zhang
2015-12-18Remove use of deprecated CFURLCreateDataAndPropertiesFromResource function.Ivan Penkov
2014-08-11Set 32 bits iOS app to use vm_region_recurse_64.blundell@chromium.org
2014-06-06Use PAGE_MAX_SIZE. PAGE_SIZE is now a variable size.qsr@chromium.org
2014-05-12[Mac] Remove unused host_info call and supporting calls.mark@chromium.org
2014-04-01Make ARM64 detection consistent in chromium.mark@chromium.org
2014-02-28Fixing compiler warnings:ivan.penkov@gmail.com
2014-02-26Update GTM and enable -Wundef and strict C++11 flags.dmaclach
2014-02-24Fixup breakpad compile for Xcode 5.1 iOS releasedmaclach
2014-02-18Fix up ~14 warnings about 'Implicit conversion loses integer precision' on iOS.dmaclach
2013-11-21Generate minidumps for 64-bit ARM apps on iOS.mark@chromium.org
2013-10-17Remove define of mach_vm_region from mach_vm_compatibility.h.qsr@chromium.org
2013-08-14Enable the SIGABRT handler on desktop OS Xted.mielczarek@gmail.com
2013-04-18Fix missing result check in Mac exception handlerted.mielczarek@gmail.com
2013-03-06Make OOP mac crashreporting exit after writing dumpted.mielczarek@gmail.com
2013-03-06Use stdint types everywhereted.mielczarek@gmail.com
2013-01-17Move scoped_ptr.h to commonted.mielczarek@gmail.com
2012-12-11Allow the Mac and iOS Breakpad clients to build without exceptions when the C...mark@chromium.org
2012-12-07Explicitly include unistd.h for getpagesize().mark@chromium.org
2012-10-04 Update dump_syms to correctly filter on cpu subtype.qsr@chromium.org
2012-10-03Fix an analyzer warning due to value assigned but not used.kenbongort@gmail.com
2012-09-26Fix a bunch of small nits.thestig@chromium.org
2012-09-21Turn on more warnings in ios / mac projects.qsr@chromium.org
2012-08-20 Getting context information from the kernel when catching a SIGABRT on iOS.qsr@chromium.org
2012-07-09 Fix compilation for iOS on XCode 4.5qsr@chromium.org
2012-05-14 Unprotect the allocator before trying to create a minidump from a signal.qsr@chromium.org
2012-03-30Fix one more -Wnull-conversion warning.mark@chromium.org
2012-03-30Fix -Wnull-conversion warnings in breakpad.mark@chromium.org
2012-03-13 Add high level API for breakpad on iOS.qsr@chromium.org
2012-03-09 Change iOS implementation to not use exc_serverqsr@chromium.org
2012-03-09 Add SIGABRT handler for mac and iOS.qsr@chromium.org
2012-03-08 Removing breakpad_exc_server and all references.qsr@chromium.org