aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux/handler/exception_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-3/+3
* Use breakpad_getcontext on all Linux platforms missing getcontextMichael Forney2020-03-161-0/+1
* Use standard header locations for poll.h and signal.hMichael Forney2020-03-101-1/+0
* Delete deprecated SetFirstChanceExceptionHandler functionAndreas Haas2019-02-191-12/+0
* Introduce SetFirstChanceHandler with more strict signatureAndreas Haas2019-01-151-0/+12
* Initialize variables for MSANSergey Abbakumov2018-04-101-1/+1
* Only restore the signal handler if sigaction has not changedLars Volker2018-01-091-0/+1
* Fix double declaration of tgkill when using Android NDK Headers.Nicholas Baldwin2017-10-301-7/+1
* Rename src/common/memory.h to memory_allocator.h.Ted Mielczarek2017-10-171-1/+1
* Replace remaining references to 'struct ucontext' with 'ucontext_t'Mark Mentovai2017-09-201-5/+5
* Add first chance exception handler APIEric Holk2017-06-191-0/+17
* Fix race in ExceptionHandler::GenerateDump()Lars Volker2017-05-101-3/+9
* Wire up stack sanitization and skipping to WriteMinidumpTobias Sargeant2017-02-031-5/+16
* Sanitize dumped stacks to remove data that may be identifiable.Tobias Sargeant2017-01-311-0/+1
* Add API to skip dump if crashing thread doesn't reference a given moduleTobias Sargeant2017-01-181-0/+2
* Comment out an unused function argumentOrgad Shaneh2016-11-291-1/+1
* linux/android: add SIGTRAP to the list of signals handled by the clientPrimiano Tucci2016-06-081-1/+1
* Add GPU fingerprint information to breakpad microdumps.Primiano Tucci2015-09-281-2/+1
* Linux ExceptionHandler: don't allocate the CrashContext on the stackPrimiano Tucci2015-09-221-15/+27
* [microdump] Move microdump writes to the crash ring-buffer logprimiano@chromium.org2015-08-171-0/+5
* [microdump] Add build fingerprint and product info metadata.primiano@chromium.org2015-05-151-4/+7
* Fix signal propagation logic for Linux/Android exception handler.primiano@chromium.org2015-04-301-1/+2
* Fix call to rt_sigactioncjhopman@chromium.org2015-04-151-4/+4
* Use __NR_rt_sigaction instead of __NR_sigactionmark@chromium.org2015-04-131-1/+1
* Workaround Android sigaction bugmark@chromium.org2015-04-101-3/+21
* Introduce microdump writer class.primiano@chromium.org2014-10-281-2/+11
* Fix some nits raised by Timur for r1385.thestig@chromium.org2014-09-241-3/+2
* Linux: Call memset() in a couple places in ExceptionHandler to avoid uninit m...thestig@chromium.org2014-09-231-24/+28
* Linux: Fix a memory leak in ExceptionHandler.thestig@chromium.org2014-05-281-0/+2
* FD leaks and handle errors better.rsesek@chromium.org2014-05-061-4/+10
* Increase Breakpad's signal handler stack size.rmcilroy@chromium.org2014-04-091-1/+1
* Add Arm64 version of breakpad_getcontext for Android.rmcilroy@chromium.org2014-04-031-2/+9
* First cut at adding arm64 Linux / Android support to Breakpad.rmcilroy@chromium.org2014-04-021-3/+6
* Trim unintentional whitespace and fix style nitsthestig@chromium.org2014-03-181-9/+9
* Use a proper ignore_result() to fix a ftruncate warn_unused_result warning wi...thestig@chromium.org2013-12-181-1/+2
* Allow SIGABRT to abort the program.thestig@chromium.org2013-11-071-2/+3
* increase exception handler stack size for dumping threadvapier@chromium.org2013-10-231-1/+3
* 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