* gnu/classpath/jdwp/VMVirtualMachine.h: Regenerate.
From-SVN: r125910
This commit is contained in:
parent
f2c9a6df65
commit
86488aa376
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-07-21 Keith Seitz <keiths@redhat.com>
|
||||
|
||||
* gnu/classpath/jdwp/VMVirtualMachine.h: Regenerate.
|
||||
|
||||
2007-07-20 Keith Seitz <keiths@redhat.com>
|
||||
|
||||
* classpath/lib/gnu/classpath/jdwp/value/StringValue.class:
|
||||
|
|
|
@ -29,6 +29,10 @@ extern "Java"
|
|||
class MethodResult;
|
||||
class MonitorInfo;
|
||||
}
|
||||
namespace value
|
||||
{
|
||||
class Value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -54,7 +58,7 @@ public:
|
|||
static jint getFrameCount(::java::lang::Thread *);
|
||||
static jint getThreadStatus(::java::lang::Thread *);
|
||||
static ::java::util::ArrayList * getLoadRequests(::java::lang::ClassLoader *);
|
||||
static ::gnu::classpath::jdwp::util::MethodResult * executeMethod(::java::lang::Object *, ::java::lang::Thread *, ::java::lang::Class *, ::java::lang::reflect::Method *, JArray< ::java::lang::Object * > *, jboolean);
|
||||
static ::gnu::classpath::jdwp::util::MethodResult * executeMethod(::java::lang::Object *, ::java::lang::Thread *, ::java::lang::Class *, ::gnu::classpath::jdwp::VMMethod *, JArray< ::gnu::classpath::jdwp::value::Value * > *, jint);
|
||||
static ::java::lang::String * getSourceFile(::java::lang::Class *);
|
||||
static void registerEvent(::gnu::classpath::jdwp::event::EventRequest *);
|
||||
static void unregisterEvent(::gnu::classpath::jdwp::event::EventRequest *);
|
||||
|
|
Loading…
Add table
Reference in a new issue