aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-1525-461/+458
* Update Xcode project files to fix build errors.Ivan Penkov2020-01-292-23/+28
* ios: build for arm64eJoshua Peraza2020-01-032-3/+20
* Remove dependency of uploader.mm on GTMLoggerSylvain Defresne2019-11-121-12/+12
* Fix a build break with SDK 10.14.Ivan Penkov2019-05-291-2/+2
* [Breakpad iOS] Add a callback on report upload completion.Olivier Robin2019-04-232-0/+25
* breakpad: Remove semicolons, mac edition.Nico Weber2019-02-225-7/+7
* Define and use a a new MDRawContextARM64Joshua Peraza2018-08-011-0/+10
* Rename MDRawContextARM64 and its context flagsJoshua Peraza2018-08-011-4/+4
* mac: Fix broken xcode projectsJoshua Peraza2018-07-311-55/+51
* 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
* iOS client identifies itself via URL paramsRoman Margold2017-03-101-0/+44
* fix write() unused-result warningMike Frysinger2017-02-082-3/+5
* Revert "iOS client identifies itself via URL params"Roman Margold2017-02-011-37/+0
* iOS client identifies itself via URL paramsRoman Margold2017-02-011-0/+37
* 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
* Remove GTM_ENABLE_LEAKS and GTMGarbageCollectionDave MacLachlan2016-04-211-2/+0
* 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
* tests: InstructionPointerMemoryNullPointer: make it work under llvmvapier@chromium.org2015-07-201-1/+3
* 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