aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux/handler
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-153-10/+10
* 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-102-2/+1
* linux: fix broken testsJoshua Peraza2019-06-041-2/+2
* Linux breakpad_unittests: fix ThreadSanitizer problemsMark Mentovai2019-04-261-3/+23
* Make breakpad_unittests work with Chrome's test runner instead of gtest'sMark Mentovai2019-04-191-0/+4
* breakpad: Remove semicolons.Nico Weber2019-02-211-1/+1
* Delete deprecated SetFirstChanceExceptionHandler functionAndreas Haas2019-02-193-38/+0
* Introduce SetFirstChanceHandler with more strict signatureAndreas Haas2019-01-153-3/+40
* Initialize variables for MSANSergey Abbakumov2018-04-102-2/+2
* Extend ifdef to include helper functionsLars Volker2018-01-311-2/+2
* Remove barrier to fix Android build.Lars Volker2018-01-311-1/+3
* Only restore the signal handler if sigaction has not changedLars Volker2018-01-092-0/+60
* 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-202-8/+8
* A couple of minor fixesLeonard Mosescu2017-07-111-1/+1
* Fix asan buildsEric Holk2017-06-221-23/+23
* Add first chance exception handler APIEric Holk2017-06-193-0/+44
* 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-313-3/+21
* Add API to skip dump if crashing thread doesn't reference a given module (2)Tobias Sargeant2017-01-191-0/+8
* Add API to skip dump if crashing thread doesn't reference a given moduleTobias Sargeant2017-01-183-17/+42
* Do not generate a microdump if there are no webview pointers on the stack.Tobias Sargeant2016-12-011-1/+13
* Comment out an unused function argumentOrgad Shaneh2016-11-291-1/+1
* Add process type to MicroDumpExtraInfoPrimiano Tucci2016-07-191-1/+5
* linux/android: add SIGTRAP to the list of signals handled by the clientPrimiano Tucci2016-06-081-1/+1
* breakpad: fix unittest errorsYunlian Jiang2016-05-041-4/+0
* Switch the Linux minidump writer to use MDCVInfoELF for CV data.Ted Mielczarek2016-04-051-14/+1
* Fix -Wunused-function warnings in ASAN builds.Lei Zhang2015-12-301-6/+2
* Add GPU fingerprint information to breakpad microdumps.Primiano Tucci2015-09-284-51/+73
* 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
* tests: InstructionPointerMemoryNullPointer: make it work under llvmvapier@chromium.org2015-07-201-1/+6
* [microdump] Add build fingerprint and product info metadata.primiano@chromium.org2015-05-153-9/+59
* 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
* MIPS64: Initial MIPS64 related change.mark@chromium.org2015-04-151-0/+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
* Fix compilation with gcc --std=c++11ted.mielczarek@gmail.com2015-03-241-1/+1
* Fix the scope on the initialization of kMicrodumpOnConsole to match header.primiano@chromium.org2015-01-091-1/+2
* Introduce microdump writer class.primiano@chromium.org2014-10-283-13/+56
* 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-232-35/+32
* Make crash_handler volatile to prevent compiler optimizing it away.rmcilroy@chromium.org2014-07-021-1/+5
* Cleanup: hide undefined behavior from the compiler better.ivanpe@chromium.org2014-07-011-4/+18
* 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