aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux/minidump_writer/linux_dumper.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-5/+5
* 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
* Linux: Write out si_code for SIGBUS exceptions.Lei Zhang2018-04-031-0/+7
* Fix minidump on ChromeOSYunlian Jiang2017-12-201-8/+25
* Move main executable handling out of procmaps parser loop.Peter Collingbourne2017-10-171-19/+21
* Add crash reason and address to microdumps.Tobias Sargeant2017-08-141-0/+72
* Merge exec and non-exec segments while merging executable bit.Peter Collingbourne2017-05-261-3/+8
* Simplify ELF parser code.Peter Collingbourne2017-05-251-5/+4
* Make stack sanitization elide pointers to non-executable mappings.Tobias Sargeant2017-02-231-1/+3
* Sanitize dumped stacks to remove data that may be identifiable.Tobias Sargeant2017-01-311-3/+102
* Add API to skip dump if crashing thread doesn't reference a given moduleTobias Sargeant2017-01-181-0/+40
* Recover memory mappings before writing dump on ChromeOSTing-Yuan (Leo) Huang2016-07-181-0/+172
* 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-051-2/+1
* 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-071-24/+24
* 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-191-0/+125
* Refactor .so name detection logic in minidump/linux_dumper.primiano@chromium.org2014-10-171-3/+43
* 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
* Chrome on Android now supports loading the shared library directly from the A...rmcilroy@chromium.org2014-07-221-4/+83
* Fixing several instances of std::vector::operator[] out of range accessivan.penkov@gmail.com2013-05-211-3/+6
* Ensure a proper LinuxDumper::crash_thread_ valueted.mielczarek@gmail.com2013-05-171-1/+1
* Get the complete linux gate mapping instead of only one pageted.mielczarek@gmail.com2013-03-291-3/+2
* Minidumps never contain MD_LINUX_DSO_DEBUG info when breakpad is in a shared ...ted.mielczarek@gmail.com2012-09-191-45/+23
* SORRY. It seems I've screwed up my commit for http://breakpad.appspot.com/411...digit@chromium.org2012-08-031-8/+8
* Fix for putting main module as first one in minidumpmkrebs@chromium.org2012-03-301-2/+50
* Implement core dump to minidump conversion.benchan@chromium.org2012-01-191-266/+9
* Refactor LinuxDumper and MinidumpWriter.benchan@chromium.org2012-01-111-14/+22
* Replace readlink calls with a safer version that guarantees NULL-termination.benchan@chromium.org2011-12-211-3/+2
* Refactor code in preparation of merging with the fork in Chromium OS.benchan@chromium.org2011-12-161-16/+5
* Fix linux-gate handling in LinuxDumper so it gets a valid debug IDted.mielczarek2011-05-061-0/+15
* Another attempt at signed / unsigned int resolution for linux minidump writer.jessicag.feedback@gmail.com2011-03-301-3/+4
* Merge adjacent mappings with the same name into one module in LinuxDumper.ted.mielczarek2011-03-141-11/+22
* Updating to ints from unsigned ints so -1 will be an acceptable value.jessicag.feedback@gmail.com2011-03-031-1/+1
* allow passing info about known memory mappings to MinidumpWriter and Exceptio...ted.mielczarek2010-12-131-11/+14
* Reuse code and fix inconsistent array boundaries.kmixter@chromium.org2010-12-081-4/+4
* Linux: Attempt to generate an ELF identifier for deleted running binaries.thestig@chromium.org2010-11-191-14/+59
* Add asm/ptrace.h include to linux_dumper.cc to fix the silly scratchbox toolc...ted.mielczarek2010-10-211-8/+7
* Add support for building the Linux client code using the Android NDKted.mielczarek2010-10-201-3/+10
* Import linux_syscall_support.h from linux-syscall-support.googlecode.com inst...thestig@chromium.org2010-09-151-1/+1
* Fix a couple of bugs where we generate incorrect minidump files on Linux.othestig@chromium.org2010-08-141-4/+32
* Changes to fix build warnings on newer versions of GCC, and a fix to not try ...nealsid2010-05-101-0/+17
* ARM support, with some build system changes to support x86-64, arm, and i386 ...nealsid2010-03-021-28/+20
* fix compilation on 64-bit, followup from issue 357ted.mielczarek2009-12-231-0/+3
* Issue 357: New Linux file_id code doesn't persist across strip. r=agl,nealsid...ted.mielczarek2009-12-231-0/+29
* Fix some build warningsnealsid2009-12-101-1/+1
* Upstreaming several patches from Chrome:nealsid2009-12-011-1/+3