From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28400 invoked by alias); 4 Mar 2009 04:09:13 -0000 Received: (qmail 28391 invoked by uid 22791); 4 Mar 2009 04:09:12 -0000 X-SWARE-Spam-Status: No, hits=3.4 required=5.0 tests=AWL,BAYES_20,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 04:09:02 +0000 Received: from conversion-daemon.i-mtaout1.012.net.il by i-mtaout1.012.net.il (HyperSendmail v2007.08) id <0KFY00100RIF3900@i-mtaout1.012.net.il> for gdb@sourceware.org; Wed, 04 Mar 2009 06:08:48 +0200 (IST) Received: from HOME-C4E4A596F7 ([84.229.248.57]) by i-mtaout1.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KFY00C5ORINVAE0@i-mtaout1.012.net.il>; Wed, 04 Mar 2009 06:08:48 +0200 (IST) Date: Wed, 04 Mar 2009 04: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: teawater Cc: dje@google.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/msg00033.txt.bz2 > Date: Wed, 4 Mar 2009 10:28:48 +0800 > From: teawater > Cc: gdb ml > > When exec-disassemble is on, > If the $pc doesn't have the line message, gdb will output the assembly > code for $pc. > If the $pc has the line message, gdb will output the assembly codes of > this line. I think this is a useful feature, but we need a better name for it. Something like show-opcodes, for example.