index
:
breakpad
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
client
/
mac
/
handler
/
dynamic_images.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Let breakpad build with -Wall on OS X and Linux.
Lei Zhang
2015-12-29
1
-6
/
+2
*
Fix up ~14 warnings about 'Implicit conversion loses integer precision' on iOS.
dmaclach
2014-02-18
1
-1
/
+1
*
Explicitly include unistd.h for getpagesize().
mark@chromium.org
2012-12-07
1
-0
/
+1
*
Fix an analyzer warning due to value assigned but not used.
kenbongort@gmail.com
2012-10-03
1
-2
/
+0
*
Turn on more warnings in ios / mac projects.
qsr@chromium.org
2012-09-21
1
-3
/
+3
*
Fix -Wnull-conversion warnings in breakpad.
mark@chromium.org
2012-03-30
1
-1
/
+1
*
Do not use mach_vm.h on iOS.
qsr@chromium.org
2011-10-24
1
-1
/
+0
*
#ifdef cpu specific code.
qsr@chromium.org
2011-10-07
1
-5
/
+17
*
Use task_info(..., TASK_DYLD_INFO, ...) on 10.6 and later in preference to
mmentovai
2011-04-05
1
-5
/
+57
*
Allow out-of-process minidump generation to work on processes of a different ...
ted.mielczarek@gmail.com
2010-12-15
1
-217
/
+285
*
review: http://breakpad.appspot.com/139001
dmaclach
2010-07-29
1
-0
/
+1
*
Clean up build for 64 bit.
dmaclach
2010-07-19
1
-6
/
+4
*
Issue 181: Add version info for Mac OS X modules. Found by iterating over lo...
nealsid
2008-10-22
1
-16
/
+38
*
Filter out duplicates from the image list when creating a minidump. See issu...
nealsid
2008-06-04
1
-0
/
+8
*
Bug fix for issue 263: mach_vm_region_recurse calls have invalid parameter sp...
nealsid
2008-05-07
1
-2
/
+2
*
Issue 261/262: 64-bit bug fix when iterating through load commands of a 64-bi...
nealsid
2008-05-05
1
-0
/
+4
*
Updated code to be compliant with style guidelines
nealsid
2008-04-29
1
-2
/
+2
*
Issue 258: Added test cases for ReadTaskMemory, reorganized project file, ren...
nealsid
2008-04-25
1
-12
/
+22
*
Fix a bug in start address calculation
nealsid
2008-04-17
1
-1
/
+1
*
Issue 254: The problem is that nlist() is compiled out of libc in
nealsid
2008-04-12
1
-7
/
+38
*
Issue 246: Dynamic_images.* needs to be 64-bit ready. Created types that are ...
nealsid
2008-04-04
1
-80
/
+110
*
Issue 208: Reviewer waylonis
ladderbreaker
2007-09-19
1
-14
/
+52
*
Issue 197: reviewed by Waylonis
ladderbreaker
2007-08-16
1
-10
/
+63
*
- Add const keyword / casting to supress more stringient compiler warnings
waylonis
2007-05-19
1
-1
/
+14
*
Issue 163, reviewer mento. Make dynamic_images.cc build on 10.3.9 SDK + upda...
ted.mielczarek
2007-05-07
1
-4
/
+4
*
Issue 159: reviewer Waylonis
ladderbreaker
2007-05-02
1
-0
/
+239