aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux/minidump_writer/linux_dumper.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge of Breakpad Chrome Linux forknealsid2009-08-171-0/+419