From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4511 invoked by alias); 21 Nov 2007 14:31:59 -0000 Received: (qmail 4502 invoked by uid 22791); 21 Nov 2007 14:31:58 -0000 X-Spam-Check-By: sourceware.org Received: from ks30928.kimsufi.com (HELO mailhost.tni-software.com) (213.186.41.72) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 21 Nov 2007 14:31:49 +0000 Received: (qmail 21099 invoked by uid 89); 21 Nov 2007 14:31:46 -0000 Received: from unknown (HELO ?192.168.1.120?) (g.menant@ayrtontechnology.com@212.99.37.34) by ks30928.kimsufi.com with ESMTPA; 21 Nov 2007 14:31:46 -0000 Message-ID: <47444151.90604@geensys.com> Date: Wed, 21 Nov 2007 14:31:00 -0000 From: Guillaume MENANT User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: gdb@sourceware.org Subject: Memory map with vFlashWrite Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2007-11/txt/msg00209.txt.bz2 Hello, 1 - Is the memory map mandatory for using vFlashXxxx commands ? 2 - If yes, how does it works ? Gdb sends a "qSupported" command, then the stub answers with "qXfer:memory-map:read", then Gdb sends a "qXfer:memory-map:read::offset,length" and then the stub answers with an "l data" ? 3 - If the process is correct, what values do we use for offset and length "qXfer:memory-map:read" command ? Do we send the whole XML file in the "l data" reply ? Thanks for your answers. -- Guillaume MENANT