OSDN Git Service

Add a native method dalvik.system.VMDebug.infopoint(int id).
authorBen Cheng <bccheng@android.com>
Sat, 13 Mar 2010 00:11:49 +0000 (16:11 -0800)
committerBen Cheng <bccheng@android.com>
Sat, 13 Mar 2010 00:32:21 +0000 (16:32 -0800)
commit7d656ddd1ac67833e0331bb7cf92b7298b494762
tree90ebc6857acde44a7131f18401b5b9b1895072e9
parent7cd9d693146fe1d9a890b7f950c23e6b220cdde4
Add a native method dalvik.system.VMDebug.infopoint(int id).

With gdb, the JIT can use it to inspect the VM state when an instrumented line
is reached.

Change-Id: Id39ac4cd564bc1a61208cb7527c30f62b5de3e4e
libcore/dalvik/src/main/java/dalvik/system/VMDebug.java
vm/native/dalvik_system_VMDebug.c