aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/handler/dynamic_images.h
AgeCommit message (Expand)Author
2022-09-07Update copyright boilerplate, 2022 edition (Breakpad)Mark Mentovai
2021-06-18Fix a -Wdeprecated-copy warning.Peter Kasting
2020-07-15fix pointer style to match the style guideMike Frysinger
2014-04-01Make ARM64 detection consistent in chromium.mark@chromium.org
2013-11-21Generate minidumps for 64-bit ARM apps on iOS.mark@chromium.org
2011-10-24 Do not use mach_vm.h on iOS.qsr@chromium.org
2011-10-07 #ifdef cpu specific code.qsr@chromium.org
2010-12-15Allow out-of-process minidump generation to work on processes of a different ...ted.mielczarek@gmail.com
2010-07-28Review: http://breakpad.appspot.com/136001dmaclach
2010-07-19Clean up build for 64 bit.dmaclach
2008-10-22Issue 181: Add version info for Mac OS X modules. Found by iterating over lo...nealsid
2008-06-04Filter out duplicates from the image list when creating a minidump. See issu...nealsid
2008-04-25Issue 258: Added test cases for ReadTaskMemory, reorganized project file, ren...nealsid
2008-04-12Issue 254: The problem is that nlist() is compiled out of libc innealsid
2008-04-04Issue 246: Dynamic_images.* needs to be 64-bit ready. Created types that are ...nealsid
2007-09-28Breakpad rejects valid modules with a vmaddr of zero on Mac (#176). Patchmmentovai
2007-07-03issue 194: reviewed by waylonisladderbreaker
2007-05-19- Add const keyword / casting to supress more stringient compiler warningswaylonis
2007-05-04Issue 160 - Reviewer Chris Rogersted.mielczarek
2007-05-02Issue 159: reviewer Waylonisladderbreaker