From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18166 invoked by alias); 27 Nov 2007 10:46:02 -0000 Received: (qmail 18155 invoked by uid 22791); 27 Nov 2007 10:46:02 -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; Tue, 27 Nov 2007 10:45:55 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Iwxwv-00023P-CM for gdb@sourceware.org; Tue, 27 Nov 2007 02:45:53 -0800 Message-ID: <13968586.post@talk.nabble.com> Date: Tue, 27 Nov 2007 10:46:00 -0000 From: Guillaume MENANT To: gdb@sourceware.org Subject: Re: GDB commands In-Reply-To: <1196104670.2501.59.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: guillaume.menant@geensys.com References: <4742E4CF.2080408@geensys.com> <13909280.post@talk.nabble.com> <1196103707.2501.42.camel@localhost.localdomain> <20071126192241.GA15559@caradoc.them.org> <1196104670.2501.59.camel@localhost.localdomain> 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/msg00242.txt.bz2 Michael Snyder-3 wrote: > > On Mon, 2007-11-26 at 14:22 -0500, Daniel Jacobowitz wrote: >> On Mon, Nov 26, 2007 at 11:01:47AM -0800, Michael Snyder wrote: >> > 1) You need a way to read and write memory. There are >> > several candidates, one being the original 'm' and 'M', >> > another being the newer 'x' and 'X' (binary encoded). >> >> Just 'X', no 'x'; 'x' would be a logical addition but no one's been >> round to it. >> >> All the rest of what Michael's written looks correct to me. You can >> get by with very few packets... but if you want a useful debugging >> stub, you may need more. >> >> I suspect '?' is mandatory. > > Ah, yes. ;-) > > Thanks a lot for your answers. For now, I handle m, M, c, S, g, G, z, Z, vFlashWrite, vFlashErase and vFlashDone. -- View this message in context: http://www.nabble.com/GDB-commands-tf4843563.html#a13968586 Sent from the Sourceware - gdb list mailing list archive at Nabble.com.