commit | 464626e5980fc3c29ed8569aa6cf0e365506d883 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Mon Feb 12 20:18:03 2018 -0800 |
committer | Christopher Ferris <cferris@google.com> | Tue Feb 13 16:45:38 2018 -0800 |
tree | 3c4d389dd713cf1b388d58ecdf121e1c2c6989fd | |
parent | 1d88a9f2982478d0d329510f346af780838ccd3a [diff] |
Implement new DEX PC lookup scheme. GDB wasn't handling the old one gracefully. - Create a RegsInfo structure that can be used to properly eval expression data. - Remove the versions on Dwarf ops. It doesn't work the in the real world and doesn't add useful information. - Fix dex pc frame number bug. Test: testrunner.py -j40 --host --cdex-fast -t 137 Test: libunwindstack_test Test: All unit tests pass. Change-Id: Iac4fea651b81cb6087fd237a9a5027a352a49245