History log of /art/test/305-other-fault-handler/fault_handler.cc
Revision Date Author Comments
f4ed7e8b19b24444a7cdd600a8c211aafd3bc0d3 17-Jan-2018 Alex Light <allight@google.com> Fix misc issues with non-generated-code fault handlers

We had a few issues preventing the use of FaultHandler with
non-generated code. The first was we would only call these handlers in
generated code. The second is that we would segfault if we tried to
remove any of them due to an typo'd iterator name.

Added a test that this all works.

Test: ./test.py --host -j50
Bug: 72064989
Change-Id: I0d4d5235ac7c1c165a4a14dfbda72ef7060772f3