From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3027 invoked by alias); 28 Jan 2008 16:33:22 -0000 Received: (qmail 2962 invoked by uid 22791); 28 Jan 2008 16:33:22 -0000 X-Spam-Check-By: sourceware.org Received: from kuber.nabble.com (HELO kuber.nabble.com) (216.139.236.158) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 28 Jan 2008 16:32:56 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1JJWuk-0006qg-IV for gdb@sourceware.org; Mon, 28 Jan 2008 08:32:54 -0800 Message-ID: <15139165.post@talk.nabble.com> Date: Mon, 28 Jan 2008 16:33:00 -0000 From: Guillaume MENANT To: gdb@sourceware.org Subject: Uncorrect M command from GDB MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: guillaume.menant@geensys.com X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-01/txt/msg00285.txt.bz2 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.