commit | a26416e5af6bb8e3d84753d52677bcab03d0ea6f | [log] [tgz] |
---|---|---|
author | David Srbecky <dsrbecky@google.com> | Thu Feb 20 16:22:52 2020 +0000 |
committer | Elliott Hughes <enh@google.com> | Sun Feb 23 06:34:21 2020 +0000 |
tree | dea3b2f119b7b78d71744059d18d265d31b3bbd9 | |
parent | b659f6743248e7dc7c953629df86d84862cd2afa [diff] |
Rewrite DwarfSectionImpl::InsertFde Simplify and fix the algorithm. For consecutive functions (eg [10,20] [20,30]) without padding in between, the old algorithm would drop FDEs. Bug: http://b/150050915 Test: libunwindstack_test Change-Id: Ie886922bec262fb64d4b2ecf01c2961d0652dcdb (cherry picked from commit a6617cb17926a9868a900ce43c9b358bafe88d9b)