This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA] Thread debugging support
- From: Tom Tromey <tromey at redhat dot com>
- To: Keith Seitz <keiths at redhat dot com>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 19 Jun 2006 07:29:04 -0600
- Subject: Re: [RFA] Thread debugging support
- References: <44937738.7090206@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:
Keith> This patch simply adds three functions which add the support needed
Keith> for JDWP thread suspension. Right now, they are all just stub methods,
Keith> since we are awaiting official word on the necessary GC patches needed
Keith> to properly implement them. [I only have an implementation for
Keith> posix-threads, though, since I don't have a way to test win32.]
Looks good to me.
Tom