aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux/handler/exception_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Adding support for mips.gordana.cmiljanovic@imgtec.com2013-09-111-2/+7
* Update to build against the latest revision of linux_syscall_support.hmseaborn@chromium.org2013-09-051-3/+3
* Add Android ifdef to fix issue 526ted.mielczarek@gmail.com2013-04-181-0/+2
* ESP is zero in dumps created by CrashGenerationClient::RequestDump on i386 Linuxted.mielczarek@gmail.com2013-04-161-0/+30
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-061-1/+1
* ExceptionHandler::HandleSignalmark@chromium.org2013-01-141-2/+5
* Cleaning up google-breakpad source code of signed-unsigned comparison warningsivan.penkov@gmail.com2012-11-211-4/+4
* Add optional file size limit for minidumpsmkrebs@chromium.org2012-11-151-0/+2
* Make Linux signal handler more robust.digit@chromium.org2012-10-091-0/+29
* Allow generating minidumps from live process on Linux via ExceptionHandlerted.mielczarek@gmail.com2012-09-181-1/+34
* Allow adding extra memory regions to minidump on linux/windowsted.mielczarek@gmail.com2012-09-181-2/+26
* Fix the Linux build on Ubuntu 12.04 LTSdigit@chromium.org2012-09-061-2/+2
* Properly redeliver (or don't) signals to the previous handlers.mark@chromium.org2012-09-041-63/+125
* Add custom getcontext() implementation for Android.digit@chromium.org2012-08-311-9/+3
* Fix the tools and processor build for Androiddigit@chromium.org2012-08-211-2/+2
* Improve Android supportdigit@chromium.org2012-08-211-2/+0
* Fix Android build.digit@chromium.org2012-08-201-0/+5
* Make ExceptionHandler::HandleSignal() public.mark@chromium.org2012-08-101-0/+10
* Adding a way to create an ExceptionHandler that takes in a file descriptorjcivelli@chromium.org2012-08-091-69/+47
* Speculatively back out r989 per http://codereview.chromium.org/10805065/ :mark@chromium.org2012-07-241-17/+1
* Allow adding extra memory regions to minidump on linux/windowsted.mielczarek2012-07-191-1/+17
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-281-5/+5
* Fix Android build of client librarydigit@chromium.org2012-06-271-6/+1
* Changes to get the breakpad client compiling and running on Android usingmark@chromium.org2012-04-031-12/+19
* Avoid setting an alternative stack for signals if there is already oneted.mielczarek2012-02-141-7/+11
* Use sys_prctl instead of prctl.thestig@chromium.org2012-01-241-8/+5
* Fix problem with not NULL terminating mapping name.kmixter@chromium.org2011-11-091-1/+2
* Add some headers necessary to build the Linux client code with the Android ND...ted.mielczarek@gmail.com2011-05-311-0/+2
* Add trusted checkjessicag.feedback@gmail.com2011-03-221-2/+7
* allow passing info about known memory mappings to MinidumpWriter and Exceptio...ted.mielczarek2010-12-131-2/+24
* Add support for building the Linux client code using the Android NDKted.mielczarek2010-10-201-2/+8
* Write a window of memory around the instruction pointer from the crashing thr...ted.mielczarek2010-09-231-1/+1
* Import linux_syscall_support.h from linux-syscall-support.googlecode.com inst...thestig@chromium.org2010-09-151-1/+1
* Allow Linux dumper to work on PTRACE-hardened kernelsted.mielczarek2010-08-271-0/+60
* 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-021-12/+32
* 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-16/+44
* Added on-demand minidump generation for Linux, and a Linux test app.brdevmn2009-12-161-4/+35
* New uploader for Linux with unit tests, and gflags/glog librariesnealsid2009-09-291-0/+2
* Merge of Breakpad Chrome Linux forknealsid2009-08-171-207/+224
* issue 305 - breakpad Linux handler doesn't build with compiler built from lat...ted.mielczarek2009-03-241-0/+1
* Fix for issue 242, plus a redo of how old exception handlers are tracked, and...nealsid2009-02-261-17/+45
* Issue 276 - generate GUIDs ahead of time in Linux handler. r=Liu Lited.mielczarek2008-10-141-27/+37
* issue 238 - missing includes compiling with gcc 4.3. patch by taras glek, r=meted.mielczarek2008-02-241-0/+1
* Issue 190 - 32 bit build fails on a 64 bit Linux system. Patch by wgianopoul...ted.mielczarek2007-07-021-1/+0
* Issue 182: linux handler doesn't have sigcontext if called from a previous si...ted.mielczarek2007-06-111-8/+18
* Fix issue 136.luly812007-03-291-1/+21
* Add Linux exception handler.luly812007-03-121-0/+236