Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
86488aa3
Commit
86488aa3
authored
Jun 21, 2007
by
Keith Seitz
Committed by
Keith Seitz
Jun 21, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gnu/classpath/jdwp/VMVirtualMachine.h: Regenerate.
From-SVN: r125910
parent
f2c9a6df
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
+9
-1
libjava/ChangeLog
+4
-0
libjava/gnu/classpath/jdwp/VMVirtualMachine.h
+5
-1
No files found.
libjava/ChangeLog
View file @
86488aa3
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:
...
...
libjava/gnu/classpath/jdwp/VMVirtualMachine.h
View file @
86488aa3
...
...
@@ -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
*
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment