aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux/handler
Commit message (Expand)AuthorAgeFilesLines
* 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
* When done with crash-dumping, we need to terminate the application. Callingthestig@chromium.org2010-08-171-8/+20
* Fix a couple of bugs where we generate incorrect minidump files on Linux.othestig@chromium.org2010-08-141-3/+7
* ARM support, with some build system changes to support x86-64, arm, and i386 ...nealsid2010-03-023-19/+42
* Breakpad: Update copyright notice years on all files changed in 2010.jimblandy2010-02-093-3/+3
* Refactor Chrome's out-of-process Linux code into CrashGeneration{Server,Clien...ted.mielczarek2010-02-053-29/+73
* Added on-demand minidump generation for Linux, and a Linux test app.brdevmn2009-12-162-4/+36
* remove empty file, leftover from r384ted.mielczarek2009-12-031-0/+0
* Upstreaming several patches from Chrome:nealsid2009-12-011-2/+2
* New uploader for Linux with unit tests, and gflags/glog librariesnealsid2009-09-291-0/+2
* A better makefile for building the Linux client.nealsid2009-09-181-45/+0
* Merge of Breakpad Chrome Linux forknealsid2009-08-1711-2269/+566
* 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
* fix a typo in the makefile, HANDLER_SRC->HANDLER_OBJted.mielczarek2008-10-101-1/+1
* issue 238 - missing includes compiling with gcc 4.3. patch by taras glek, r=meted.mielczarek2008-02-243-0/+3
* Solaris version of symbol dumper (#207). Patch by Alfred Peng. r=memmentovai2007-09-281-1/+1
* Issue 190 - 32 bit build fails on a 64 bit Linux system. Patch by wgianopoul...ted.mielczarek2007-07-022-2/+1
* Issue 182: linux handler doesn't have sigcontext if called from a previous si...ted.mielczarek2007-06-117-25/+87
* Issue 169 - Fill in CPU vendor id in MDRawSystemInfo in Linux minidump_genera...ted.mielczarek2007-05-311-1/+30
* Add md5 implementation into code base to get rid ofluly812007-05-031-7/+11
* Fix issue 136.luly812007-03-291-1/+21
* Fix bug of issue 135, now can dump symbols for dynamic libraries.luly812007-03-273-11/+17
* Add Linux exception handler.luly812007-03-1210-0/+2336