From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20681 invoked by alias); 11 Jul 2009 12:42:12 -0000 Received: (qmail 20670 invoked by uid 22791); 11 Jul 2009 12:42:12 -0000 X-SWARE-Spam-Status: No, hits=3.0 required=5.0 tests=AWL,BAYES_00,BOTNET,RCVD_IN_JMF_BL,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout1.012.net.il (HELO mtaout1.012.net.il) (84.95.2.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 11 Jul 2009 12:42:05 +0000 Received: from conversion-daemon.i-mtaout1.012.net.il by i-mtaout1.012.net.il (HyperSendmail v2007.08) id <0KMM00F00B48MW00@i-mtaout1.012.net.il> for gdb-patches@sourceware.org; Sat, 11 Jul 2009 15:42:02 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.126.249.41]) by i-mtaout1.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KMM00D49BA1DJ10@i-mtaout1.012.net.il>; Sat, 11 Jul 2009 15:42:02 +0300 (IDT) Date: Sat, 11 Jul 2009 17:54:00 -0000 From: Eli Zaretskii Subject: Re: Add a new modifier /c to "disassemble" command to make it output binary code In-reply-to: To: Hui Zhu Cc: tromey@redhat.com, msnyder@vmware.com, dje@google.com, mark.kettenis@xs4all.nl, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83k52fs86c.fsf@gnu.org> References: <8363dzy38t.fsf@gnu.org> 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/msg00333.txt.bz2 > Date: Sat, 11 Jul 2009 20:09:25 +0800 > From: Hui Zhu > Cc: tromey@redhat.com, msnyder@vmware.com, dje@google.com, > mark.kettenis@xs4all.nl, gdb-patches@sourceware.org > > *** 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. > + A /r modifier will include raw instruction in hex with the assembly. *= "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. Thanks.