aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/handler/minidump_generator.h
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-35/+35
* ios: build for arm64eJoshua Peraza2020-01-031-1/+18
* Rename src/common/memory.h to memory_allocator.h.Ted Mielczarek2017-10-171-1/+1
* Make ARM64 detection consistent in chromium.mark@chromium.org2014-04-011-2/+2
* Generate minidumps for 64-bit ARM apps on iOS.mark@chromium.org2013-11-211-3/+13
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-061-6/+6
* Getting context information from the kernel when catching a SIGABRT on iOS.qsr@chromium.org2012-08-201-1/+9
* Fix compilation for iOS on XCode 4.5qsr@chromium.org2012-07-091-1/+1
* Creating minidump for uncaught exception on iOS.qsr@chromium.org2012-02-141-4/+12
* Do not use mach_vm.h on iOS.qsr@chromium.org2011-10-241-0/+1
* Allow to retrieve id of a module from memory instead of going to disk for iOS.qsr@chromium.org2011-10-201-2/+2
* #ifdef cpu specific code.qsr@chromium.org2011-10-071-2/+17
* Fix CalculateStackSize to behave properly when the main thread's stack ismark@chromium.org2011-08-251-3/+0
* Fix compilation using the OS X 10.7 SDK by #ifdefing out PPC support when tar...ted.mielczarek@gmail.com2011-07-261-0/+6
* Allow out-of-process minidump generation to work on processes of a different ...ted.mielczarek@gmail.com2010-12-151-21/+29
* Write a window of memory around the instruction pointer from the crashing thr...ted.mielczarek2010-09-231-1/+12
* Fix compilation of OS X handler on PPC with 10.5 SDK. r=nealsid at http://br...ted.mielczarek2009-09-301-1/+1
* issue 323 - OS X exception handler / minidump generator should set exception ...ted.mielczarek2009-06-121-1/+4
* Patch from Jeremy Moskovich to build with 10.5 SDK correctly. Also removed e...nealsid2009-04-211-0/+12
* Issue 246: Dynamic_images.* needs to be 64-bit ready. Created types that are ...nealsid2008-04-041-2/+24
* missed header renames from Issue 152ted.mielczarek2007-05-041-1/+1
* Issue 152 - Patch by Dave Camp, Reviewer Chris Rogersted.mielczarek2007-05-031-3/+4
* Issue 159: reviewer Waylonisladderbreaker2007-05-021-1/+12
* Rename Airbag to Breakpad.mmentovai2007-02-141-4/+4
* Changes to support patch #108:waylonis2007-01-231-1/+2
* Add Mac exception handler and generator. Fixes issue #69. Reviewed by mment...waylonis2006-12-201-0/+122