This is the mail archive of the gdb@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: Uncorrect M command from GDB


On Mon, Jan 28, 2008 at 08:32:54AM -0800, Guillaume MENANT wrote:
> 
> I'm working with GDB and, i don't know why but, it sends me an uncorrect
> packet. 
> 
> The first one is correct (size is 117 bytes)
> 1- $M4000a3d1,117:00a3c84000a3c84000a3d04000a3d04000a3d8...#

Are you sure it's 117 bytes?  From the manual:

  Except where otherwise noted all numbers are represented in HEX with
  leading zeros suppressed.

It should contain 0x117 bytes.

-- 
Daniel Jacobowitz
CodeSourcery


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