OSDN Git Service

Prepare field watchpoint support
authorSebastien Hertz <shertz@google.com>
Fri, 4 Apr 2014 15:50:18 +0000 (17:50 +0200)
committerSebastien Hertz <shertz@google.com>
Tue, 15 Apr 2014 06:39:18 +0000 (08:39 +0200)
commit3f52eafe5577b8489f90dc8ed5981b3455206147
tree7155df948d345c8a5a2d801c23b396af76527ba0
parent9b417e4f0f87da6bfe8dc5f02c987acfcb6dca31
Prepare field watchpoint support

Adds field read/write events in the instrumentation. The debugger now registers
as a listener for these events so JDWP field access and field modification
events can be reported.

This CL will be followed by another one to report these events from the
interpreter. Therefore no JDWP field access and field modification events
can be sent for now.

Bug: 8267708
Change-Id: If2a93eb590805567d69015c83cce9cd2ab712cbd
runtime/debugger.cc
runtime/debugger.h
runtime/instrumentation.cc
runtime/instrumentation.h
runtime/jdwp/jdwp.h
runtime/jdwp/jdwp_event.cc
runtime/jdwp/jdwp_handler.cc
runtime/trace.cc
runtime/trace.h