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
/
google_breakpad
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update MDRawMiscInfo to support version 5 of the MINIDUMP_MISC_INFO_N structure.
Gabriele Svelto
2016-08-19
1
-2
/
+59
*
Add new exception code for OOM generated from Chromium.
Will Harris
2016-07-19
1
-0
/
+3
*
Add some new stream types to MDStreamType
Ted Mielczarek
2016-04-13
1
-0
/
+4
*
Change MDCVInfoELF into something usable.
Ted Mielczarek
2016-02-10
2
-6
/
+23
*
[mips64] Support for mips n64
Mike Frysinger
2016-02-06
2
-0
/
+17
*
Make minidump-2-core.cc build with -Wformat.
Lei Zhang
2016-01-06
1
-0
/
+6
*
Fix MSVC build (including on 2015), drop some workarounds for MSVC older than...
Ted Mielczarek
2015-10-06
1
-24
/
+0
*
Use general instruction/stack pointer convenience method instead of manually
Liu.andrew.x@gmail.com
2015-06-30
3
-0
/
+15
*
[MIPS]: Use mcontext_t structure for MIPS
rmcilroy@chromium.org
2015-04-21
1
-20
/
+2
*
Add address and reason for IN_PAGE_ERROR.
mark@chromium.org
2015-04-10
1
-0
/
+2145
*
Remove pointers from serialized file format
mdempsky@chromium.org
2014-12-11
1
-10
/
+28
*
Fix Windows client compilation on mingw.
ted.mielczarek@gmail.com
2014-11-03
1
-1
/
+1
*
Add missing MD_MISCINFO_FLAGS1_BUILDSTRING. Revise documentation to clarify
mark@chromium.org
2014-06-03
1
-11
/
+14
*
Generate minidumps for 64-bit ARM apps on iOS.
mark@chromium.org
2013-11-21
2
-0
/
+142
*
Adding mips support for Android.
gordana.cmiljanovic@imgtec.com
2013-09-25
1
-1
/
+1
*
Adding support for mips.
gordana.cmiljanovic@imgtec.com
2013-09-11
2
-1
/
+179
*
Updating MDRawMiscInfo to support verions 3 and 4 of the MINIDUMP_MISC_INFO_N...
ivan.penkov@gmail.com
2013-08-02
1
-9
/
+104
*
Add MD_OS_NACL platform_id value for identifying NaCl minidumps
mseaborn@chromium.org
2013-05-06
1
-1
/
+2
*
Add MD_OS_PS3 to breakpad and exception types.
thestig@chromium.org
2013-04-25
2
-3
/
+72
*
Improve ARM CPU info reporting.
digit@chromium.org
2013-04-24
1
-1
/
+29
*
Change MDRawSystemInfo.processor_architecture value for PPC64 to 0x8002.
thestig@chromium.org
2013-04-13
1
-1
/
+1
*
Add PPC64 support to breakpad processor.
thestig@chromium.org
2013-04-12
2
-8
/
+9
*
Fix some more Win32 compat issues in processor code
ted.mielczarek@gmail.com
2013-03-06
1
-0
/
+1
*
Use stdint types everywhere
ted.mielczarek@gmail.com
2013-03-06
8
-302
/
+304
*
Fix linux compile errors for some systems.
qsr@chromium.org
2012-10-02
1
-1
/
+2
*
processor: add arm exception flags
qsr@chromium.org
2012-09-25
1
-0
/
+10
*
Allow generating minidumps from live process on Linux via ExceptionHandler
ted.mielczarek@gmail.com
2012-09-18
1
-1
/
+2
*
Speculatively back out r984. See http://codereview.chromium.org/10805065/
mark@chromium.org
2012-07-25
1
-5
/
+1
*
Move minidump_extension_linux.h contents into minidump_format.h
ted.mielczarek
2012-07-20
1
-2
/
+29
*
Add the capability to include an arbitrary data stream within minidumps
cdn@chromium.org
2012-07-10
1
-1
/
+5
*
Add MD_OS_ANDROID definition.
digit@chromium.org
2012-07-04
1
-1
/
+2
*
Add high level API for breakpad on iOS.
qsr@chromium.org
2012-03-13
1
-3
/
+5
*
Use frame pointer to walk ARM stack on iOS.
qsr@chromium.org
2011-10-17
1
-4
/
+5
*
Handle ios dump.
qsr@chromium.org
2011-10-11
1
-0
/
+1
*
Adjust MD_CONTEXT_CPU_MASK to reflect reality, fix some code so it can handle...
ted.mielczarek
2011-08-30
4
-8
/
+25
*
Add structure definitions for the memory info list, as well as some other new...
ted.mielczarek
2011-01-13
1
-2
/
+73
*
Added the base exploitability module for windows. This only adds the very bas...
cdn@chromium.org
2010-09-22
1
-1
/
+8
*
Fix a handful of comment spelling errors (Issue 385)
jessicag.feedback@gmail.com
2010-09-09
1
-2
/
+2
*
Add access violation detail for windows (read/write/dep). Add stack buffer ov...
nealsid
2010-06-04
1
-0
/
+4
*
Breakpad: Support DWARF CFI-driven stack walking on ARM.
jimblandy
2010-03-16
1
-0
/
+10
*
Basic arm cpu support for processor. r=mark at http://breakpad.appspot.com/49011
ted.mielczarek
2009-12-19
2
-4
/
+134
*
Issue 328 - should have constant for VC++ exceptions, and stringify in Minidu...
ted.mielczarek
2009-09-04
1
-1
/
+4
*
Fix build breaks on Solaris using Sun Studio.
nealsid
2009-02-23
1
-0
/
+8
*
64-bit processor can't handle 32-bit ppc minidumps due to struct padding
mmentovai
2008-05-14
1
-0
/
+7
*
Issue 245: refactoring minidump_format.h into architecture & platform specifi...
nealsid
2008-03-17
10
-706
/
+1321
*
This changelist contains the changes to the configuration of Visual Studio so...
doshimun@gmail.com
2008-03-10
1
-1
/
+1
*
Don't redefine __STDC_FORMAT_MACROS if it's already defined. r=mmentovai.
bryner
2008-03-04
1
-0
/
+2
*
Use "%" PRIx64 instead of "%llx" (#241). r=bryner
mmentovai
2008-02-25
1
-0
/
+9
*
Issue 196 - Breakpad processor support for x86-64. r=mento
ted.mielczarek
2007-10-31
1
-0
/
+154
*
Add SPARC/Solaris support to client handler and processor (#201, 200).
mmentovai
2007-09-26
1
-0
/
+129
[next]