aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux/handler
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make the Linux CrashGenerationClient an interface.rsesek@chromium.org2014-05-051-1/+5
* 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-032-6/+13
* First cut at adding arm64 Linux / Android support to Breakpad.rmcilroy@chromium.org2014-04-022-8/+11
* Trim unintentional whitespace and fix style nitsthestig@chromium.org2014-03-181-9/+9
* Make Linux ExceptionHandler::HandleSignal publicted.mielczarek@gmail.com2014-02-051-1/+3
* Use a proper ignore_result() to fix a ftruncate warn_unused_result warning wi...thestig@chromium.org2013-12-181-1/+2
* disable unittests under ASAN that use memory crashesvapier@chromium.org2013-12-111-5/+14
* 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 mips support for Android.gordana.cmiljanovic@imgtec.com2013-09-251-1/+6
* Adding support for mips.gordana.cmiljanovic@imgtec.com2013-09-113-22/+45
* 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
* Fix three unit tests on recent ARM devices.digit@chromium.org2013-03-211-0/+24
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-063-23/+23
* size_limit_ member of minidump_descriptor ignored in copy constructorted.mielczarek@gmail.com2013-02-142-2/+4
* Fix some issues with -Werror=sign-compare on Android buildsted.mielczarek@gmail.com2013-02-011-1/+1
* Move scoped_ptr.h to commonted.mielczarek@gmail.com2013-01-171-1/+1
* ExceptionHandler::HandleSignalmark@chromium.org2013-01-141-2/+5
* Fix unused variable warning in optimized build (fix proveded by Matthew Riley)ivan.penkov@gmail.com2012-11-211-2/+3
* Cleaning up google-breakpad source code of signed-unsigned comparison warningsivan.penkov@gmail.com2012-11-212-20/+20
* Add optional file size limit for minidumpsmkrebs@chromium.org2012-11-152-2/+15
* Fix some compiler errors in exception_handler_unittest by casting like crazyted.mielczarek@gmail.com2012-10-151-2/+4
* Make Linux signal handler more robust.digit@chromium.org2012-10-092-0/+60
* Fix merge error from r1055ted.mielczarek@gmail.com2012-10-021-1/+0
* Fix linux compile errors for some systems.qsr@chromium.org2012-10-021-9/+10
* Fix the Linux build with clang.thestig@chromium.org2012-09-261-0/+1
* Allow generating minidumps from live process on Linux via ExceptionHandlerted.mielczarek@gmail.com2012-09-183-1/+117
* Allow adding extra memory regions to minidump on linux/windowsted.mielczarek@gmail.com2012-09-183-3/+117
* 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