commit | c1ad13a45ca363f7b5044d66a48853403a993b33 | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Tue Mar 24 11:37:45 2020 -0700 |
committer | Treehugger Robot <treehugger-gerrit@google.com> | Wed Mar 25 22:48:43 2020 +0000 |
tree | 39b592c7524e403beeb7ea36c32794151194539d | |
parent | 55d6f19764876fc2bc16ea27d9f0a5a736bb1519 [diff] |
Add Handle::GetFromGdb function When using a debugger it is normally quite difficult to examine mirror objects being held by Handles due to the inlining of the various accessor functions. This adds a new 'GetFromGdb' function that is emitted normally to allow one to decode the handle from gdb. This function is defined for every Handle type using a macro. Test: Manual debugging Change-Id: I7cb95468b1a14438df4dccdf84b48e2af5ec71b9