From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5499 invoked by alias); 22 May 2009 22:45:01 -0000 Received: (qmail 5491 invoked by uid 22791); 22 May 2009 22:45:00 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: sourceware.org Received: from web50610.mail.re2.yahoo.com (HELO web50610.mail.re2.yahoo.com) (206.190.38.249) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Fri, 22 May 2009 22:44:55 +0000 Received: (qmail 97546 invoked by uid 60001); 22 May 2009 22:44:53 -0000 Message-ID: <612058.79159.qm@web50610.mail.re2.yahoo.com> Received: from [99.53.81.6] by web50610.mail.re2.yahoo.com via HTTP; Fri, 22 May 2009 15:44:53 PDT Date: Fri, 22 May 2009 22:45:00 -0000 From: Toshi Morita Subject: Re: Disassemble arbitrary memory with disas? To: Joel Brobecker , Jonas Maebe Cc: gdb@sourceware.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: 2009-05/txt/msg00154.txt.bz2 Thanks a lot!! Will try it when I get back in the office on Tuesday! Toshi --- On Fri, 5/22/09, Jonas Maebe wrote: > From: Jonas Maebe > Subject: Re: Disassemble arbitrary memory with disas? > To: "Joel Brobecker" > Cc: "Toshi Morita" , gdb@sourceware.org > Date: Friday, May 22, 2009, 2:51 PM > > On 22 May 2009, at 23:44, Joel Brobecker wrote: > > > I think that the "x /i" command should work. Have a > look at the GDB > > documentation on the "x" command, it should give you > more details > > about how to use the /something modifiers. > > Indeed. An alternative is "disassemble > ". "x/10i >
" is easier to type though :) > > > Jonas >