From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Seitz To: Paul_Heijman@eu.omron.com Cc: insight@sourceware.cygnus.com Subject: Re: Remote Serial Protocol Date: Mon, 17 Jul 2000 05:41:00 -0000 Message-id: <3972FEF6.DE1A3FCD@firetalk.com> References: <4125691F.003B2726.00@eu.omron.com> X-SW-Source: 2000-q3/msg00073.html Paul_Heijman@eu.omron.com wrote: > > Hi, > > I discovered from the Logfile that my stub doesn't recognize a bunch of commands > like 'P' and 'Z'. > Does someone have a (complete) reference of these 'remote serial' commands ? > I guess the 'P' command writes a single register, but the rest is not clear. Normally, it is safe to ignore commands that your stub doesn't recognize/implement. The protocol definition used to be in remote.c, but it has recently moved into the info files. I found it by following these nodes: Target, Remote, Remote Serial, Protocol. The definition is at the bottom of this page. 'Z' is used to insert a breakpoint, apparently. Keith