aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux/minidump_writer
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-1511-35/+35
* Use breakpad_getcontext on all Linux platforms missing getcontextMichael Forney2020-03-161-0/+1
* Use public fpregset_t type to define fpstate_tMichael Forney2020-03-101-1/+2
* Use standard header locations for poll.h and signal.hMichael Forney2020-03-102-2/+2
* Revert "Remove use of "register" keyword, deprecated in C++17"Mark Mentovai2019-11-011-1/+1
* linux, client: set module name from DT_SONAMEJoshua Peraza2019-10-301-17/+27
* linux, dump_syms: set module name from DT_SONAMEJoshua Peraza2019-10-241-43/+0
* Remove use of "register" keyword, deprecated in C++17Mark Mentovai2019-08-121-1/+1
* linux: fix broken testsJoshua Peraza2019-06-041-2/+2
* Linux breakpad_unittests: fix ThreadSanitizer problemsMark Mentovai2019-04-263-4/+18
* Linux MinidumpWriter: fix stack-use-after-scope violationMark Mentovai2019-04-261-2/+4
* Make breakpad_unittests work with Chrome's test runner instead of gtest'sMark Mentovai2019-04-191-3/+3
* linux_core_dumper: add missing newline to Android test-disabled messageMark Mentovai2019-04-091-3/+3
* linux_core_dumper: partially disable test on AndroidMike Frysinger2019-04-071-0/+9
* linux_core_dumper: add explicit casts for exception fieldsMike Frysinger2019-03-301-3/+10
* linux_core_dumper: handle missing SIGSYS supportMike Frysinger2019-03-142-0/+8
* linux_core_dumper: support setting exception_informationMike Frysinger2019-03-124-1/+76
* linux_core_dumper: add a fallback definition for NT_SIGINFOMike Frysinger2019-03-071-0/+1
* linux_core_dumper: support NT_SIGINFO for reading crashing addressMike Frysinger2019-03-031-0/+23
* Rename MDRawContextARM64 and its context flagsJoshua Peraza2018-08-011-1/+1
* Linux: Write out si_code for SIGBUS exceptions.Lei Zhang2018-04-034-8/+25
* 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