[RFA/JDWP] Add startup code

Keith Seitz keiths@redhat.com
Thu Aug 24 00:36:00 GMT 2006


Hi,

This patch adds just about everything needed to startup the JDWP 
backend, including VM_INIT and VM_DEATH.

Trying to run this won't really do anything interesting until some more 
event notifications are added (coming soon to a patch list near you). 
Without any of the thread suspension stuff in yet, it won't even stop 
the program... (Also coming soon to a patch list near you.)

Keith

ChangeLog
2006-08-23  Keith Seitz  <keiths@redhat.com>

         * prims.cc (remoteDebug): New global.
         (jdwpOptions): New global.
         (parse_x_arg): Add processing for "X" options "debug" and
         "runjdwp:"
         (_Jv_RunMain): If debugging, start up JDWP backend.
         Send VM_INIT and VM_DEATH when appropriate.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jdwp-startup.patch
Type: text/x-patch
Size: 2499 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20060824/c3baf396/attachment.bin>


More information about the Java-patches mailing list