aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/handler/dynamic_images.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-22/+22
* Let breakpad build with -Wall on OS X and Linux.Lei Zhang2015-12-291-6/+2
* Fix up ~14 warnings about 'Implicit conversion loses integer precision' on iOS.dmaclach2014-02-181-1/+1
* Explicitly include unistd.h for getpagesize().mark@chromium.org2012-12-071-0/+1
* Fix an analyzer warning due to value assigned but not used.kenbongort@gmail.com2012-10-031-2/+0
* Turn on more warnings in ios / mac projects.qsr@chromium.org2012-09-211-3/+3
* Fix -Wnull-conversion warnings in breakpad.mark@chromium.org2012-03-301-1/+1
* Do not use mach_vm.h on iOS.qsr@chromium.org2011-10-241-1/+0
* #ifdef cpu specific code.qsr@chromium.org2011-10-071-5/+17
* Use task_info(..., TASK_DYLD_INFO, ...) on 10.6 and later in preference tommentovai2011-04-051-5/+57
* Allow out-of-process minidump generation to work on processes of a different ...ted.mielczarek@gmail.com2010-12-151-217/+285
* review: http://breakpad.appspot.com/139001dmaclach2010-07-291-0/+1
* Clean up build for 64 bit.dmaclach2010-07-191-6/+4
* Issue 181: Add version info for Mac OS X modules. Found by iterating over lo...nealsid2008-10-221-16/+38
* Filter out duplicates from the image list when creating a minidump. See issu...nealsid2008-06-041-0/+8
* Bug fix for issue 263: mach_vm_region_recurse calls have invalid parameter sp...nealsid2008-05-071-2/+2
* Issue 261/262: 64-bit bug fix when iterating through load commands of a 64-bi...nealsid2008-05-051-0/+4
* Updated code to be compliant with style guidelinesnealsid2008-04-291-2/+2
* Issue 258: Added test cases for ReadTaskMemory, reorganized project file, ren...nealsid2008-04-251-12/+22
* Fix a bug in start address calculationnealsid2008-04-171-1/+1
* Issue 254: The problem is that nlist() is compiled out of libc innealsid2008-04-121-7/+38
* Issue 246: Dynamic_images.* needs to be 64-bit ready. Created types that are ...nealsid2008-04-041-80/+110
* Issue 208: Reviewer waylonisladderbreaker2007-09-191-14/+52
* Issue 197: reviewed by Waylonisladderbreaker2007-08-161-10/+63
* - Add const keyword / casting to supress more stringient compiler warningswaylonis2007-05-191-1/+14
* Issue 163, reviewer mento. Make dynamic_images.cc build on 10.3.9 SDK + upda...ted.mielczarek2007-05-071-4/+4
* Issue 159: reviewer Waylonisladderbreaker2007-05-021-0/+239