commit | e90a944c8a3863076206fedf20fbb6672e336c5e | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Wed Aug 11 13:21:11 2021 -0700 |
committer | Yabin Cui <yabinc@google.com> | Wed Aug 11 13:21:11 2021 -0700 |
tree | 333429de8b121a4a626738233f5900f61ed93abd | |
parent | 4a9a79e3ff7fbd65ce00b36a51af6fc3e548511d [diff] |
debuggerd: add -fno-finite-loop to fix test. After compiler update, infinite side effect free loops are replaced with trap instructions. So use -fno-finite-loop to disable this behavior. Bug: 196162833 Test: run debuggerd_test. Change-Id: I057263360a5df64af18c17a025fab48887d0b470