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
...
*
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
*
Actually remove removed files
ted.mielczarek@gmail.com
2015-08-13
3
-0
/
+0
*
Remove some old unused code, add a missing include
ted.mielczarek@gmail.com
2015-08-13
3
-648
/
+0
*
Fix format specifier in proc maps to support 32-bit architectures.
Liu.andrew.x@gmail.com
2015-08-12
1
-1
/
+1
*
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
2
-1
/
+2
*
Workaround for range map overlaps caused by Android package relocation.
ivanpe@chromium.org
2015-08-10
1
-6
/
+25
*
Fix potential null pointer dereference.
Liu.andrew.x@gmail.com
2015-07-31
1
-8
/
+15
*
Remove unnecessary dependencies.
Liu.andrew.x@gmail.com
2015-07-29
1
-2
/
+0
*
Add support for Linux memory mapping stream and remove ELF header usage
Liu.andrew.x@gmail.com
2015-07-28
8
-205
/
+506
*
Add ELF header analysis when checking for instruction pointer in code.
Liu.andrew.x@gmail.com
2015-07-16
9
-10
/
+207
*
Set exception whitelist check as earlier check instead of last check.
Liu.andrew.x@gmail.com
2015-07-07
1
-15
/
+15
*
Use general instruction/stack pointer convenience method instead of manually
Liu.andrew.x@gmail.com
2015-06-30
3
-33
/
+55
*
Checking for benign exceptions that trigger a minidump.
Liu.andrew.x@gmail.com
2015-06-30
3
-3
/
+62
*
This CL adds support for ARM and ARM64 architectures when calculating
Liu.andrew.x@gmail.com
2015-06-30
1
-1
/
+8
*
Checking location of the instruction pointer to see if it is
Liu.andrew.x@gmail.com
2015-06-25
6
-0
/
+71
*
Fix signal propagation logic for Linux/Android exception handler.
primiano@chromium.org
2015-06-22
1
-2
/
+15
*
Microdump processor: be more tolerant for different logcat formats
primiano@chromium.org
2015-04-13
1
-1
/
+1
*
Add address and reason for IN_PAGE_ERROR.
mark@chromium.org
2015-04-10
4
-3
/
+6516
*
Formatting tweak for https://breakpad.appspot.com/9774002, add more newlines
ted.mielczarek@gmail.com
2015-02-27
1
-4
/
+5
[prev]
[next]