aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux
Commit message (Expand)AuthorAgeFilesLines
* Fix an assertion encountered in UntypedMDRVA::Copy().mmentovai2011-07-011-0/+9
* Add some headers necessary to build the Linux client code with the Android ND...ted.mielczarek@gmail.com2011-05-312-0/+3
* Fix linux-gate handling in LinuxDumper so it gets a valid debug IDted.mielczarek2011-05-062-2/+92
* Another attempt at signed / unsigned int resolution for linux minidump writer.jessicag.feedback@gmail.com2011-03-304-11/+15
* Adding header files at the request of Chrome.jessicag.feedback@gmail.com2011-03-221-0/+2
* Add trusted checkjessicag.feedback@gmail.com2011-03-221-2/+7
* Merge adjacent mappings with the same name into one module in LinuxDumper.ted.mielczarek2011-03-142-23/+117
* Updating to ints from unsigned ints so -1 will be an acceptable value.jessicag.feedback@gmail.com2011-03-033-5/+4
* Fix clang warning / miscompile.mmentovai2011-01-241-2/+2
* Fix compile by adding needed includes.thestig@chromium.org2011-01-121-6/+11
* allow passing info about known memory mappings to MinidumpWriter and Exceptio...ted.mielczarek2010-12-1310-77/+616
* 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-084-149/+37
* 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-2012-24/+242
* Write a window of memory around the instruction pointer from the crashing thr...ted.mielczarek2010-09-235-7/+322
* Write a window of memory around the instruction pointer from the crashing thr...ted.mielczarek2010-09-172-2/+214
* Fix compilation for minidump-2-core.thestig@chromium.org2010-09-161-0/+1
* Add a free() to ExceptionHandlerTest.ChildCrash.thestig@chromium.org2010-09-161-0/+1
* Import linux_syscall_support.h from linux-syscall-support.googlecode.com inst...thestig@chromium.org2010-09-157-8/+8
* Fix a handful of comment spelling errors (Issue 385)jessicag.feedback@gmail.com2010-09-091-1/+1
* Allow Linux dumper to work on PTRACE-hardened kernelsted.mielczarek2010-08-272-0/+69
* Clean up old glog code and move deps to new reference in third_party.jessicag.feedback@gmail.com2010-08-191-1/+1
* When done with crash-dumping, we need to terminate the application. Callingthestig@chromium.org2010-08-171-8/+20
* 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-143-31/+293
* Miscellaneous improvements to minidump-2-core.thestig@chromium.org2010-08-141-0/+74
* Remove LOG statements from linux utilities so there's no dependency on log li...nealsid2010-05-271-2/+4
* Changes to fix build warnings on newer versions of GCC, and a fix to not try ...nealsid2010-05-103-2/+20
* [ 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-0211-83/+290
* Breakpad: Update copyright notice years on all files changed in 2010.jimblandy2010-02-099-9/+9
* Refactor Chrome's out-of-process Linux code into CrashGeneration{Server,Clien...ted.mielczarek2010-02-0510-40/+878
* Move file_id.cc from test_src to lib_srcnealsid2010-01-121-3/+3
* 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-235-20/+105
* Added on-demand minidump generation for Linux, and a Linux test app.brdevmn2009-12-162-4/+36
* 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
* remove empty file, leftover from r384ted.mielczarek2009-12-031-0/+0
* Upstreaming several patches from Chrome:nealsid2009-12-014-13/+19
* New uploader for Linux with unit tests, and gflags/glog librariesnealsid2009-09-293-9/+161
* A better makefile for building the Linux client.nealsid2009-09-182-45/+51
* Merge of Breakpad Chrome Linux forknealsid2009-08-1719-2192/+2668
* The symbol files necessary for the processor to walk stacks on Linux that hav...nealsid2009-06-252-0/+6
* issue 305 - breakpad Linux handler doesn't build with compiler built from lat...ted.mielczarek2009-03-242-0/+2
* Fix for issue 242, plus a redo of how old exception handlers are tracked, and...nealsid2009-02-263-22/+59
* Issue 276 - generate GUIDs ahead of time in Linux handler. r=Liu Lited.mielczarek2008-10-142-29/+55