summaryrefslogtreecommitdiff
path: root/runtime/fault_handler.cc
AgeCommit message (Expand)Author
2021-11-25Always access Thread state and flags as 32-bit location. Vladimir Marko
2021-11-15Add more checks in FaultHandler. Nicolas Geoffray
2021-10-15Add debug printing for MTE signal codes. Evgenii Stepanov
2020-11-27Do a null check on the OatQuickMethodHeader. Nicolas Geoffray
2019-12-04Helpers and refactorings to prepare for interpreter optimizations (x64) Nicolas Geoffray
2018-11-21ART: Remove setjmp.h includes Andreas Gampe
2018-07-22Fix mac build (hopefully) Mathieu Chartier
2018-07-19ObjPtr<>-ify ArtMethod and mirror::Method. Vladimir Marko
2018-04-03Ensure that art_sigsegv_fault is never inlined Alex Light
2018-02-02Extend VLOG(signals) to be more useful. Alex Light
2018-01-17Fix misc issues with non-generated-code fault handlers Alex Light
2018-01-05Create dex subdirectory David Sehr
2017-12-07ART: Remove base/logging from heap-inl.h Andreas Gampe
2017-09-18ART: Move kDexNoIndex to dex_file_types.h Andreas Gampe
2017-08-09Use HeapReference for SafeGetClass Mathieu Chartier
2017-08-09Don't use fences to implement volatiles Hans Boehm
2017-06-02ART: Introduce thread-current-inl.h Andreas Gampe
2017-05-15sigchain: limit use of SetHandlingSignal. Josh Gao
2017-04-20Fix fault_handler with heap poisoning. Nicolas Geoffray
2017-04-19fault_handler: hopefully fix darwin build. Josh Gao
2017-04-19fault_handler: use SafeCopy to verify the validity of ArtMethod. Josh Gao
2017-03-23Revert^2: "Make sigchain actually own the signal chain."" Josh Gao
2017-03-18Revert "Make sigchain actually own the signal chain." Jin Qian
2017-03-17Make sigchain actually own the signal chain. Josh Gao
2017-03-08Catch signals that happen inside a fault handler. Josh Gao
2016-09-26ART: Use libbase logging Andreas Gampe
2016-08-01ART: Convert pointer size to enum Andreas Gampe
2016-04-18ART: Fast-fail empty other handlers in fault handling Andreas Gampe
2016-02-01Add read barrier option to UpdateEntrypoints Mathieu Chartier
2016-01-20Invoke all other registered handlers only for generated code jgu21
2015-10-20Remove ArtCode. Nicolas Geoffray
2015-10-15Use ATTRIBUTE_UNUSED more. Roland Levillain
2015-10-13Add an abstraction over a compiled code. Nicolas Geoffray
2015-08-17ART: Rename ArtMethod's size and alignment methods. Vladimir Marko
2015-07-16Use (D)CHECK_ALIGNED more. Roland Levillain
2015-07-08Revert "Revert "Remove interpreter entrypoint in ArtMethod."" Nicolas Geoffray
2015-07-08Revert "Remove interpreter entrypoint in ArtMethod." Nicolas Geoffray
2015-07-08Remove interpreter entrypoint in ArtMethod. Nicolas Geoffray
2015-06-17Fix lint error. Narayan Kamath
2015-06-17Set default visibility on art_sigsegv_fault. Oleksiy Vyalov
2015-05-29Move mirror::ArtMethod to native Mathieu Chartier
2015-01-23More of the concurrent copying collector. Hiroshi Yamauchi
2014-12-02Merge "Fix fault handler invoked before vm running." Christopher Ferris
2014-11-21Fix oatdump to use OatHeader pointer size Mathieu Chartier
2014-11-20Fix fault handler invoked before vm running. Christopher Ferris
2014-11-11Don't try to handle nested SIGSEGV inside fault handler. Ian Rogers
2014-11-03Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. Ian Rogers
2014-10-20Refactor quick entrypoints Ian Rogers
2014-10-16Add way to ensure we are at the front of the sigaction chain Mathieu Chartier
2014-09-10ART: Fix things for valgrind Andreas Gampe