aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux/minidump_writer
Commit message (Expand)AuthorAgeFilesLines
* Reuse code and fix inconsistent array boundaries.kmixter@chromium.org2010-12-083-10/+8
* Linux: Attempt to generate an ELF identifier for deleted running binaries.thestig@chromium.org2010-11-192-15/+71
* Delete an old Makefile and fix lots of lint errors.thestig@chromium.org2010-11-081-15/+16
* 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-207-10/+90
* Write a window of memory around the instruction pointer from the crashing thr...ted.mielczarek2010-09-233-6/+7
* Write a window of memory around the instruction pointer from the crashing thr...ted.mielczarek2010-09-171-2/+91
* Fix compilation for minidump-2-core.thestig@chromium.org2010-09-161-0/+1
* Import linux_syscall_support.h from linux-syscall-support.googlecode.com inst...thestig@chromium.org2010-09-154-4/+4
* remove trailing comma that makes gcc -pedantic unhappyted.mielczarek2010-08-161-1/+1
* Fix a couple of bugs where we generate incorrect minidump files on Linux.othestig@chromium.org2010-08-142-28/+286
* Miscellaneous improvements to minidump-2-core.thestig@chromium.org2010-08-141-0/+74
* Changes to fix build warnings on newer versions of GCC, and a fix to not try ...nealsid2010-05-101-0/+17
* [ Mistakenly committed older version of patch. This is the right one. ]jimblandy2010-03-291-3/+3
* Breakpad Linux client: Simplify VerifyStackReadWithMultipleThreads unit test.jimblandy2010-03-292-10/+19
* ARM support, with some build system changes to support x86-64, arm, and i386 ...nealsid2010-03-026-59/+231
* Breakpad: Update copyright notice years on all files changed in 2010.jimblandy2010-02-091-1/+1
* Refactor Chrome's out-of-process Linux code into CrashGeneration{Server,Clien...ted.mielczarek2010-02-051-10/+1
* 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-234-20/+104
* Fix some build warningsnealsid2009-12-102-2/+2
* remove trailing comma from enum definition to make it compile with -pedanticted.mielczarek2009-12-031-1/+1
* Upstreaming several patches from Chrome:nealsid2009-12-013-11/+17
* Merge of Breakpad Chrome Linux forknealsid2009-08-1710-0/+2179