aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux/minidump_writer/linux_dumper.h
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-2/+2
* linux_core_dumper: support setting exception_informationMike Frysinger2019-03-121-0/+14
* Linux: Write out si_code for SIGBUS exceptions.Lei Zhang2018-04-031-0/+8
* Rename src/common/memory.h to memory_allocator.h.Ted Mielczarek2017-10-171-1/+1
* Add crash reason and address to microdumps.Tobias Sargeant2017-08-141-0/+1
* Treat the process stack as the top of memory for free space histograms.Tobias Sargeant2017-03-291-0/+7
* Sanitize dumped stacks to remove data that may be identifiable.Tobias Sargeant2017-01-311-0/+13
* Add API to skip dump if crashing thread doesn't reference a given moduleTobias Sargeant2017-01-181-0/+18
* Switch the Linux minidump writer to use MDCVInfoELF for CV data.Ted Mielczarek2016-04-051-1/+2
* Add an optional root prefix to Linux dumpersDominik Laskowski2016-03-071-6/+16
* Update breakpad for Android packed relocations.rmcilroy@chromium.org2015-06-191-0/+65
* MIPS64: Initial MIPS64 related change.mark@chromium.org2015-04-151-2/+4
* 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-021-2/+2
* Refactor .so name detection logic in minidump/linux_dumper.primiano@chromium.org2014-10-171-8/+13
* Microdumps: refactor out common parts of minidump_writer.ccprimiano@chromium.org2014-10-011-48/+2
* Chrome on Android now supports loading the shared library directly from the A...rmcilroy@chromium.org2014-07-221-0/+8
* First cut at adding arm64 Linux / Android support to Breakpad.rmcilroy@chromium.org2014-04-021-1/+5
* Adding support for mips.gordana.cmiljanovic@imgtec.com2013-09-111-1/+7
* Don't bail if a thread's stack pointer is invalidmkrebs@chromium.org2012-10-081-4/+1
* Minidumps never contain MD_LINUX_DSO_DEBUG info when breakpad is in a shared ...ted.mielczarek@gmail.com2012-09-191-9/+9
* Improve Android supportdigit@chromium.org2012-08-211-22/+0
* Fix for putting main module as first one in minidumpmkrebs@chromium.org2012-03-301-1/+3
* Implement core dump to minidump conversion.benchan@chromium.org2012-01-191-16/+31
* Refactor LinuxDumper and MinidumpWriter.benchan@chromium.org2012-01-111-9/+34
* Another attempt at signed / unsigned int resolution for linux minidump writer.jessicag.feedback@gmail.com2011-03-301-2/+3
* 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-3/+5
* Linux: Attempt to generate an ELF identifier for deleted running binaries.thestig@chromium.org2010-11-191-1/+12
* Add support for building the Linux client code using the Android NDKted.mielczarek2010-10-201-0/+24
* Write a window of memory around the instruction pointer from the crashing thr...ted.mielczarek2010-09-231-1/+1
* ARM support, with some build system changes to support x86-64, arm, and i386 ...nealsid2010-03-021-7/+11
* Issue 357: New Linux file_id code doesn't persist across strip. r=agl,nealsid...ted.mielczarek2009-12-231-0/+5
* Upstreaming several patches from Chrome:nealsid2009-12-011-2/+6
* Merge of Breakpad Chrome Linux forknealsid2009-08-171-0/+142