aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux/handler/exception_handler.h
Commit message (Expand)AuthorAgeFilesLines
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-281-10/+11
* Avoid setting an alternative stack for signals if there is already oneted.mielczarek2012-02-141-1/+0
* allow passing info about known memory mappings to MinidumpWriter and Exceptio...ted.mielczarek2010-12-131-1/+17
* Add support for building the Linux client code using the Android NDKted.mielczarek2010-10-201-0/+4
* 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-271-0/+9
* ARM support, with some build system changes to support x86-64, arm, and i386 ...nealsid2010-03-021-0/+6
* 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-3/+28
* Added on-demand minidump generation for Linux, and a Linux test app.brdevmn2009-12-161-0/+1
* Merge of Breakpad Chrome Linux forknealsid2009-08-171-85/+57
* Fix for issue 242, plus a redo of how old exception handlers are tracked, and...nealsid2009-02-261-4/+13
* Issue 276 - generate GUIDs ahead of time in Linux handler. r=Liu Lited.mielczarek2008-10-141-2/+18
* Issue 182: linux handler doesn't have sigcontext if called from a previous si...ted.mielczarek2007-06-111-2/+9
* Add Linux exception handler.luly812007-03-121-0/+194