commit | f1967263c91365d6e3876f3f171532402292f48e | [log] [tgz] |
---|---|---|
author | Benoit Lamarche <benoitlamarche@google.com> | Wed Nov 16 16:24:43 2016 +0100 |
committer | Benoit Lamarche <benoitlamarche@google.com> | Wed Nov 16 18:15:28 2016 +0100 |
tree | ebb4ca9ebc2d54f6bbab4e0cb3f44dd07e6cc5de | |
parent | 1e2aa00fe80dcd647c20e7794e6b16eaea0a6d7f [diff] |
Sort LocalVariableList To retrieve the local variable info that corresponds to a register from the pc, the LocalVariableList must be sorted by pc. This is because we match variables using the end pc and not the start pc anymore (which is unreliable, see 455443f47d9e217b99edcc33202f889e2c637b7b), so for a given index we need to try the LV info with the lower pc first. Test: manual Bug: 32432143 Change-Id: I6289f9a2103b99d8362cf6870e45d3fb342d32ca