From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9625 invoked by alias); 4 Mar 2009 19:09:11 -0000 Received: (qmail 9503 invoked by uid 22791); 4 Mar 2009 19:09:10 -0000 X-SWARE-Spam-Status: No, hits=2.5 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; Wed, 04 Mar 2009 19:08:55 +0000 Received: from conversion-daemon.i-mtaout1.012.net.il by i-mtaout1.012.net.il (HyperSendmail v2007.08) id <0KFZ00D00VFYBC00@i-mtaout1.012.net.il> for gdb@sourceware.org; Wed, 04 Mar 2009 21:09:33 +0200 (IST) Received: from HOME-C4E4A596F7 ([84.229.248.57]) by i-mtaout1.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KFZ000ODX7WYJ20@i-mtaout1.012.net.il>; Wed, 04 Mar 2009 21:09:32 +0200 (IST) Date: Wed, 04 Mar 2009 19:09:00 -0000 From: Eli Zaretskii Subject: Re: What about add a interface to output the assembly codes follow inferior execution In-reply-to: To: Doug Evans Cc: teawater@gmail.com, drow@false.org, gdb@sourceware.org Reply-to: Eli Zaretskii Message-id: References: <20090303170422.GA15154@caradoc.them.org> 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: 2009-03/txt/msg00037.txt.bz2 > Date: Wed, 4 Mar 2009 09:15:30 -0800 > From: Doug Evans > Cc: Eli Zaretskii , drow@false.org, gdb@sourceware.org > > Having another word for "disassembly" seems clumsy though. ["apropos > opcodes" doesn't print anything today] "apropos" searches the first lines of the doc strings, not only the command names. So if we document the new commands like this: show-opcodes -- display disassembly of next line with each prompt "apropos disassembly" will find that as well. Does that solve your problem with the name I suggested? > Plus to a new user the intent of the option is a bit vague. > "disassemble-next-line" ? [that has a lot to type to become > unambiguous Right, I thought about something that begins with "disassemble", but didn't want to shoot our completion habits in the foot, since currently typing just "disas TAB" is all I need to get disassembly.