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
/
processor
/
testdata
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updating ExploitabilityLinux to check memory mapping names against a prefix
Ben Scarlato
2016-08-29
1
-0
/
+0
*
Support processing microdump for mips architecture
Veljko Mihailovic
2016-04-01
4
-0
/
+167
*
Handle multiple microdumps in system log.
Maria Mandlis
2016-02-26
1
-0
/
+197
*
Support processing microdumps for x86 architecture.
Maria Mandlis
2016-02-18
1
-0
/
+174
*
Parse additional line introduced in the microdump format and containing the G...
Maria Mandlis
2016-02-11
7
-0
/
+12
*
The "CPU architecture" field is being filled from the wrong part of
mmandlis@chromium.org
2015-08-26
4
-21
/
+102
*
Add check for Linux minidump ending on bad write for exploitability rating.
Liu.andrew.x@gmail.com
2015-08-21
6
-0
/
+0
*
Add check for executable stack/heap when rating Linux exploitability.
Liu.andrew.x@gmail.com
2015-08-15
2
-0
/
+0
*
Add check to see if stack pointer is off the stack according to the memory
Liu.andrew.x@gmail.com
2015-08-15
2
-0
/
+0
*
Add support for Linux memory mapping stream and remove ELF header usage
Liu.andrew.x@gmail.com
2015-07-28
2
-0
/
+0
*
Add ELF header analysis when checking for instruction pointer in code.
Liu.andrew.x@gmail.com
2015-07-16
6
-0
/
+0
*
Checking location of the instruction pointer to see if it is
Liu.andrew.x@gmail.com
2015-06-25
3
-0
/
+0
*
Microdumps: support aarch64 and lib mapping from APK
primiano@chromium.org
2014-12-02
12
-714
/
+148792
*
Surfacing the process create time in google_breakpad::ProcessState
ivanpe@chromium.org
2014-11-25
2
-0
/
+2
*
Introduce microdump_stackwalk comand line executable
primiano@chromium.org
2014-11-25
2
-0
/
+307
*
Microdump processing implementation
mmandlis@chromium.org
2014-11-19
2
-0
/
+406
*
Stringify minidump stream_type constants in minidump_dump output
ted.mielczarek@gmail.com
2014-07-11
1
-17
/
+17
*
Update output for test minidump_dump_test.
ivanpe@chromium.org
2014-06-25
1
-19
/
+20
*
Add some symbols missing from my last commit.
mattdr.breakpad@gmail.com
2013-10-29
3
-0
/
+15137
*
Add simple exploitability analysis for Linux crashes.
mattdr.breakpad@gmail.com
2013-10-29
5
-0
/
+13323
*
Print the correct return address, even on architectures where StackFrame::ins...
jimblandy
2013-01-22
2
-6
/
+6
*
FastSourceLineResolver implementation for optimization purpose.
SiyangXie@gmail.com
2010-10-21
1
-0
/
+22151
*
Make dump_syms output an INFO CODE_ID line that includes the code file and co...
ted.mielczarek
2010-10-05
1
-0
/
+1
*
missed test crashdumps in revision 706.
cdn@chromium.org
2010-10-02
4
-0
/
+0
*
Added libdisasm to the repository. This library is no longer under developmen...
cdn@chromium.org
2010-10-01
12
-0
/
+0
*
Import linux_syscall_support.h from linux-syscall-support.googlecode.com inst...
thestig@chromium.org
2010-09-15
1
-1
/
+1
*
Breakpad: Avoid using the C++ <cfoo> headers.
ted.mielczarek
2010-06-25
2
-2
/
+3
*
Fix test breakage caused by my last checkin :-(
nealsid
2010-06-04
2
-2
/
+2
*
Breakpad: Add minidump processor support for DWARF Call Frame Information.
jimblandy
2010-03-16
2
-0
/
+12
*
Breakpad processor: Fix function and public symbol lookup.
jimblandy
2010-01-28
1
-0
/
+3
*
Added on-demand minidump generation for Linux, and a Linux test app.
brdevmn
2009-12-16
1
-0
/
+81
*
Let x86 stackwalker scan stack in cases where program evaluation fails. Origi...
ted.mielczarek
2009-10-08
1
-0
/
+4
*
Fix newlines (#253). rs=ted.mielczarek
mmentovai
2008-04-07
1
-22151
/
+22151
*
Remove dependency on ole32 on Windows (#132). Patch by Sorin Jianu <sorinj>,...
mmentovai
2008-01-28
1
-2
/
+1
*
Allow finer control over installed handler types (#193). r=ted.mielczarek
mmentovai
2007-07-02
1
-1
/
+3
*
Updated test data from Issue 143
ted.mielczarek
2007-05-30
2
-1
/
+2
*
Issue 168 - Output debug file and debug identifier in minidump_stackwalk mach...
ted.mielczarek
2007-05-16
1
-13
/
+13
*
Ignore functions that have invalid addresses or sizes, instead of aborting the
bryner
2007-03-22
2
-0
/
+7
*
Rename Airbag to Breakpad.
mmentovai
2007-02-14
7
-21946
/
+22221
*
Airbag windows client didn't trap VC8 parameter validation errors. Now it
mmentovai
2007-02-07
1
-0
/
+1
*
Add module list to machine-readable minidump_stackwalk output (#119).
mmentovai
2007-01-29
1
-0
/
+21
*
Pass the exception record (EXCEPTION_POINTERS*) to callback functions from
mmentovai
2007-01-12
1
-1
/
+2
*
Fix capitalization of identifiers (#94). r=bryner
mmentovai
2006-12-12
1
-11
/
+11
*
Allow exception handler callbacks more flexibility (#81). r=bryner
mmentovai
2006-12-07
6
-21473
/
+21950
*
Test data update following PDBSourceLineWriter change (#91). r=bryner
mmentovai
2006-12-07
5
-5
/
+5
*
Module API (#32). r=waylonis, bryner
mmentovai
2006-12-05
2
-26
/
+80
*
Support GUID-less PDBs (#77). r=bryner
mmentovai
2006-11-21
5
-3948
/
+5
*
Suppress handler thread from appearing in MinidumpProcessor's ProcessState
mmentovai
2006-11-06
8
-15326
/
+22097
*
Symbol file should contain module GUID at beginning (#66). r=bryner
mmentovai
2006-11-06
5
-0
/
+5
*
minidump_stackwalk should use MinidumpProcessor (#64). r=bryner
mmentovai
2006-10-27
1
-0
/
+19
[next]