aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux/dump_writer_common
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-152-8/+8
* Use public fpregset_t type to define fpstate_tMichael Forney2020-03-102-3/+4
* Rename MDRawContextARM64 and its context flagsJoshua Peraza2018-08-013-3/+3
* 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-202-23/+23
* Add API to skip dump if crashing thread doesn't reference a given moduleTobias Sargeant2017-01-181-0/+13
* [mips64] Support for mips n64Mike Frysinger2016-02-062-0/+12
* Remove obsolete seccomp_unwinder for legacy (pre-BPF) sandboxprimiano@chromium.org2015-08-182-204/+0
* add aarch64 support to minidump-2-corevapier@chromium.org2015-07-201-3/+3
* [MIPS]: Use mcontext_t structure for MIPSrmcilroy@chromium.org2015-04-212-21/+57
* MIPS64: Initial MIPS64 related change.mark@chromium.org2015-04-152-0/+4
* Fix compilation with gcc --std=c++11ted.mielczarek@gmail.com2015-03-242-7/+7
* Fix compatibility with Android NDK r10d.primiano@chromium.org2015-03-161-15/+0
* Make breakpad compatible with Android NDK r10d.primiano@chromium.org2015-03-102-5/+16
* Fix overflow error in breakpad for linuxmark@chromium.org2015-02-051-4/+4
* Introduce microdump writer class.primiano@chromium.org2014-10-281-0/+12
* Fix breakpad on mips and x86_64 for the NDK r10c update.primiano@chromium.org2014-10-242-4/+5
* Microdumps: refactor out common parts of minidump_writer.ccprimiano@chromium.org2014-10-018-0/+976