aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux/minidump_writer
Commit message (Expand)AuthorAgeFilesLines
* Fix minidump on ChromeOSYunlian Jiang2017-12-201-8/+25
* Move main executable handling out of procmaps parser loop.Peter Collingbourne2017-10-171-19/+21
* Rename src/common/memory.h to memory_allocator.h.Ted Mielczarek2017-10-172-2/+2
* Replace remaining references to 'struct ucontext' with 'ucontext_t'Mark Mentovai2017-09-201-1/+1
* Add crash reason and address to microdumps.Tobias Sargeant2017-08-142-0/+73
* Merge exec and non-exec segments while merging executable bit.Peter Collingbourne2017-05-261-3/+8
* Don't attempt to use PTRACE_GETREGS if it isn't defined.John Budorick2017-05-251-1/+5
* Simplify ELF parser code.Peter Collingbourne2017-05-251-5/+4
* Use __NR_exit_group in MinidumpWriterTest.MinidumpStacksSkippedIfRequested.John Budorick2017-05-241-10/+24
* Fixing breakpad on old linux kernelAndrew Ermakovich2017-04-212-29/+53
* Treat the process stack as the top of memory for free space histograms.Tobias Sargeant2017-03-291-0/+7
* Fix ASSERT_EQUAL that should have been ASSERT_EQ.Tobias Sargeant2017-03-241-1/+1
* Don't generate minidump if crash thread doesn't ref principal mapping.Tobias Sargeant2017-03-232-13/+105
* [MIPS] Get (ptrace) value of $pc for a threadGordana Cmiljanovic2017-03-221-0/+2
* Improve stack sanitization unittests.Tobias Sargeant2017-02-242-47/+73
* Make stack sanitization elide pointers to non-executable mappings.Tobias Sargeant2017-02-231-1/+3
* Use the correct PC when determining whether to skip storing a stack.Tobias Sargeant2017-02-231-5/+7
* Address post-submit review comments related to CL #430050Tobias Sargeant2017-02-072-6/+13
* Remove debugging fprintf in unittest code that prevents rolling breakpadTobias Sargeant2017-02-061-1/+0
* Wire up stack sanitization and skipping to WriteMinidumpTobias Sargeant2017-02-033-33/+214
* Sanitize dumped stacks to remove data that may be identifiable.Tobias Sargeant2017-01-313-54/+245
* Add API to skip dump if crashing thread doesn't reference a given moduleTobias Sargeant2017-01-183-1/+59
* Recover memory mappings before writing dump on ChromeOSTing-Yuan (Leo) Huang2016-07-181-0/+172
* Server-side workaround to handle overlapping modules.Ivan Penkov2016-06-201-0/+2
* Fix stack collection with size limitLars Volker2016-05-241-0/+8
* Revert of Extend mapping merge to include reserved but unused mappings. (http...Primiano Tucci2016-04-281-18/+0
* Switch the Linux minidump writer to use MDCVInfoELF for CV data.Ted Mielczarek2016-04-055-74/+100
* Don't merge the mappings if their exec bit are different.Primiano Tucci2016-03-081-1/+2
* Add an optional root prefix to Linux dumpersDominik Laskowski2016-03-076-34/+57
* Ensure Linux minidump writer flushes minidump header early.Ted Mielczarek2016-02-121-11/+18
* [mips64] Support for mips n64Mike Frysinger2016-02-061-0/+6
* Fix compilation of breakpad on Linux.Sylvain Defresne2016-01-081-2/+2
* Use range-based for loops in linux/minidump_writer/minidump_writer.cc.Lei Zhang2016-01-071-45/+32
* Avoid comparing size_t to be < 0 on AArch64.Lei Zhang2016-01-061-2/+2
* Remove obsolete seccomp_unwinder for legacy (pre-BPF) sandboxprimiano@chromium.org2015-08-181-6/+0
* Fix breakpad for arm on arm64cjhopman@chromium.org2015-08-051-0/+6
* Adjust breakpad module size to match adjusted start_addr.rmcilroy@chromium.org2015-06-301-4/+9
* Update breakpad for Android packed relocations.rmcilroy@chromium.org2015-06-193-1/+191
* [MIPS]: Use mcontext_t structure for MIPSrmcilroy@chromium.org2015-04-213-27/+40
* MIPS64: Initial MIPS64 related change.mark@chromium.org2015-04-152-3/+13
* Fix compilation with gcc --std=c++11ted.mielczarek@gmail.com2015-03-241-1/+1
* Handle failures of copying process data from a core file.benchan@chromium.org2015-02-026-16/+31
* Stop calling memmove when unnecessaryhashimoto@chromium.org2015-01-271-2/+4
* Remove pointers from serialized file formatmdempsky@chromium.org2014-12-111-5/+9
* Introduce microdump writer class.primiano@chromium.org2014-10-281-8/+0
* Refactor .so name detection logic in minidump/linux_dumper.primiano@chromium.org2014-10-173-54/+70
* Microdumps: refactor out common parts of minidump_writer.ccprimiano@chromium.org2014-10-012-619/+17
* IWYU in minidump_writer.cc to fix building with libc++ after r1385.thestig@chromium.org2014-09-241-0/+1
* Fix clang compilation error introduced in r1380.rmcilroy@chromium.org2014-09-221-1/+1
* Extend mapping merge to include reserved but unused mappings.rmcilroy@chromium.org2014-09-191-0/+18