aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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