Issue Details (XML | Word | Printable)

Key: HARMONY-1410
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Geir Magnusson Jr
Reporter: Ivan Popov
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Harmony

JDWP agent

Created: 08/Sep/06 01:21 PM   Updated: 28/Nov/06 05:57 PM
Return to search
Component/s: Contributions
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments:
  Size
Zip Archive Licensed for inclusion in ASF works jdwp_agent_20060908.zip 2006-09-08 01:25 PM Ivan Popov 760 kB
Environment: Linux/i686, Windows/i686
Issue Links:
Dependants
 

Resolution Date: 28/Nov/06 05:57 PM


 Description  « Hide
JDWP agent is a native component of Java Debug Platform Architecture (JPDA).
It provides Harmony JRE with an ability to debug Java application using Eclipse debugger.

This implementation follows JPDA specification version 1.5 and is based on JVMTI interface provided by both DRLVM and IBM VME.

See README.txt for more details.


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Geir Magnusson Jr added a comment - 28/Sep/06 05:32 AM
starting vote

Geir Magnusson Jr added a comment - 03/Oct/06 03:02 PM
vote passed

Ilya Neverov added a comment - 13/Nov/06 09:52 PM
JDWP sources should reside in jdktools tree and the built library goes to jre/bin

Gregory Shimansky added a comment - 22/Nov/06 11:45 PM
It looks like if no one takes an action, this valuable contribution will be on hold forever. I'm going to help with integration. I've assigned all blocking JIRAs to myself too.

But it doesn't mean I'd like to do all the work. I would be grateful for the patches like in HARMONY-2180. Please keep in mind that the main deevlopment infrastructure should be resided in federated build repository in enhanced/trunk, in case of jdktools it should be in working_jdktools.

Geir Magnusson Jr added a comment - 23/Nov/06 12:07 AM
I've assigned them back to me. Thanks for the reminder.

Ivan Popov added a comment - 23/Nov/06 08:51 AM
Ilya is still working on HARMONY-2180 for updating jdktools directory and creating common build support. After this work is completed, we are going to provide a patch for JDWP agent contribution to be easily intergated into this new structure.

Geir Magnusson Jr added a comment - 23/Nov/06 02:44 PM
Shouldn't Ilya be giving status reports then? :)

Geir Magnusson Jr added a comment - 28/Nov/06 05:57 PM
r480141

Committed. not built or tested