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
/
minidump_writer
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix minidump on ChromeOS
Yunlian Jiang
2017-12-20
1
-8
/
+25
*
Move main executable handling out of procmaps parser loop.
Peter Collingbourne
2017-10-17
1
-19
/
+21
*
Rename src/common/memory.h to memory_allocator.h.
Ted Mielczarek
2017-10-17
2
-2
/
+2
*
Replace remaining references to 'struct ucontext' with 'ucontext_t'
Mark Mentovai
2017-09-20
1
-1
/
+1
*
Add crash reason and address to microdumps.
Tobias Sargeant
2017-08-14
2
-0
/
+73
*
Merge exec and non-exec segments while merging executable bit.
Peter Collingbourne
2017-05-26
1
-3
/
+8
*
Don't attempt to use PTRACE_GETREGS if it isn't defined.
John Budorick
2017-05-25
1
-1
/
+5
*
Simplify ELF parser code.
Peter Collingbourne
2017-05-25
1
-5
/
+4
*
Use __NR_exit_group in MinidumpWriterTest.MinidumpStacksSkippedIfRequested.
John Budorick
2017-05-24
1
-10
/
+24
*
Fixing breakpad on old linux kernel
Andrew Ermakovich
2017-04-21
2
-29
/
+53
*
Treat the process stack as the top of memory for free space histograms.
Tobias Sargeant
2017-03-29
1
-0
/
+7
*
Fix ASSERT_EQUAL that should have been ASSERT_EQ.
Tobias Sargeant
2017-03-24
1
-1
/
+1
*
Don't generate minidump if crash thread doesn't ref principal mapping.
Tobias Sargeant
2017-03-23
2
-13
/
+105
*
[MIPS] Get (ptrace) value of $pc for a thread
Gordana Cmiljanovic
2017-03-22
1
-0
/
+2
*
Improve stack sanitization unittests.
Tobias Sargeant
2017-02-24
2
-47
/
+73
*
Make stack sanitization elide pointers to non-executable mappings.
Tobias Sargeant
2017-02-23
1
-1
/
+3
*
Use the correct PC when determining whether to skip storing a stack.
Tobias Sargeant
2017-02-23
1
-5
/
+7
*
Address post-submit review comments related to CL #430050
Tobias Sargeant
2017-02-07
2
-6
/
+13
*
Remove debugging fprintf in unittest code that prevents rolling breakpad
Tobias Sargeant
2017-02-06
1
-1
/
+0
*
Wire up stack sanitization and skipping to WriteMinidump
Tobias Sargeant
2017-02-03
3
-33
/
+214
*
Sanitize dumped stacks to remove data that may be identifiable.
Tobias Sargeant
2017-01-31
3
-54
/
+245
*
Add API to skip dump if crashing thread doesn't reference a given module
Tobias Sargeant
2017-01-18
3
-1
/
+59
*
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
*
Fix stack collection with size limit
Lars Volker
2016-05-24
1
-0
/
+8
*
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
5
-74
/
+100
*
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
6
-34
/
+57
*
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
1
-0
/
+6
*
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
*
Remove obsolete seccomp_unwinder for legacy (pre-BPF) sandbox
primiano@chromium.org
2015-08-18
1
-6
/
+0
*
Fix breakpad for arm on arm64
cjhopman@chromium.org
2015-08-05
1
-0
/
+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
3
-1
/
+191
*
[MIPS]: Use mcontext_t structure for MIPS
rmcilroy@chromium.org
2015-04-21
3
-27
/
+40
*
MIPS64: Initial MIPS64 related change.
mark@chromium.org
2015-04-15
2
-3
/
+13
*
Fix compilation with gcc --std=c++11
ted.mielczarek@gmail.com
2015-03-24
1
-1
/
+1
*
Handle failures of copying process data from a core file.
benchan@chromium.org
2015-02-02
6
-16
/
+31
*
Stop calling memmove when unnecessary
hashimoto@chromium.org
2015-01-27
1
-2
/
+4
*
Remove pointers from serialized file format
mdempsky@chromium.org
2014-12-11
1
-5
/
+9
*
Introduce microdump writer class.
primiano@chromium.org
2014-10-28
1
-8
/
+0
*
Refactor .so name detection logic in minidump/linux_dumper.
primiano@chromium.org
2014-10-17
3
-54
/
+70
*
Microdumps: refactor out common parts of minidump_writer.cc
primiano@chromium.org
2014-10-01
2
-619
/
+17
*
IWYU in minidump_writer.cc to fix building with libc++ after r1385.
thestig@chromium.org
2014-09-24
1
-0
/
+1
*
Fix clang compilation error introduced in r1380.
rmcilroy@chromium.org
2014-09-22
1
-1
/
+1
*
Extend mapping merge to include reserved but unused mappings.
rmcilroy@chromium.org
2014-09-19
1
-0
/
+18
[next]