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