aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux/handler/exception_handler.h
AgeCommit message (Expand)Author
2022-09-09Added riscv and riscv64 support for LinuxIacopo Colonnelli
2022-09-07Update copyright boilerplate, 2022 edition (Breakpad)Mark Mentovai
2022-09-07Added crash context float state flagGlassOfWhiskey
2020-07-15fix pointer style to match the style guideMike Frysinger
2019-02-19Delete deprecated SetFirstChanceExceptionHandler functionAndreas Haas
2019-01-15Introduce SetFirstChanceHandler with more strict signatureAndreas Haas
2018-04-10Initialize variables for MSANSergey Abbakumov
2017-09-20Replace remaining references to 'struct ucontext' with 'ucontext_t'Mark Mentovai
2017-06-19Add first chance exception handler APIEric Holk
2014-09-23Linux: Call memset() in a couple places in ExceptionHandler to avoid uninit m...thestig@chromium.org
2014-07-02Make crash_handler volatile to prevent compiler optimizing it away.rmcilroy@chromium.org
2014-05-05Make the Linux CrashGenerationClient an interface.rsesek@chromium.org
2014-04-03Add Arm64 version of breakpad_getcontext for Android.rmcilroy@chromium.org
2014-04-02First cut at adding arm64 Linux / Android support to Breakpad.rmcilroy@chromium.org
2014-02-05Make Linux ExceptionHandler::HandleSignal publicted.mielczarek@gmail.com
2013-09-11Adding support for mips.gordana.cmiljanovic@imgtec.com
2013-03-06Use stdint types everywhereted.mielczarek@gmail.com
2013-01-17Move scoped_ptr.h to commonted.mielczarek@gmail.com
2012-09-18Allow generating minidumps from live process on Linux via ExceptionHandlerted.mielczarek@gmail.com
2012-09-18Allow adding extra memory regions to minidump on linux/windowsted.mielczarek@gmail.com
2012-09-17Allow setting a new MinidumpDescriptor on ExceptionHandler, also expose direc...ted.mielczarek@gmail.com
2012-09-04Properly redeliver (or don't) signals to the previous handlers.mark@chromium.org
2012-08-21Improve Android supportdigit@chromium.org
2012-08-10Make ExceptionHandler::HandleSignal() public.mark@chromium.org
2012-08-09Adding a way to create an ExceptionHandler that takes in a file descriptorjcivelli@chromium.org
2012-07-24Speculatively back out r989 per http://codereview.chromium.org/10805065/ :mark@chromium.org
2012-07-19Allow adding extra memory regions to minidump on linux/windowsted.mielczarek
2012-06-28This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com
2012-02-14Avoid setting an alternative stack for signals if there is already oneted.mielczarek
2010-12-13allow passing info about known memory mappings to MinidumpWriter and Exceptio...ted.mielczarek
2010-10-20Add support for building the Linux client code using the Android NDKted.mielczarek
2010-09-09Fix a handful of comment spelling errors (Issue 385)jessicag.feedback@gmail.com
2010-08-27Allow Linux dumper to work on PTRACE-hardened kernelsted.mielczarek
2010-03-02ARM support, with some build system changes to support x86-64, arm, and i386 ...nealsid
2010-02-09Breakpad: Update copyright notice years on all files changed in 2010.jimblandy
2010-02-05Refactor Chrome's out-of-process Linux code into CrashGeneration{Server,Clien...ted.mielczarek
2009-12-16Added on-demand minidump generation for Linux, and a Linux test app.brdevmn
2009-08-17Merge of Breakpad Chrome Linux forknealsid
2009-02-26Fix for issue 242, plus a redo of how old exception handlers are tracked, and...nealsid
2008-10-14Issue 276 - generate GUIDs ahead of time in Linux handler. r=Liu Lited.mielczarek
2007-06-11Issue 182: linux handler doesn't have sigcontext if called from a previous si...ted.mielczarek
2007-03-12Add Linux exception handler.luly81