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 455443f4), so for a given index we need to try the LV info with the lower pc first. Test: manual Bug: 32432143 Change-Id: I6289f9a2103b99d8362cf6870e45d3fb342d32ca
Loading
Please sign in to comment