summaryrefslogtreecommitdiff
path: root/runtime/runtime_linux.cc
AgeCommit message (Expand)Author
2018-10-23ART: Refactor for bugprone-argument-comment Andreas Gampe
2017-07-05ART: Let ASAN handle stack traces on host Andreas Gampe
2017-06-01ART: Refactor HandleUnexpectedSignalCommon Andreas Gampe
2017-01-30Optionally dump ART crash information to logcat when running on Android. Roland Levillain
2016-12-15ART: Move to libbase StringPrintf Andreas Gampe
2016-10-12Move Heap parameters to ObjPtr Mathieu Chartier
2016-10-11ART: Use cerr for host unexpected errors Andreas Gampe
2016-09-26ART: Use libbase logging Andreas Gampe
2016-08-04ART: Factor out native stack dumping Andreas Gampe
2016-03-08ART: Enable native stack dumping on timeout Andreas Gampe
2016-02-04Newer kernels added SEGV_BNDERR. Christopher Ferris
2015-10-23ART: Speed up thread stack tracing for ANRs Christopher Ferris
2015-10-20Remove ArtCode. Nicolas Geoffray
2015-10-13Add an abstraction over a compiled code. Nicolas Geoffray
2015-05-22Log the process memory maps on host SIGSEGV. Hiroshi Yamauchi
2015-04-22Replace NULL with nullptr Mathieu Chartier
2015-01-14ART: Mac build fix for unused constant Andreas Gampe
2015-01-14ART: Host timeout Mac build fix. Andreas Gampe
2015-01-14ART: Dump all threads on test timeout Andreas Gampe
2015-01-08ART: Pass ucontext to Backtrace in Stack Dump Andreas Gampe
2014-12-09Revert "Tidy gAborting." Nicolas Geoffray
2014-12-04Tidy gAborting. Ian Rogers
2014-10-22Tidy up logging. Ian Rogers
2014-06-10Remove deprecated WITH_HOST_DALVIK. Ian Rogers
2014-04-18Modify unwind to comply with stack parser tools. Christopher Ferris
2014-03-03Fix SafePrettyTypeOf to never call VerifyObject. Mathieu Chartier
2014-02-28Fix clang to compile and run host tests. Ian Rogers
2014-02-28Add custom SIGSEGV handler to help find heap corruption. Mathieu Chartier
2014-02-11art: 64-bit support in UContext::Dump Dmitry Petrochenko
2014-02-06Object model changes to support 64bit. Ian Rogers
2013-07-26Fix cpplint whitespace/comments issues Brian Carlstrom
2013-07-12Create separate Android.mk for main build targets Brian Carlstrom