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


On Wed, Oct 17, 2001 at 12:06:00PM -0400, Andrew Cagney wrote:
> >
> >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.

Indeed, but per-CPU (with the protocol) seemed the logical way to
specify it.  It's not part of the protocol, but it strikes me as a sort
of recommended corollary to it.

-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer


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