This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFA/RFC: vCont for the remote protocol [gdbserver]


On Tue, Sep 30, 2003 at 05:17:33PM -0400, Daniel Jacobowitz wrote:
> On Mon, Sep 29, 2003 at 11:30:32AM -0400, Daniel Jacobowitz wrote:
> > Gdbserver support, as promised.  I'll check this in (with any necessary
> > updates) once we've settled on the rest.  Then there'll be a follow-up to
> > delete the vestiges of Hs, since this is a much better solution.
> 
> Revised.

Since the protocol has been finalized, I've checked this in.  Just
waiting on the client remote.c support now.

> 2003-09-30  Daniel Jacobowitz  <drow@mvista.com>
> 
> 	* linux-low.c (linux_resume): Take a struct thread_resume *
> 	argument.
> 	(linux_wait): Update call.
> 	(resume_ptr): New static variable.
> 	(linux_continue_one_thread): Renamed from
> 	linux_continue_one_process.  Use resume_ptr.
> 	(linux_resume): Use linux_continue_one_thread.
> 	* server.c (handle_v_cont, handle_v_requests): New functions.
> 	(myresume): New function.
> 	(main): Handle 'v' case.
> 	* target.h (struct thread_resume): New type.
> 	(struct target_ops): Change argument of "resume" to struct
> 	thread_resume *.
> 	(myresume): Delete macro.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]