aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/handler/minidump_generator.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Add const keyword / casting to supress more stringient compiler warningswaylonis2007-05-191-1/+1
* Issue 140 - Fill in some more cpu information on OS X x86 dumps. r=mentoted.mielczarek2007-05-111-0/+29
* Issue 164 - MACHINE_THREAD_STATE on older 10.4 versions. Patch by Dave Camp,...ted.mielczarek2007-05-081-11/+12
* Issue 152 - Patch by Dave Camp, Reviewer Chris Rogersted.mielczarek2007-05-031-8/+9
* Issue 159: reviewer Waylonisladderbreaker2007-05-021-44/+54
* fixes for issue 128: reviewed by Waylonisladderbreaker2007-03-081-4/+12
* Rename Airbag to Breakpad.mmentovai2007-02-141-12/+12
* Changes to support patch #108:waylonis2007-01-231-10/+23
* Add Mac exception handler and generator. Fixes issue #69. Reviewed by mment...waylonis2006-12-201-0/+694