From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: [rfa] gdbserver overhaul Date: Thu, 18 Oct 2001 14:28:00 -0000 Message-id: <3BCF45F9.1060706@cygnus.com> References: <20011011161453.A15989@nevyn.them.org> <3BCD045B.4050607@cygnus.com> <20011017181744.A26062@nevyn.them.org> X-SW-Source: 2001-10/msg00259.html >> 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