This is the mail archive of the gdb-patches@sourceware.cygnus.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]

Re: RFA: Deprecate remote protocol sequence-ID


>>>>> "Andrew" == Andrew Cagney <ac131313@cygnus.com> writes:
Andrew> I'd like to put forward the proposal that the sequence-id:
Andrew> $sequence-id:packet-data#checksum
Andrew>
Andrew> be clearly deprecated.  GDB doesn't produce them and all known targets
Andrew> do nothing useful with them.  Further, the syntax is dangerous as it
Andrew> restricts (in a very bizare way) the contents of actual packets.

I agree that we can mark it deprecated, but I'm not sure doing so
affords us any more freedom wrt. packet contents.  There are deployed
debug stubs which can not be updated that will interpret packets with
buf[2] == ':' as having a sequence numbers.  We've been able to avoid
such packets so far, is it really that onerous of a restriction?

        --jtc

-- 
J.T. Conklin
RedBack Networks

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