From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29390 invoked by alias); 4 Mar 2009 19:32:11 -0000 Received: (qmail 29382 invoked by uid 22791); 4 Mar 2009 19:32:11 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 04 Mar 2009 19:32:04 +0000 Received: (qmail 22204 invoked from network); 4 Mar 2009 19:32:02 -0000 Received: from unknown (HELO orlando.local) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 4 Mar 2009 19:32:02 -0000 From: Pedro Alves To: gdb@sourceware.org Subject: Re: What about add a interface to output the assembly codes follow =?iso-8859-1?q?=09inferior?= execution Date: Wed, 04 Mar 2009 19:32:00 -0000 User-Agent: KMail/1.9.10 Cc: Daniel Jacobowitz , Eli Zaretskii , Doug Evans , teawater@gmail.com References: <20090304192647.GA21091@caradoc.them.org> In-Reply-To: <20090304192647.GA21091@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200903041932.04620.pedro@codesourcery.com> 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/msg00043.txt.bz2 On Wednesday 04 March 2009 19:26:47, Daniel Jacobowitz wrote: > (Another thing that would be useful, perhaps, is a modifier to 'x/i' to > say "a line's worth of instructions". =A0But I think we'd have a lot of > trouble finding a non-ambiguous command for that.) >=20 I was thinking the same, while noticing that the "disassemble" command also doesn't allow a line number or line number range. Did I mention already that with the TUI one can see disassembly and source code at the same time easily ? :-) --=20 Pedro Alves