* gnu/classpath/jdwp/natVMVirtualMachine.cc
authorKeith Seitz <keiths@redhat.com>
Sat, 27 Jan 2007 16:34:32 +0000 (16:34 +0000)
committerKeith Seitz <kseitz@gcc.gnu.org>
Sat, 27 Jan 2007 16:34:32 +0000 (16:34 +0000)
commitea6244280b016b12843432c1381a2a9064f60d00
tree2551b9d83c81be4bbd40c4ac824bff75b75668be
parent9eab67850ba2faf07c1bb3e4f12b4754003066cc
* gnu/classpath/jdwp/natVMVirtualMachine.cc
        (getAllClassMethods): Move error handling to ...
        (throw_jvmti_error): ... here.
        (jdwpClassPrepareCB): New function.
        (jdwpThreadEndCB): New function.
        (jdwpThreadStartCB): New function.
        (jdwpVMDeathCB): New function.
        (jdwpVMInitCB): Define and enable callbacks for
        ClassPrepare, ThreadEnd, ThreadStart, and VMDeath.

From-SVN: r121233
libjava/ChangeLog
libjava/gnu/classpath/jdwp/natVMVirtualMachine.cc