OSDN Git Service

ART: Support for SourceDebugExtension
authorOrion Hodson <oth@google.com>
Mon, 24 Apr 2017 13:53:19 +0000 (14:53 +0100)
committerOrion Hodson <oth@google.com>
Fri, 28 Apr 2017 07:39:45 +0000 (08:39 +0100)
commit24d3e46ea954cf3a35a2b57be2bf61864ee4f967
tree55287ca3dc3a38bf1d79211fc30ab0a7d93f0d4a
parent8af6fa4b8648b909a7fe7373aac8655c6cbb154e
ART: Support for SourceDebugExtension

Adds support for reading SourceDebugExtension class annotation from DEX files.

Bug: 30109642
Test: art/tools/run-jdwp-tests.sh --mode=device --test org.apache.harmony.jpda.tests.jdwp.ReferenceType.SourceDebugExtensionTest

(cherry picked from commit 77d8a1c3572afb38542cb5a2b3516674a182ce48)

Change-Id: I94952a769a6cd0dd85a58cfb1bb65ec0d1bf4e60
runtime/debugger.cc
runtime/debugger.h
runtime/dex_file_annotations.cc
runtime/dex_file_annotations.h
runtime/jdwp/jdwp_handler.cc