From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14453 invoked by alias); 10 Jul 2009 08:45:42 -0000 Received: (qmail 14445 invoked by uid 22791); 10 Jul 2009 08:45:42 -0000 X-SWARE-Spam-Status: No, hits=0.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_JMF_BL,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout6.012.net.il (HELO mtaout6.012.net.il) (84.95.2.16) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 10 Jul 2009 08:45:33 +0000 Received: from conversion-daemon.i-mtaout6.012.net.il by i-mtaout6.012.net.il (HyperSendmail v2007.08) id <0KMK00D005B3TB00@i-mtaout6.012.net.il> for gdb-patches@sourceware.org; Fri, 10 Jul 2009 11:45:21 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.126.249.41]) by i-mtaout6.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KMK00KWQ5NIZAA0@i-mtaout6.012.net.il>; Fri, 10 Jul 2009 11:45:19 +0300 (IDT) Date: Fri, 10 Jul 2009 09:33: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: Doug Evans Cc: teawater@gmail.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83r5wpx6xs.fsf@gnu.org> References: 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/msg00302.txt.bz2 > Date: Thu, 9 Jul 2009 15:00:32 -0700 > From: Doug Evans > Cc: gdb-patches ml > > The option to objdump is --[no-]show-raw-insn. > The word "raw" is the mnemonic I use to remember the option name. > Hence I wonder if it would be easier for users to remember > "disassemble /r" than "disassemble /c". Yes, and perhaps have "show raw instructions" somewhere in the text of the manual that describes this.