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


> It seems to me that a function code of '0'-'9' is not used, so it
> would be easy to detect these functions and say 'Now using
> sequence-id' must check colon for verification.

This strikes me as a good way out.  Especially if someone is actually
using the sequence numbers.  Of course nailing down how they are
supposed to work (and documenting in gdb.texinfo) would also be needed
to finish solving the problem.

Agreed with Andrew that the current "if (buffer[2] == ':')" style code
(as found in i386-stub.c) should be phased out one way or another.

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