aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux/handler/exception_handler.h
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-2/+2
* Delete deprecated SetFirstChanceExceptionHandler functionAndreas Haas2019-02-191-5/+0
* Introduce SetFirstChanceHandler with more strict signatureAndreas Haas2019-01-151-2/+6
* Initialize variables for MSANSergey Abbakumov2018-04-101-1/+1
* Replace remaining references to 'struct ucontext' with 'ucontext_t'Mark Mentovai2017-09-201-3/+3
* Add first chance exception handler APIEric Holk2017-06-191-0/+4
* Linux: Call memset() in a couple places in ExceptionHandler to avoid uninit m...thestig@chromium.org2014-09-231-11/+4
* Make crash_handler volatile to prevent compiler optimizing it away.rmcilroy@chromium.org2014-07-021-1/+5
* Make the Linux CrashGenerationClient an interface.rsesek@chromium.org2014-05-051-1/+5
* Add Arm64 version of breakpad_getcontext for Android.rmcilroy@chromium.org2014-04-031-4/+4
* First cut at adding arm64 Linux / Android support to Breakpad.rmcilroy@chromium.org2014-04-021-5/+5
* Make Linux ExceptionHandler::HandleSignal publicted.mielczarek@gmail.com2014-02-051-1/+3
* Adding support for mips.gordana.cmiljanovic@imgtec.com2013-09-111-1/+3
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-061-1/+1
* Move scoped_ptr.h to commonted.mielczarek@gmail.com2013-01-171-1/+1
* Allow generating minidumps from live process on Linux via ExceptionHandlerted.mielczarek@gmail.com2012-09-181-0/+17
* Allow adding extra memory regions to minidump on linux/windowsted.mielczarek@gmail.com2012-09-181-0/+11
* Allow setting a new MinidumpDescriptor on ExceptionHandler, also expose direc...ted.mielczarek@gmail.com2012-09-171-0/+4
* Properly redeliver (or don't) signals to the previous handlers.mark@chromium.org2012-09-041-9/+5
* Improve Android supportdigit@chromium.org2012-08-211-3/+1
* Make ExceptionHandler::HandleSignal() public.mark@chromium.org2012-08-101-0/+2
* Adding a way to create an ExceptionHandler that takes in a file descriptorjcivelli@chromium.org2012-08-091-53/+39
* Speculatively back out r989 per http://codereview.chromium.org/10805065/ :mark@chromium.org2012-07-241-11/+0
* Allow adding extra memory regions to minidump on linux/windowsted.mielczarek2012-07-191-0/+11
* 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