aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/handler/minidump_generator.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-92/+92
* ios: build for arm64eJoshua Peraza2020-01-031-2/+2
* Rename MDRawContextARM64 and its context flagsJoshua Peraza2018-08-011-4/+4
* 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
* Remove use of deprecated CFURLCreateDataAndPropertiesFromResource function.Ivan Penkov2015-12-181-12/+19
* 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
* Fix up ~14 warnings about 'Implicit conversion loses integer precision' on iOS.dmaclach2014-02-181-16/+18
* Generate minidumps for 64-bit ARM apps on iOS.mark@chromium.org2013-11-211-6/+111
* Enable the SIGABRT handler on desktop OS Xted.mielczarek@gmail.com2013-08-141-0/+13
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-061-19/+19
* Update dump_syms to correctly filter on cpu subtype.qsr@chromium.org2012-10-041-3/+5
* Turn on more warnings in ios / mac projects.qsr@chromium.org2012-09-211-12/+19
* Getting context information from the kernel when catching a SIGABRT on iOS.qsr@chromium.org2012-08-201-4/+20
* Correct various compilation warnings.qsr@chromium.org2012-03-071-4/+5
* Fix several error-case leaks on the Mac found by clang analysisstuartmorgan2011-11-141-2/+7
* Do not use mach_vm.h on iOS.qsr@chromium.org2011-10-241-14/+5
* Allow to retrieve id of a module from memory instead of going to disk for iOS.qsr@chromium.org2011-10-201-5/+23
* Handle ios dump.qsr@chromium.org2011-10-111-0/+4
* #ifdef cpu specific code.qsr@chromium.org2011-10-071-1/+100
* Add missing (parentehses.)mark@chromium.org2011-08-261-1/+1
* Fix CalculateStackSize to behave properly when the main thread's stack ismark@chromium.org2011-08-251-24/+32
* The process_id field is unsigned, so we need this cast in c++0x.mark@chromium.org2011-08-111-1/+2
* Fix clang warnings.mark@chromium.org2011-08-111-2/+2
* Fix a typo in r817ted.mielczarek2011-07-271-1/+1
* Fix compilation using the OS X 10.7 SDK by #ifdefing out PPC support when tar...ted.mielczarek@gmail.com2011-07-261-1/+16
* Fix MinidumpGenerator::WriteExceptionStream for writing cross-architecture dumpsted.mielczarek@gmail.com2010-12-161-5/+2
* Allow out-of-process minidump generation to work on processes of a different ...ted.mielczarek@gmail.com2010-12-151-93/+253
* Fix WriteMemoryListStream to remove an extraneous loop index variable increment.ted.mielczarek2010-11-301-1/+1
* Write a window of memory around the instruction pointer from the crashing thr...ted.mielczarek2010-09-231-2/+120
* Allow dumping live processes on OS Xted.mielczarek@gmail.com2010-08-131-1/+4
* Review: http://breakpad.appspot.com/136001dmaclach2010-07-281-7/+10
* Clean up build for 64 bit.dmaclach2010-07-191-12/+19
* issue 372 - fix Mac OS X minidump generation code to handle x86-64 properly. ...ted.mielczarek2010-04-291-4/+23
* Mozilla bug 532713 - OS X client code doesn't decoded extended family ids in ...ted.mielczarek2009-12-141-0/+15
* Fix compilation of OS X handler on PPC with 10.5 SDK. r=nealsid at http://br...ted.mielczarek2009-09-301-17/+4
* issue 323 - OS X exception handler / minidump generator should set exception ...ted.mielczarek2009-06-121-1/+6
* Patch from Jeremy to have better error reporting, and workaround a Cocoa bug ...nealsid2009-05-151-1/+2
* Patch from Jeremy Moskovich to build with 10.5 SDK correctly. Also removed e...nealsid2009-04-211-8/+6
* Added some sanity checks when iterating over threads in a crashed process. In...nealsid2008-11-191-22/+47
* Issue 181: Add version info for Mac OS X modules. Found by iterating over lo...nealsid2008-10-221-0/+20
* Bug fix for issue 263: mach_vm_region_recurse calls have invalid parameter sp...nealsid2008-05-071-3/+2
* Updated code to be compliant with style guidelinesnealsid2008-04-291-1/+1
* Issue 258: Added test cases for ReadTaskMemory, reorganized project file, ren...nealsid2008-04-251-1/+8
* Issue 254: The problem is that nlist() is compiled out of libc innealsid2008-04-121-1/+1
* Issue 246: Dynamic_images.* needs to be 64-bit ready. Created types that are ...nealsid2008-04-041-86/+192
* issue 167: reviewed by Benjamin Smedbergladderbreaker2007-05-221-32/+96