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
/
client
/
linux
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add API to skip dump if crashing thread doesn't reference a given module (2)
Tobias Sargeant
2017-01-19
1
-0
/
+8
*
Add API to skip dump if crashing thread doesn't reference a given module
Tobias Sargeant
2017-01-18
10
-62
/
+149
*
Fix unit tests expecting no output when a microdump is suppressed.
Tobias Sargeant
2016-12-12
1
-9
/
+9
*
Fix sign-compare compiler warning in MicrodumpWriterTest
Mike Percy
2016-12-10
1
-2
/
+2
*
crash_generation: fix bad call to close
Mike Frysinger
2016-12-09
1
-1
/
+1
*
Log a message when microdump output is suppressed.
Tobias Sargeant
2016-12-07
1
-0
/
+1
*
Do not generate a microdump if there are no webview pointers on the stack.
Tobias Sargeant
2016-12-01
3
-108
/
+208
*
Comment out an unused function argument
Orgad Shaneh
2016-11-29
1
-1
/
+1
*
Add process type to MicroDumpExtraInfo
Primiano Tucci
2016-07-19
2
-1
/
+16
*
Recover memory mappings before writing dump on ChromeOS
Ting-Yuan (Leo) Huang
2016-07-18
1
-0
/
+172
*
Server-side workaround to handle overlapping modules.
Ivan Penkov
2016-06-20
1
-0
/
+2
*
linux/android: add SIGTRAP to the list of signals handled by the client
Primiano Tucci
2016-06-08
1
-1
/
+1
*
Fixing an unused-variable warning in microdump_writer.cc
Ivan Penkov
2016-05-24
1
-1
/
+0
*
Fix stack collection with size limit
Lars Volker
2016-05-24
1
-0
/
+8
*
Functions only called by DumpFreeSpace need to be conditionally compiled.
Tobias Sargeant
2016-05-23
1
-0
/
+6
*
Add statistics about free space to microdump format.
Primiano Tucci
2016-05-23
1
-2
/
+141
*
breakpad: fix unittest errors
Yunlian Jiang
2016-05-04
1
-4
/
+0
*
Revert of Extend mapping merge to include reserved but unused mappings. (http...
Primiano Tucci
2016-04-28
1
-18
/
+0
*
Switch the Linux minidump writer to use MDCVInfoELF for CV data.
Ted Mielczarek
2016-04-05
7
-91
/
+119
*
Don't merge the mappings if their exec bit are different.
Primiano Tucci
2016-03-08
1
-1
/
+2
*
Add an optional root prefix to Linux dumpers
Dominik Laskowski
2016-03-07
7
-35
/
+58
*
Ensure Linux minidump writer flushes minidump header early.
Ted Mielczarek
2016-02-12
1
-11
/
+18
*
[mips64] Support for mips n64
Mike Frysinger
2016-02-06
4
-0
/
+24
*
Fix compilation of breakpad on Linux.
Sylvain Defresne
2016-01-08
1
-2
/
+2
*
Use range-based for loops in linux/minidump_writer/minidump_writer.cc.
Lei Zhang
2016-01-07
1
-45
/
+32
*
Avoid comparing size_t to be < 0 on AArch64.
Lei Zhang
2016-01-06
1
-2
/
+2
*
Fix -Wunused-function warnings in ASAN builds.
Lei Zhang
2015-12-30
1
-6
/
+2
*
Fix file descriptor leaks in linux CrashGenerationServer
Mike Frysinger
2015-11-11
1
-0
/
+3
*
Add GPU fingerprint information to breakpad microdumps.
Primiano Tucci
2015-09-28
7
-81
/
+164
*
Linux ExceptionHandler: don't allocate the CrashContext on the stack
Primiano Tucci
2015-09-22
1
-15
/
+27
*
Remove obsolete seccomp_unwinder for legacy (pre-BPF) sandbox
primiano@chromium.org
2015-08-18
4
-214
/
+0
*
[microdump] Move microdump writes to the crash ring-buffer log
primiano@chromium.org
2015-08-17
4
-3
/
+60
*
[microdump] Fix hw architecture indication in build fingerprint line
primiano@chromium.org
2015-08-17
2
-15
/
+60
*
Fix breakpad for arm on arm64
cjhopman@chromium.org
2015-08-05
1
-0
/
+6
*
add aarch64 support to minidump-2-core
vapier@chromium.org
2015-07-20
1
-3
/
+3
*
tests: InstructionPointerMemoryNullPointer: make it work under llvm
vapier@chromium.org
2015-07-20
1
-1
/
+6
*
Adjust breakpad module size to match adjusted start_addr.
rmcilroy@chromium.org
2015-06-30
1
-4
/
+9
*
Update breakpad for Android packed relocations.
rmcilroy@chromium.org
2015-06-19
4
-2
/
+192
*
[microdump] Add build fingerprint and product info metadata.
primiano@chromium.org
2015-05-15
6
-50
/
+163
*
Fix signal propagation logic for Linux/Android exception handler.
primiano@chromium.org
2015-04-30
1
-1
/
+2
*
[MIPS]: Use mcontext_t structure for MIPS
rmcilroy@chromium.org
2015-04-21
5
-48
/
+97
*
Fix call to rt_sigaction
cjhopman@chromium.org
2015-04-15
1
-4
/
+4
*
MIPS64: Initial MIPS64 related change.
mark@chromium.org
2015-04-15
5
-3
/
+21
*
Use __NR_rt_sigaction instead of __NR_sigaction
mark@chromium.org
2015-04-13
1
-1
/
+1
*
Workaround Android sigaction bug
mark@chromium.org
2015-04-10
1
-3
/
+21
*
Fix compilation with gcc --std=c++11
ted.mielczarek@gmail.com
2015-03-24
4
-9
/
+9
*
Fix compatibility with Android NDK r10d.
primiano@chromium.org
2015-03-16
1
-15
/
+0
*
Make breakpad compatible with Android NDK r10d.
primiano@chromium.org
2015-03-10
2
-5
/
+16
*
Microdump writer: stop using new/malloc in compromised context
primiano@chromium.org
2015-03-10
1
-9
/
+13
*
Fix overflow error in breakpad for linux
mark@chromium.org
2015-02-05
1
-4
/
+4
[next]