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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Add check for Linux minidump ending on bad write for exploitability rating.
Liu.andrew.x@gmail.com
2015-08-21
2
-0
/
+15
*
Add check for executable stack/heap when rating Linux exploitability.
Liu.andrew.x@gmail.com
2015-08-15
1
-0
/
+3
*
Fix format specifier in proc maps to support 32-bit architectures.
Liu.andrew.x@gmail.com
2015-08-13
1
-2
/
+2
*
Remove some old unused code, add a missing include
ted.mielczarek@gmail.com
2015-08-13
1
-0
/
+2
*
Allow Print() to be called by const instances of MinidumpLinuxMaps and
Liu.andrew.x@gmail.com
2015-08-12
1
-2
/
+2
*
Change Print method of MinidumpLinuxMaps and MinidumpLinuxMapsList to print
Liu.andrew.x@gmail.com
2015-08-11
1
-0
/
+3
*
Fix potential null pointer dereference.
Liu.andrew.x@gmail.com
2015-07-31
1
-4
/
+0
*
Add support for Linux memory mapping stream and remove ELF header usage
Liu.andrew.x@gmail.com
2015-07-28
2
-2
/
+158
*
Fix incorrect comment.
Liu.andrew.x@gmail.com
2015-07-27
1
-1
/
+1
*
Use general instruction/stack pointer convenience method instead of manually
Liu.andrew.x@gmail.com
2015-06-30
4
-0
/
+19
*
[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
*
Microdumps: support aarch64 and lib mapping from APK
primiano@chromium.org
2014-12-02
1
-0
/
+4
*
Surfacing the process create time in google_breakpad::ProcessState
ivanpe@chromium.org
2014-11-25
3
-6
/
+17
*
Microdump processing implementation
mmandlis@chromium.org
2014-11-19
3
-1
/
+128
*
Fix Windows client compilation on mingw.
ted.mielczarek@gmail.com
2014-11-03
1
-1
/
+1
*
Introduce stub microdump processor classes.
mmandlis@chromium.org
2014-09-10
1
-0
/
+60
*
Refactoring in preparation for microdump processing
mmandlis@chromium.org
2014-09-08
8
-105
/
+259
*
Add missing MD_MISCINFO_FLAGS1_BUILDSTRING. Revise documentation to clarify
mark@chromium.org
2014-06-03
1
-11
/
+14
*
Process minidumps generated on ARM64 in iOS apps.
mark@chromium.org
2013-11-23
2
-0
/
+66
*
Generate minidumps for 64-bit ARM apps on iOS.
mark@chromium.org
2013-11-21
2
-0
/
+142
*
Add simple exploitability analysis for Linux crashes.
mattdr.breakpad@gmail.com
2013-10-29
1
-33
/
+35
*
Adding stricter validation checks to various symbol parser functions.
ivan.penkov@gmail.com
2013-09-25
1
-0
/
+58
*
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
4
-1
/
+247
*
Create StackFrame::FRAME_TRUST_PREWALKED trust type.
chrisha@chromium.org
2013-08-23
1
-6
/
+9
*
Allow setting a limit on the number of frames to be recovered by stack scanning.
ted.mielczarek@gmail.com
2013-08-19
1
-2
/
+15
*
Updating MDRawMiscInfo to support verions 3 and 4 of the MINIDUMP_MISC_INFO_N...
ivan.penkov@gmail.com
2013-08-02
2
-9
/
+111
*
Detect corrupt symbol files during minidump processing. Recover from the err...
ivan.penkov@gmail.com
2013-07-11
8
-9
/
+40
*
This change is addressing a particularly nasty issue where the stackwalker
ivan.penkov@gmail.com
2013-06-27
1
-2
/
+8
*
More robust stack walks when the IP address in the context frame is invalid (...
ivan.penkov@gmail.com
2013-06-26
1
-2
/
+9
*
Treat warnings as error and fix most level 4 warnings in the breakpad windows...
ivan.penkov@gmail.com
2013-06-04
1
-2
/
+2
*
Make x86-64 stack walking work for Native Client minidumps
mseaborn@chromium.org
2013-05-08
1
-4
/
+5
*
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
*
Don't print an error when a user-set max frames limit has been reached in the...
ted.mielczarek@gmail.com
2013-04-16
1
-1
/
+9
*
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
4
-8
/
+37
*
Keeping track of modules without symbols during crash report processing.
ivan.penkov@gmail.com
2013-03-06
2
-1
/
+17
*
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
19
-417
/
+419
*
Work around Windows headers #defining ERROR by renaming enum values in StackF...
ted.mielczarek@gmail.com
2013-03-04
1
-3
/
+3
*
Print the correct return address, even on architectures where StackFrame::ins...
jimblandy
2013-01-22
2
-5
/
+31
*
Fix a couple of warnings in stack_frame_symbolizer code
ted.mielczarek@gmail.com
2013-01-18
1
-1
/
+1
*
The Google-breakpad processor rejects (ignores) context records that lack CPU...
ivan.penkov@gmail.com
2012-12-08
1
-0
/
+10
*
Allow StackwalkerARM to scan much farther to find the caller of the context f...
ted.mielczarek@gmail.com
2012-12-04
1
-2
/
+4
[next]