From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Stephen Smith Cc: GDB Subject: Re: GDB's remote protocol: rCommand Date: Wed, 21 Mar 2001 15:59:00 -0000 Message-id: <3AB7867B.3D80F74A@cygnus.com> References: <3AB6CB9A.C0883CD9@home.com> X-SW-Source: 2001-03/msg00198.html Stephen Smith wrote: > > When reading chapter 13 of the gdb manual, the rcmd can be taken to mean one > of two things: > > 1) a command sent from the host machine to the target machine for the GDB server/stub to > execute This one. All (well ok almost all) packets are GDB->target->GDB. Andrew