This is the mail archive of the gdb-prs@sourceware.org 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/1948: remote_xfer_partial(): packet size probe fails whenLENGTH and OFFSET are zero [target: avr]


The following reply was made to PR remote/1948; it has been noted by GNATS.

From: Eric Weddington <eweddington@cso.atmel.com>
To: gdb-gnats@sources.redhat.com
Cc:  
Subject: Re: remote/1948: remote_xfer_partial(): packet size probe fails when
 LENGTH and OFFSET are zero [target: avr]
Date: Fri, 10 Aug 2007 17:12:06 -0600

 This bug looks like it's fixed in 6.6 (remote_xfer_partial()):
 
   /* Note: a zero OFFSET and LEN can be used to query the minimum
      buffer size.  */
   if (offset == 0 && len == 0)
     return (get_remote_packet_size ());
 
 But it needs to be tested for the AVR.
 
 Eric Weddington
 
 


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