From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32208 invoked by alias); 26 Nov 2007 19:30:09 -0000 Received: (qmail 32200 invoked by uid 22791); 26 Nov 2007 19:30:09 -0000 X-Spam-Check-By: sourceware.org Received: from bluesmobile.specifix.com (HELO bluesmobile.specifix.com) (216.129.118.140) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 26 Nov 2007 19:30:05 +0000 Received: from [127.0.0.1] (bluesmobile.specifix.com [216.129.118.140]) by bluesmobile.specifix.com (Postfix) with ESMTP id C52CB3BE20; Mon, 26 Nov 2007 11:08:27 -0800 (PST) Subject: Re: GDB commands From: Michael Snyder To: Daniel Jacobowitz Cc: Guillaume MENANT , gdb@sourceware.org In-Reply-To: <20071126192241.GA15559@caradoc.them.org> References: <4742E4CF.2080408@geensys.com> <13909280.post@talk.nabble.com> <1196103707.2501.42.camel@localhost.localdomain> <20071126192241.GA15559@caradoc.them.org> Content-Type: text/plain Date: Mon, 26 Nov 2007 19:30:00 -0000 Message-Id: <1196104670.2501.59.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 (2.10.3-4.fc7) Content-Transfer-Encoding: 7bit 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/msg00237.txt.bz2 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. ;-)