From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31367 invoked by alias); 20 Nov 2007 15:09:42 -0000 Received: (qmail 31357 invoked by uid 22791); 20 Nov 2007 15:09:42 -0000 X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 20 Nov 2007 15:09:35 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IuUhB-0005qg-Ip for gdb@sources.redhat.com; Tue, 20 Nov 2007 15:07:25 +0000 Received: from 77.246.241.246 ([77.246.241.246]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 20 Nov 2007 15:07:25 +0000 Received: from ghost by 77.246.241.246 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 20 Nov 2007 15:07:25 +0000 To: gdb@sources.redhat.com From: Vladimir Prus Subject: Re: 'm' and 'M' commands Date: Tue, 20 Nov 2007 15:09:00 -0000 Message-ID: References: <4742EA53.8030206@geensys.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit User-Agent: KNode/0.10.4 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: 2007-11/txt/msg00197.txt.bz2 Guillaume MENANT wrote: > Hello, > > Does the 'm' and 'M' commands are used only for RAM read/write or also > for FLASH ? Because it's not specified and other commands are dedicated > to the FLASH (vFlashErase, vFlashWrite). Flash writing uses vFlashErase/vFlashWrite/vFlashDone. Flash reading uses 'm'. - Volodya