* Uncorrect M command from GDB
@ 2008-01-28 16:33 Guillaume MENANT
2008-01-28 16:54 ` Daniel Jacobowitz
0 siblings, 1 reply; 2+ messages in thread
From: Guillaume MENANT @ 2008-01-28 16:33 UTC (permalink / raw)
To: gdb
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...#
The second one is uncorrect because the size is BC which is not correct
regarding to the GDB documentation
2- $M4000a4e8,bc:4000a4e04000a4e04000a4e84000a4e84000a4f...#
Am I right ? Is the size in hex or not ?
Thanks.
--
View this message in context: http://www.nabble.com/Uncorrect-M-command-from-GDB-tp15139165p15139165.html
Sent from the Sourceware - gdb list mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Uncorrect M command from GDB
2008-01-28 16:33 Uncorrect M command from GDB Guillaume MENANT
@ 2008-01-28 16:54 ` Daniel Jacobowitz
0 siblings, 0 replies; 2+ messages in thread
From: Daniel Jacobowitz @ 2008-01-28 16:54 UTC (permalink / raw)
To: Guillaume MENANT; +Cc: 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-01-28 16:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-28 16:33 Uncorrect M command from GDB Guillaume MENANT
2008-01-28 16:54 ` Daniel Jacobowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox