This is the mail archive of the gdb-patches@sources.redhat.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] gdbserver overhaul


>> Have you thought about using something like a colon delimited file:
>> 
>> 4:r0
>> 8:r1
>> 
>> to generate these?  A definition for a textual form will be needed 
>> eventually.  While crude it would allow the sharing of this information 
>> between GDB and gdbserver.
> 
> 
> Upon reflection, I've implemented this as well.

Dam! I'll have to go and implement:

	set remote G-packet 4:r0;8:r1;...

(thanks)
Andrew



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