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: [bug] fetch_register_using_p() is not endian-ness safe


On Tue, Oct 19, 2004 at 06:18:46PM -0700, Theodore A. Roth wrote:
> Hi,
> 
> Just got bit by this one.
> 
> The recent changes to remote.c to implement 'p' packets using
> fetch_register_using_p() is broken.
> 
> It is padding out the hex-ified regnum with zeros, but the resulting
> endian-ness is tied to the gdb host. For example, on my x86 linux box,
> fetching the PC, gdb sends this packet:
> 
> 	"$p22000000#f4"
> 
> while on Paul's powerpc system, he sees this packet:
> 
> 	"$p00000022#f4"
> 
> This poses a problem for the remote target when the stub needs to parse
> this packet since the byte ordering is not well defined.

FYI, Jim Blandy noticed this a little earlier - and his patch for the
problem was just approved.

-- 
Daniel Jacobowitz


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