summaryrefslogtreecommitdiff
path: root/runtime/signal_catcher.cc
AgeCommit message (Expand)Author
2025-01-21Add support for collecting long running methods Mythri Alle
2024-06-05Integrate Debug Store in Process's SIGQUIT Dump and Add Corresponding Palette... Mohamad Mahmoud
2024-01-31Add visibility attributes in runtime/s* Dmitrii Ishcheikin
2023-11-14Print the signal catcher tid when we fail to kill it. Nicolas Geoffray
2023-11-08Report latency from receiving SIGQUIT to start of backtrace. David Srbecky
2021-11-25Always access Thread state and flags as 32-bit location. Vladimir Marko
2021-02-06libartpalette: Use fixed width typedef rather than enum for status Orion Hodson
2019-05-16ART: Remove file_utils' ReadFileToString Andreas Gampe
2019-05-09Move stack logging entirely into palette library Orion Hodson
2019-05-02Only write stacks traces to tombstoned Joe Onorato
2019-04-16Clean up error messages in the previous CL. Martin Stjernholm
2019-04-15Plumb tombstoned connections through PALette. Martin Stjernholm
2018-10-23ART: Refactor for bugprone-argument-comment Andreas Gampe
2018-05-04ART: Remove tombstoned parameters Andreas Gampe
2018-03-05Move most of runtime/base to libartbase/base David Sehr
2018-02-27Small documentation and stylistic changes. Roland Levillain
2017-12-07ART: Factor out gAborting Andreas Gampe
2017-11-01Separate file utilities from utils.cc David Sehr
2017-10-16signal_catcher: print errno when tombstoned_notify_completion fails. Josh Gao
2017-10-03signal_catcher: reformat includes. Josh Gao
2017-07-11signal_catcher: Only notify tombstoned when we're using it. Narayan Kamath
2017-05-31signal_catcher: track tombstoned API changes. Narayan Kamath
2017-05-24ART: Use file descriptors handed out by tombstoned for traces. Narayan Kamath
2017-04-27SignalCatcher: Minor tweaks to log message. Narayan Kamath
2017-04-25ART: Support per PID stack trace files. Narayan Kamath
2017-04-06Force save profiles for SIGUSR1 Mathieu Chartier
2016-09-29Clean up ScopedThreadStateChange to use ObjPtr Mathieu Chartier
2016-09-26ART: Use libbase logging Andreas Gampe
2015-07-24ART: Change the stack dump format to be in line with debuggerd Andreas Gampe
2015-05-26ART: Clean up arm64 kNumberOfXRegisters usage. Vladimir Marko
2015-04-22Replace NULL with nullptr Mathieu Chartier
2015-02-24Revert "Revert "Add JIT"" Mathieu Chartier
2015-02-24Revert "Add JIT" Nicolas Geoffray
2015-02-23Add JIT Mathieu Chartier
2014-11-18ART: Track Flush & Close in FdFile Andreas Gampe
2014-11-13Instruction set features for ARM64, MIPS and X86. Ian Rogers
2014-10-22C++11 related clean-up of DISALLOW_.. Ian Rogers
2014-10-22Tidy up logging. Ian Rogers
2014-09-12Compile time performance improvements focusing on interpret-only. Ian Rogers
2014-09-11Print the command line and ABI in stack dumps like debuggerd. Jeff Brown
2014-05-19Now we have a proper C++ library, use std::unique_ptr. Ian Rogers
2014-01-15Run checkpoints after resuming threads in signal catcher SIGQUIT. Mathieu Chartier
2013-10-02Inflate contended lock word by suspending owner. Ian Rogers
2013-07-26Fix cpplint whitespace/comments issues Brian Carlstrom
2013-07-12Create separate Android.mk for main build targets Brian Carlstrom