From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: jtc@redback.com Cc: Quality Quorum , gdb@sources.redhat.com Subject: Re: Current (non-) state of gdbserver Date: Thu, 12 Jul 2001 12:45:00 -0000 Message-id: <3B4DFE5D.6090403@cygnus.com> References: <5m7kxej6mr.fsf@jtc.redback.com> X-SW-Source: 2001-07/msg00121.html > > Quality> It will be nice to add thread support rightaway. > > Indeed. All of these primitives need to be context/process/thread aware. Starting at the frame we have: a frame has a thread a thread has a target so a target could potentially manage one or more threads. Makeing sense? Sounding good in theory? Andrew