This is the mail archive of the gdb@sourceware.org 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]
Other format: [Raw text]

Packing "R" actions in a QTDP packet


The code in stringify_collection_list will concatenate as many 'M' and
'X' actions as it can in a packet, but it leaves 'R' actions in a
packet by themselves.  Is there any technical reason for this?  Should
I simply document the protocol as allowing actions to be packed
together as much as you like as long as the overall packet size
doesn't get too big, or should I say that 'R' actions require a packet
unto themselves?


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