commit | 7e41e88cc591fc74b35e313623fabfb518c5fac5 | [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 | 05b54742ff69453a7368c45f508bc5fed74ef7d2 [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)