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: Wed, 17 Oct 2001 09:06:00 -0000 Message-id: <3BCDAC68.5040500@cygnus.com> References: <20011011161453.A15989@nevyn.them.org> <3BCD045B.4050607@cygnus.com> <20011017002357.A25378@nevyn.them.org> X-SW-Source: 2001-10/msg00245.html > > I've thought about it. The text file would also need to specify > registers to be sent in a resume packet, or those could be moved to the > low* files without too much pain (although they're really per-cpu > rather than per-target, which is why I put them where they are). Do you mean the registers sent target->host with a T packet? The contents of that list isn't part of the protocol. Andrew