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: server/2052: load command reports failure even when no error occurs


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

From: Daniel Jacobowitz <drow@false.org>
To: Eric Norum <norume@aps.anl.gov>
Cc: gdb-gnats@sourceware.org
Subject: Re: server/2052: load command reports failure even when no error occurs
Date: Mon, 19 Dec 2005 16:04:14 -0500

 On Mon, Dec 19, 2005 at 03:00:04PM -0600, Eric Norum wrote:
 > The err variable isn't cleared before being passed to  
 > target_write_memory_partial() so I assumed that the problem still  
 > existed.  Or is the fix you mention that things have changed so that  
 > all the possible paths through target_write_memory_partial() end up  
 > setting err?
 
 Yes, you can see the changes fairly simply in target.c; they're
 localized to that and target_xfer_memory_partial although other fixes
 were involved.
 
 > From where can I get gdb-6.4?   http://www.gnu.org/software/gdb/ 
 > gdb.html says that 6.3 is the latest version.
 
 Oops.  I'll pass that on to the release manager.  It's available by FTP
 from both sourceware.org and ftp.gnu.org.
 
 -- 
 Daniel Jacobowitz
 CodeSourcery, LLC


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