aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux/handler
Commit message (Expand)AuthorAgeFilesLines
* Add a GetInstructionPointer method to MinidumpExceptionted.mielczarek@gmail.com2012-09-171-42/+3
* Allow setting a new MinidumpDescriptor on ExceptionHandler, also expose direc...ted.mielczarek@gmail.com2012-09-174-3/+29
* 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-043-72/+304
* 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-212-5/+1
* Fix Android build.digit@chromium.org2012-08-202-2/+9
* Make ExceptionHandler::HandleSignal() public.mark@chromium.org2012-08-102-0/+12
* Adding a way to create an ExceptionHandler that takes in a file descriptorjcivelli@chromium.org2012-08-095-357/+474
* Conditionally compiling a unittest - based on whether AddressSanitizer is used. ivan.penkov@gmail.com2012-08-061-0/+7
* Speculatively back out r989 per http://codereview.chromium.org/10805065/ :mark@chromium.org2012-07-243-67/+1
* Linux: Fix a bunch of clang errors from not handling return values.thestig@chromium.org2012-07-241-5/+8
* Allow adding extra memory regions to minidump on linux/windowsted.mielczarek2012-07-193-1/+67
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-283-21/+23
* Fix Android build of client librarydigit@chromium.org2012-06-271-6/+1
* Fix compilation warnings related to unchecked return valuested.mielczarek2012-04-251-1/+8
* Fix file descriptor leaks in ExternalDumper testted.mielczarek2012-04-111-0/+2
* 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-142-8/+11
* Fix test addresses to use uintptr_t instead of u_int64_t.benchan@chromium.org2012-01-271-1/+1
* Use sys_prctl instead of prctl.thestig@chromium.org2012-01-241-8/+5
* Correct compilation warning.qsr@chromium.org2011-11-231-27/+29
* 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
* Fix clang warning / miscompile.mmentovai2011-01-241-2/+2
* allow passing info about known memory mappings to MinidumpWriter and Exceptio...ted.mielczarek2010-12-133-3/+127
* Delete an old Makefile and fix lots of lint errors.thestig@chromium.org2010-11-081-5/+5
* Add support for building the Linux client code using the Android NDKted.mielczarek2010-10-203-14/+31
* Write a window of memory around the instruction pointer from the crashing thr...ted.mielczarek2010-09-232-1/+315
* Write a window of memory around the instruction pointer from the crashing thr...ted.mielczarek2010-09-171-0/+123
* 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-152-3/+3
* 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