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

Re: Remote debugging broken for i386 too


On Fri, Jun 13, 2003 at 03:24:24PM -0400, Daniel Jacobowitz wrote:
> The G packet's gone to 0 size.  I can't find the message now, but didn't AVR
> run into the exact same thing - was that fixed or still being discussed?

No, this appears to be a different problem.  sizeof_g_packet is fine. 
The problem is that we do a G packet before our first g packet, i.e.
without having ever called remote_fetch_registers.  What's supposed to
prevent that from happening?

-- 
Daniel Jacobowitz
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]