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

GDB-Protocol: Version/Protocol packet


Hello,

As a starting point, I'd like to put forward:

	<- qVersion
	-> { <prefix><version> }

<prefix> ::=

	All prefix letters and strings reconized by the monitor vis:
	S
	qCRC
	qL qP qC

<version> ::=
	A version integer as an identifier of changed packets.

For example, a theoritical response might be:

	-> B1b1qL1qP1qC1QVersion1....

while a newer target might respond with:

	-> B2b2qL1qP1qC1QVersion1....

Andrew

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