| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't call _exit() on iOS. | Justin Cohen | 2016-10-13 | 1 | -0/+5 |
* | Corrected some old references to mm files, which were renamed to cc files a w... | Ivan Penkov | 2016-09-01 | 1 | -4/+4 |
* | Remove GTM_ENABLE_LEAKS and GTMGarbageCollection | Dave MacLachlan | 2016-04-21 | 1 | -2/+0 |
* | Fix usage of deprecated function CFPropertyListCreateFromXMLData. | Sylvain Defresne | 2016-02-08 | 1 | -3/+3 |
* | Remove use of deprecated CFURLCreateDataAndPropertiesFromResource function. | Ivan Penkov | 2016-01-31 | 1 | -6/+19 |
* | Revert "Fix deprecatation warning when building for recent SDKs on iOS/OS X." | Olivier Robin | 2016-01-21 | 1 | -3/+3 |
* | Fix deprecatation warning when building for recent SDKs on iOS/OS X. | Sylvain Defresne | 2016-01-07 | 1 | -3/+3 |
* | Let breakpad build with -Wall on OS X and Linux. | Lei Zhang | 2015-12-29 | 1 | -6/+2 |
* | Remove use of deprecated CFURLCreateDataAndPropertiesFromResource function. | Ivan Penkov | 2015-12-18 | 1 | -12/+19 |
* | tests: InstructionPointerMemoryNullPointer: make it work under llvm | vapier@chromium.org | 2015-07-20 | 1 | -1/+3 |
* | Breakpad: Fix build with new clang versions. | mark@chromium.org | 2014-12-10 | 1 | -1/+1 |
* | Fixing the Mac Inspector build by adding the launch_report dependency to the ... | ivanpe@chromium.org | 2014-10-17 | 1 | -0/+10 |
* | Mac: Add support for in-process crash reporting to Breakpad. | andresantoso@chromium.org | 2014-09-15 | 5 | -49/+68 |
* | Adding possibility for client to upload the file | blundell@chromium.org | 2014-09-01 | 2 | -33/+59 |
* | constructor init list in wrong order in CrashGenerationServer | ted.mielczarek@gmail.com | 2014-08-28 | 1 | -2/+2 |
* | Set 32 bits iOS app to use vm_region_recurse_64. | blundell@chromium.org | 2014-08-11 | 1 | -4/+0 |
* | Use PAGE_MAX_SIZE. PAGE_SIZE is now a variable size. | qsr@chromium.org | 2014-06-06 | 1 | -1/+5 |
* | [Mac] Remove unused host_info call and supporting calls. | mark@chromium.org | 2014-05-12 | 1 | -11/+0 |
* | Make ARM64 detection consistent in chromium. | mark@chromium.org | 2014-04-01 | 4 | -7/+7 |
* | Fixing compiler warnings: | ivan.penkov@gmail.com | 2014-02-28 | 1 | -3/+3 |
* | Update GTM and enable -Wundef and strict C++11 flags. | dmaclach | 2014-02-26 | 1 | -7/+14 |
* | Fixup breakpad compile for Xcode 5.1 iOS release | dmaclach | 2014-02-24 | 2 | -4/+4 |
* | Fix up ~14 warnings about 'Implicit conversion loses integer precision' on iOS. | dmaclach | 2014-02-18 | 2 | -17/+19 |
* | Don't do work inside assert(). Ever. | mark@chromium.org | 2014-01-10 | 1 | -16/+13 |
* | Fix #include order from r1268. | mark@chromium.org | 2014-01-10 | 1 | -2/+2 |
* | Fix compilation with macos-target=10.9 | ted.mielczarek@gmail.com | 2014-01-03 | 1 | -0/+2 |
* | Remove usage of gDebugLog and DEBUGLOG from Mac and iOS client code. | altse@chromium.org | 2013-12-12 | 4 | -74/+5 |
* | Back out r1244 | mark@chromium.org | 2013-12-09 | 1 | -1/+11 |
* | Avoid redefinition of global static debug flag and remove unneeded | mark@chromium.org | 2013-12-05 | 1 | -11/+1 |
* | Generate minidumps for 64-bit ARM apps on iOS. | mark@chromium.org | 2013-11-21 | 7 | -23/+194 |
* | NSLocalizedString compatibility (10.8 SDK and clang trunk -Wformat-extra-args) | mark@chromium.org | 2013-11-05 | 1 | -12/+12 |
* | Remove define of mach_vm_region from mach_vm_compatibility.h. | qsr@chromium.org | 2013-10-17 | 1 | -1/+0 |
* | Enable the SIGABRT handler on desktop OS X | ted.mielczarek@gmail.com | 2013-08-14 | 3 | -8/+53 |
* | Fix a clang warning. | mark@chromium.org | 2013-06-27 | 1 | -5/+7 |
* | Rewrite SimpleStringDictionary with NonAllocatingMap. | rsesek@chromium.org | 2013-04-24 | 3 | -14/+13 |
* | Move SimpleStringDictionary from common/mac/ to just common/. | rsesek@chromium.org | 2013-04-18 | 8 | -304/+19 |
* | Fix missing result check in Mac exception handler | ted.mielczarek@gmail.com | 2013-04-18 | 1 | -3/+7 |
* | Make OOP mac crashreporting exit after writing dump | ted.mielczarek@gmail.com | 2013-03-06 | 1 | -1/+4 |
* | Use stdint types everywhere | ted.mielczarek@gmail.com | 2013-03-06 | 6 | -41/+41 |
* | Move scoped_ptr.h to common | ted.mielczarek@gmail.com | 2013-01-17 | 1 | -1/+1 |
* | Allow the Mac and iOS Breakpad clients to build without exceptions when the C... | mark@chromium.org | 2012-12-11 | 2 | -3/+29 |
* | Explicitly include unistd.h for getpagesize(). | mark@chromium.org | 2012-12-07 | 1 | -0/+1 |
* | Update dump_syms to correctly filter on cpu subtype. | qsr@chromium.org | 2012-10-04 | 1 | -3/+5 |
* | Fix an analyzer warning due to value assigned but not used. | kenbongort@gmail.com | 2012-10-03 | 1 | -2/+0 |
* | Add custom implementation of NXGetArchInfoXXX to allow adding new arch. | qsr@chromium.org | 2012-10-03 | 1 | -0/+12 |
* | Fix a bunch of small nits. | thestig@chromium.org | 2012-09-26 | 1 | -52/+50 |
* | Turn on more warnings in ios / mac projects. | qsr@chromium.org | 2012-09-21 | 3 | -18/+25 |
* | Add a GetInstructionPointer method to MinidumpException | ted.mielczarek@gmail.com | 2012-09-17 | 1 | -42/+3 |
* | Getting context information from the kernel when catching a SIGABRT on iOS. | qsr@chromium.org | 2012-08-20 | 4 | -9/+39 |
* | Ignore -Wdeprecated-declarations for bootstrap_create_service in | mark@chromium.org | 2012-07-23 | 1 | -0/+3 |