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
/
microdump_writer
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add crash reason and address to microdumps.
Tobias Sargeant
2017-08-14
2
-0
/
+38
*
Treat the process stack as the top of memory for free space histograms.
Tobias Sargeant
2017-03-29
1
-1
/
+15
*
fix write() unused-result warning
Mike Frysinger
2017-02-08
1
-1
/
+1
*
Wire up stack sanitization and skipping to WriteMinidump
Tobias Sargeant
2017-02-03
1
-2
/
+2
*
Sanitize dumped stacks to remove data that may be identifiable.
Tobias Sargeant
2017-01-31
3
-5
/
+96
*
Add API to skip dump if crashing thread doesn't reference a given module
Tobias Sargeant
2017-01-18
3
-44
/
+35
*
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
*
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
2
-107
/
+195
*
Add process type to MicroDumpExtraInfo
Primiano Tucci
2016-07-19
1
-0
/
+11
*
Fixing an unused-variable warning in microdump_writer.cc
Ivan Penkov
2016-05-24
1
-1
/
+0
*
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
*
Switch the Linux minidump writer to use MDCVInfoELF for CV data.
Ted Mielczarek
2016-04-05
1
-3
/
+18
*
Add an optional root prefix to Linux dumpers
Dominik Laskowski
2016-03-07
1
-1
/
+1
*
[mips64] Support for mips n64
Mike Frysinger
2016-02-06
1
-0
/
+6
*
Add GPU fingerprint information to breakpad microdumps.
Primiano Tucci
2015-09-28
3
-30
/
+91
*
Remove obsolete seccomp_unwinder for legacy (pre-BPF) sandbox
primiano@chromium.org
2015-08-18
1
-4
/
+0
*
[microdump] Move microdump writes to the crash ring-buffer log
primiano@chromium.org
2015-08-17
1
-2
/
+4
*
[microdump] Fix hw architecture indication in build fingerprint line
primiano@chromium.org
2015-08-17
2
-15
/
+60
*
Update breakpad for Android packed relocations.
rmcilroy@chromium.org
2015-06-19
1
-1
/
+1
*
[microdump] Add build fingerprint and product info metadata.
primiano@chromium.org
2015-05-15
3
-41
/
+104
*
Microdump writer: stop using new/malloc in compromised context
primiano@chromium.org
2015-03-10
1
-9
/
+13
*
Remove unused variable 'kGUIDStringSize' in microdump_writer_unittest.
benchan@chromium.org
2015-01-28
1
-4
/
+0
*
Microdumps: support aarch64 and lib mapping from APK
primiano@chromium.org
2014-12-02
2
-10
/
+36
*
Fix microdump_writer and add unittest.
primiano@chromium.org
2014-11-25
2
-10
/
+150
*
Introduce microdump writer class.
primiano@chromium.org
2014-10-28
2
-0
/
+422