Commit f1967263 authored by Benoit Lamarche's avatar Benoit Lamarche
Browse files

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
parent 1e2aa00f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment