From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28719 invoked by alias); 4 Mar 2009 05:30:40 -0000 Received: (qmail 28711 invoked by uid 22791); 4 Mar 2009 05:30:38 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from ti-out-0910.google.com (HELO ti-out-0910.google.com) (209.85.142.191) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 04 Mar 2009 05:30:32 +0000 Received: by ti-out-0910.google.com with SMTP id y8so3157618tia.12 for ; Tue, 03 Mar 2009 21:30:29 -0800 (PST) MIME-Version: 1.0 Received: by 10.110.43.16 with SMTP id q16mr11662929tiq.7.1236144629225; Tue, 03 Mar 2009 21:30:29 -0800 (PST) In-Reply-To: References: <20090303170422.GA15154@caradoc.them.org> Date: Wed, 04 Mar 2009 05:30:00 -0000 Message-ID: Subject: Re: What about add a interface to output the assembly codes follow inferior execution From: teawater To: Eli Zaretskii Cc: dje@google.com, drow@false.org, gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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/msg00034.txt.bz2 Thanks Eli. I think "show-opcodes" is very good. :) Hui On Wed, Mar 4, 2009 at 12:08, Eli Zaretskii wrote: >> 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. >