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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a win32 build error by moving a #include out of an #ifndef _WIN32
Ted Mielczarek
2016-09-20
1
-1
/
+2
*
This change allows compiling the google-breakpad code using a global ::string...
Ivan Penkov
2016-08-30
4
-10
/
+13
*
Updating ExploitabilityLinux to check memory mapping names against a prefix
Ben Scarlato
2016-08-29
3
-8
/
+15
*
Update MDRawMiscInfo to support version 5 of the MINIDUMP_MISC_INFO_N structure.
Gabriele Svelto
2016-08-19
1
-7
/
+80
*
Add new exception code for OOM generated from Chromium.
Will Harris
2016-07-19
1
-0
/
+3
*
Server-side workaround to handle overlapping modules.
Ivan Penkov
2016-06-20
12
-36
/
+158
*
Fix a trivial parsing bug caught by static analysis
Nicholas Nethercote
2016-06-10
1
-1
/
+1
*
Update symbol file documentation links.
Ralph Giles
2016-06-10
2
-2
/
+2
*
Adding support for overlapping ranges to RangeMap.
Ivan Penkov
2016-06-05
10
-89
/
+531
*
fix signed warning errors in unittests
Mike Frysinger
2016-05-26
1
-1
/
+1
*
[MIPS] Rename variable mips to mips32
Veljko Mihailovic
2016-05-25
1
-5
/
+5
*
Revert "Write adjusted range back to module"
Tao Bai
2016-05-13
1
-8
/
+0
*
Write adjusted range back to module
Tao Bai
2016-05-03
1
-0
/
+8
*
Make x86-64 frame pointer unwinding stricter
Ted Mielczarek
2016-04-19
2
-51
/
+169
*
Bump MinidumpMemoryRegion::max_bytes to 2MB
Ted Mielczarek
2016-04-14
1
-1
/
+1
*
Add some new stream types to MDStreamType
Ted Mielczarek
2016-04-13
1
-0
/
+8
*
Remove unreferenced local variable which breaks build.
Yunxiao Ma
2016-04-05
1
-3
/
+2
*
Rename stdio.h wrapper file to stdio_wrapper.h.
Yunxiao Ma
2016-04-05
6
-6
/
+6
*
Switch the Linux minidump writer to use MDCVInfoELF for CV data.
Ted Mielczarek
2016-04-05
1
-0
/
+74
*
Support processing microdump for mips architecture
Veljko Mihailovic
2016-04-01
6
-6
/
+252
*
Add the TID to the CallStack.
Sebastien Marchand
2016-04-01
3
-0
/
+3
*
Make EXC_BAD_ACCESS / EXC_I386_GPFLT print nicely in the processor
Ted Mielczarek
2016-03-29
1
-5
/
+21
*
Explicitly call non-sized delete on dynamically sized memory for correct beha...
Ivan Penkov
2016-03-11
1
-1
/
+1
*
Handle multiple microdumps in system log.
Maria Mandlis
2016-02-26
3
-4
/
+211
*
Support processing microdumps for x86 architecture.
Maria Mandlis
2016-02-18
3
-6
/
+215
*
Fix buffer overrun in MinidumpModule::debug_identifier with MDCVInfoELF
Ted Mielczarek
2016-02-17
1
-1
/
+3
*
Fixing a flaky Linux exploitability unittest.
Ivan Penkov
2016-02-16
3
-15
/
+81
*
Parse additional line introduced in the microdump format and containing the G...
Maria Mandlis
2016-02-11
10
-0
/
+47
*
Revert "Added a switch to dump minidump modules in minidump_stackwalk."
Lei Zhang
2016-02-10
3
-30
/
+5
*
Change MDCVInfoELF into something usable.
Ted Mielczarek
2016-02-10
2
-39
/
+290
*
[mips64] Support for mips n64
Mike Frysinger
2016-02-06
9
-130
/
+1027
*
Added a switch to dump minidump modules in minidump_stackwalk.
Lei Zhang
2016-01-29
3
-5
/
+30
*
Improvements to GYP build
Pavel Labath
2016-01-29
1
-3
/
+2
*
exploitability_unittest: fix warnings
Mike Frysinger
2016-01-21
1
-7
/
+6
*
Fix usage of snprintf for MSVC
Pavel Labath
2016-01-19
6
-17
/
+7
*
breakpad: fix unittest failure when building with clang.
Mike Frysinger
2016-01-15
1
-1
/
+1
*
disassembler_x86: Remove unused include
Pavel Labath
2016-01-08
1
-1
/
+0
*
Let breakpad build with -Wall on OS X and Linux.
Lei Zhang
2015-12-29
1
-9
/
+0
*
Fix ExploitabilityLinuxUtilsTest::DisassembleBytesTest to not fail when temp ...
Ted Mielczarek
2015-11-30
1
-1
/
+3
*
Issue in StackwalkerAMD64::GetCallerByFramePointerRecovery.
Ivan Penkov
2015-10-15
3
-9
/
+165
*
Fix MSVC build (including on 2015), drop some workarounds for MSVC older than...
Ted Mielczarek
2015-10-06
3
-10
/
+10
*
Increasing the Breakpad stack walker max scan limit from 30 to 40.
Ivan Penkov
2015-10-05
4
-6
/
+6
*
The "CPU architecture" field is being filled from the wrong part of
mmandlis@chromium.org
2015-08-26
6
-25
/
+106
*
Add check for Linux minidump ending on bad write for exploitability rating.
Liu.andrew.x@gmail.com
2015-08-21
11
-8
/
+569
*
Don't use strtok_s for mingw builds
ted.mielczarek@gmail.com
2015-08-20
3
-2
/
+4
*
Fix inttypes format macros in src/processor/proc_maps_linux.cc
primiano@chromium.org
2015-08-19
1
-1
/
+4
*
Fix proc_maps_linux compile for non-Linux
ted.mielczarek@gmail.com
2015-08-17
1
-4
/
+2
*
Add check for executable stack/heap when rating Linux exploitability.
Liu.andrew.x@gmail.com
2015-08-15
5
-3
/
+30
*
Add check to see if stack pointer is off the stack according to the memory
Liu.andrew.x@gmail.com
2015-08-15
5
-1
/
+33
*
Fix format specifier in proc maps to support 32-bit architectures.
Liu.andrew.x@gmail.com
2015-08-13
1
-4
/
+4
[next]