commit | f4ed7e8b19b24444a7cdd600a8c211aafd3bc0d3 | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Wed Jan 17 11:52:36 2018 -0800 |
committer | Alex Light <allight@google.com> | Wed Jan 17 11:52:36 2018 -0800 |
tree | 9d1757bf86470cfb0e1294568f7e3b13a38ffb22 | |
parent | ec0be6e7018ed686134532101ee8fed0a412857f [diff] |
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