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
/
processor
Commit message (
Expand
)
Author
Age
Files
Lines
*
breakpad: Remove semicolons.
Nico Weber
2019-02-21
1
-1
/
+1
*
Define and use a a new MDRawContextARM64
Joshua Peraza
2018-08-01
4
-5
/
+10
*
Rename MDRawContextARM64 and its context flags
Joshua Peraza
2018-08-01
3
-5
/
+5
*
Only do Android-specific adjustments for Android minidumps.
Lei Zhang
2018-06-28
1
-1
/
+2
*
Refactor code out of MinidumpModuleList::Read().
Lei Zhang
2018-06-28
1
-0
/
+5
*
Add optional field indicating multiple symbols at an address
Mike Wittman
2017-11-29
1
-8
/
+12
*
Add -s flag to microdump_stackwalk for dumping stack contents.
Tobias Sargeant
2017-10-17
2
-3
/
+3
*
Dump Crashpad extension structures in minidump_dump
Mark Mentovai
2017-09-27
1
-1
/
+41
*
Add crash reason extraction to microdump processor
Tobias Sargeant
2017-08-21
1
-0
/
+4
*
Handle very large stack traces
Leonard Mosescu
2017-07-12
2
-3
/
+17
*
minidump_dump: dump stack memory like hexdump
Mike Frysinger
2017-03-24
1
-1
/
+15
*
minidump: mark Read as override in derived classes
Mike Frysinger
2017-02-20
1
-11
/
+10
*
Revert "Several fixes for broken Mac build"
Roman Margold
2017-02-01
1
-2
/
+2
*
Several fixes for broken Mac build
Roman Margold
2017-02-01
1
-2
/
+2
*
Populate stack frames with unloaded module info.
Joshua Peraza
2017-01-19
5
-4
/
+23
*
Added classes to support reading unloaded module lists in minidumps.
Joshua Peraza
2016-12-16
1
-0
/
+113
*
Allow compiling the google-breakpad code using a global ::string class instea...
Ivan Penkov
2016-11-08
1
-1
/
+1
*
Remove DISALLOW_COPY_AND_ASSIGN from MinidumpStreamInfo
Mark Mentovai
2016-07-20
1
-3
/
+0
*
Server-side workaround to handle overlapping modules.
Ivan Penkov
2016-06-20
5
-3
/
+79
*
[MIPS] Rename variable mips to mips32
Veljko Mihailovic
2016-05-25
1
-1
/
+1
*
Revert "Write adjusted range back to module"
Tao Bai
2016-05-13
1
-5
/
+0
*
Write adjusted range back to module
Tao Bai
2016-05-03
1
-0
/
+5
*
Add a missing const to an accessor.
Sebastien Marchand
2016-04-14
1
-1
/
+1
*
Support processing microdump for mips architecture
Veljko Mihailovic
2016-04-01
1
-0
/
+2
*
Add the TID to the CallStack.
Sebastien Marchand
2016-04-01
1
-1
/
+11
*
Support processing microdumps for x86 architecture.
Maria Mandlis
2016-02-18
1
-0
/
+1
*
Parse additional line introduced in the microdump format and containing the G...
Maria Mandlis
2016-02-11
1
-1
/
+9
*
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
1
-0
/
+4
*
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
*
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
*
Process minidumps generated on ARM64 in iOS apps.
mark@chromium.org
2013-11-23
2
-0
/
+66
*
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 support for mips.
gordana.cmiljanovic@imgtec.com
2013-09-11
2
-0
/
+68
*
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
1
-0
/
+7
*
Detect corrupt symbol files during minidump processing. Recover from the err...
ivan.penkov@gmail.com
2013-07-11
8
-9
/
+40
[next]