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
/
minidump_generator.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Generate minidumps for 64-bit ARM apps on iOS.
mark@chromium.org
2013-11-21
1
-6
/
+111
*
Enable the SIGABRT handler on desktop OS X
ted.mielczarek@gmail.com
2013-08-14
1
-0
/
+13
*
Use stdint types everywhere
ted.mielczarek@gmail.com
2013-03-06
1
-19
/
+19
*
Update dump_syms to correctly filter on cpu subtype.
qsr@chromium.org
2012-10-04
1
-3
/
+5
*
Turn on more warnings in ios / mac projects.
qsr@chromium.org
2012-09-21
1
-12
/
+19
*
Getting context information from the kernel when catching a SIGABRT on iOS.
qsr@chromium.org
2012-08-20
1
-4
/
+20
*
Correct various compilation warnings.
qsr@chromium.org
2012-03-07
1
-4
/
+5
*
Fix several error-case leaks on the Mac found by clang analysis
stuartmorgan
2011-11-14
1
-2
/
+7
*
Do not use mach_vm.h on iOS.
qsr@chromium.org
2011-10-24
1
-14
/
+5
*
Allow to retrieve id of a module from memory instead of going to disk for iOS.
qsr@chromium.org
2011-10-20
1
-5
/
+23
*
Handle ios dump.
qsr@chromium.org
2011-10-11
1
-0
/
+4
*
#ifdef cpu specific code.
qsr@chromium.org
2011-10-07
1
-1
/
+100
*
Add missing (parentehses.)
mark@chromium.org
2011-08-26
1
-1
/
+1
*
Fix CalculateStackSize to behave properly when the main thread's stack is
mark@chromium.org
2011-08-25
1
-24
/
+32
*
The process_id field is unsigned, so we need this cast in c++0x.
mark@chromium.org
2011-08-11
1
-1
/
+2
*
Fix clang warnings.
mark@chromium.org
2011-08-11
1
-2
/
+2
*
Fix a typo in r817
ted.mielczarek
2011-07-27
1
-1
/
+1
*
Fix compilation using the OS X 10.7 SDK by #ifdefing out PPC support when tar...
ted.mielczarek@gmail.com
2011-07-26
1
-1
/
+16
*
Fix MinidumpGenerator::WriteExceptionStream for writing cross-architecture dumps
ted.mielczarek@gmail.com
2010-12-16
1
-5
/
+2
*
Allow out-of-process minidump generation to work on processes of a different ...
ted.mielczarek@gmail.com
2010-12-15
1
-93
/
+253
*
Fix WriteMemoryListStream to remove an extraneous loop index variable increment.
ted.mielczarek
2010-11-30
1
-1
/
+1
*
Write a window of memory around the instruction pointer from the crashing thr...
ted.mielczarek
2010-09-23
1
-2
/
+120
*
Allow dumping live processes on OS X
ted.mielczarek@gmail.com
2010-08-13
1
-1
/
+4
*
Review: http://breakpad.appspot.com/136001
dmaclach
2010-07-28
1
-7
/
+10
*
Clean up build for 64 bit.
dmaclach
2010-07-19
1
-12
/
+19
*
issue 372 - fix Mac OS X minidump generation code to handle x86-64 properly. ...
ted.mielczarek
2010-04-29
1
-4
/
+23
*
Mozilla bug 532713 - OS X client code doesn't decoded extended family ids in ...
ted.mielczarek
2009-12-14
1
-0
/
+15
*
Fix compilation of OS X handler on PPC with 10.5 SDK. r=nealsid at http://br...
ted.mielczarek
2009-09-30
1
-17
/
+4
*
issue 323 - OS X exception handler / minidump generator should set exception ...
ted.mielczarek
2009-06-12
1
-1
/
+6
*
Patch from Jeremy to have better error reporting, and workaround a Cocoa bug ...
nealsid
2009-05-15
1
-1
/
+2
*
Patch from Jeremy Moskovich to build with 10.5 SDK correctly. Also removed e...
nealsid
2009-04-21
1
-8
/
+6
*
Added some sanity checks when iterating over threads in a crashed process. In...
nealsid
2008-11-19
1
-22
/
+47
*
Issue 181: Add version info for Mac OS X modules. Found by iterating over lo...
nealsid
2008-10-22
1
-0
/
+20
*
Bug fix for issue 263: mach_vm_region_recurse calls have invalid parameter sp...
nealsid
2008-05-07
1
-3
/
+2
*
Updated code to be compliant with style guidelines
nealsid
2008-04-29
1
-1
/
+1
*
Issue 258: Added test cases for ReadTaskMemory, reorganized project file, ren...
nealsid
2008-04-25
1
-1
/
+8
*
Issue 254: The problem is that nlist() is compiled out of libc in
nealsid
2008-04-12
1
-1
/
+1
*
Issue 246: Dynamic_images.* needs to be 64-bit ready. Created types that are ...
nealsid
2008-04-04
1
-86
/
+192
*
issue 167: reviewed by Benjamin Smedberg
ladderbreaker
2007-05-22
1
-32
/
+96
*
- Add const keyword / casting to supress more stringient compiler warnings
waylonis
2007-05-19
1
-1
/
+1
*
Issue 140 - Fill in some more cpu information on OS X x86 dumps. r=mento
ted.mielczarek
2007-05-11
1
-0
/
+29
*
Issue 164 - MACHINE_THREAD_STATE on older 10.4 versions. Patch by Dave Camp,...
ted.mielczarek
2007-05-08
1
-11
/
+12
*
Issue 152 - Patch by Dave Camp, Reviewer Chris Rogers
ted.mielczarek
2007-05-03
1
-8
/
+9
*
Issue 159: reviewer Waylonis
ladderbreaker
2007-05-02
1
-44
/
+54
*
fixes for issue 128: reviewed by Waylonis
ladderbreaker
2007-03-08
1
-4
/
+12
*
Rename Airbag to Breakpad.
mmentovai
2007-02-14
1
-12
/
+12
*
Changes to support patch #108:
waylonis
2007-01-23
1
-10
/
+23
*
Add Mac exception handler and generator. Fixes issue #69. Reviewed by mment...
waylonis
2006-12-20
1
-0
/
+694