diff options
| author | Kyle Galloway <kgallowa@redhat.com> | 2007-04-02 13:45:52 +0000 |
|---|---|---|
| committer | Kyle Galloway <kgallowa@gcc.gnu.org> | 2007-04-02 13:45:52 +0000 |
| commit | bfd6b6cb22d3749997c42d30a1030827d275a7b7 (patch) | |
| tree | 9b7cc1b138514f8f786690b4f8a0406922ece04b /libjava/ChangeLog | |
| parent | c6756b72575a6e705a754474d476f4fb9b838b33 (diff) | |
| download | gcc-bfd6b6cb22d3749997c42d30a1030827d275a7b7.tar.gz gcc-bfd6b6cb22d3749997c42d30a1030827d275a7b7.tar.bz2 gcc-bfd6b6cb22d3749997c42d30a1030827d275a7b7.zip | |
interpret-run.cc: Add code to properly set up variable slots when debugging.
2007-04-02 Kyle Galloway <kgallowa@redhat.com>
* interpret-run.cc: Add code to properly set up variable slots
when debugging.
* gnu/classpath/jdwp/natVMFrame.cc (checkJVMTIError): New function.
(getObjectJVMTI): New function.
(setObjectJVMTI): New function.
(getIntJVMTI): New function.
(setIntJVMTI): New function.
(getLongJVMTI): New function.
(setLongJVMTI): New function.
(getFloatJVMTI): New function.
(setFloatJVMTI): New function.
(getDoubleJVMTI): New function.
(setDoubleJVMTI): New function.
(getFrameDepth): New function.
(getValue): Implement.
(setValue): Implement.
From-SVN: r123427
Diffstat (limited to 'libjava/ChangeLog')
| -rw-r--r-- | libjava/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 86b682a60e2..bc7e3631957 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,5 +1,24 @@ 2007-04-02 Kyle Galloway <kgallowa@redhat.com> + * interpret-run.cc: Add code to properly set up variable slots + when debugging. + * gnu/classpath/jdwp/natVMFrame.cc (checkJVMTIError): New function. + (getObjectJVMTI): New function. + (setObjectJVMTI): New function. + (getIntJVMTI): New function. + (setIntJVMTI): New function. + (getLongJVMTI): New function. + (setLongJVMTI): New function. + (getFloatJVMTI): New function. + (setFloatJVMTI): New function. + (getDoubleJVMTI): New function. + (setDoubleJVMTI): New function. + (getFrameDepth): New function. + (getValue): Implement. + (setValue): Implement. + +2007-04-02 Kyle Galloway <kgallowa@redhat.com> + * classpath/gnu/classpath/jdwp/processor/ThreadReferenceCommandSet.java (executeResume): Call VMVirtualMachine.resumeThread. |
