OSDN Git Service

Make debugger support default methods.
authorAlex Light <allight@google.com>
Fri, 20 Nov 2015 23:03:26 +0000 (15:03 -0800)
committerAlex Light <allight@google.com>
Mon, 30 Nov 2015 22:39:43 +0000 (22:39 +0000)
commit6c8467ffc427a513dc2fdea7ed9eeb0bb54d30ef
treea3f0258c260e3818c32aa254d484724fde1d16d3
parentb9bbbeb2b05d74cae0fe0682a26b19f5a7e68d8c
Make debugger support default methods.

Supports breaking on, stepping into and through default methods.

Bug: 25549445
Bug: 24618811

Change-Id: I1a47e3263a0624adbd9e83b99d0acd7bef7757a4
runtime/art_method.cc
runtime/art_method.h
runtime/debugger.cc