From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16299 invoked by alias); 11 Jul 2009 14:15:12 -0000 Received: (qmail 16286 invoked by uid 22791); 11 Jul 2009 14:15:10 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-px0-f183.google.com (HELO mail-px0-f183.google.com) (209.85.216.183) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 11 Jul 2009 14:15:02 +0000 Received: by pxi13 with SMTP id 13so244600pxi.12 for ; Sat, 11 Jul 2009 07:15:00 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.49.4 with SMTP id w4mr843198wfw.201.1247321700558; Sat, 11 Jul 2009 07:15:00 -0700 (PDT) In-Reply-To: <83k52fs86c.fsf@gnu.org> References: <8363dzy38t.fsf@gnu.org> <83k52fs86c.fsf@gnu.org> Date: Sat, 11 Jul 2009 17:59:00 -0000 Message-ID: Subject: Re: Add a new modifier /c to "disassemble" command to make it output binary code From: Hui Zhu To: Eli Zaretskii Cc: tromey@redhat.com, msnyder@vmware.com, dje@google.com, mark.kettenis@xs4all.nl, gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-07/txt/msg00334.txt.bz2 On Sat, Jul 11, 2009 at 20:42, Eli Zaretskii wrote: >> Date: Sat, 11 Jul 2009 20:09:25 +0800 >> From: Hui Zhu >> Cc: tromey@redhat.com, msnyder@vmware.com, dje@google.com, >> =A0 =A0 =A0 mark.kettenis@xs4all.nl, gdb-patches@sourceware.org >> >> =A0*** Changes since GDB 6.8 >> >> +* "disassemble" command with a /r modifier, print the raw instruction >> +in hex as well as in symbolic form." > > "instructions", in plural. > >> + =A0 A /r modifier will include raw instruction in hex with the assembl= y. =A0*=3D > > "instruction", in plural. > >> +With a /r modifier, raw instruction in hex are included.\n\ > > Same here. > >> +the @code{/m} modifier and print the raw instruction in hex as well as >> +in symbolic form by specifying the @code{/r}. > > And here. > > Okay with those corrections. > Fixed and checked-in. Thanks, Hui