From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: [PATCH] GUD-MI's disassembly buffer should follow $PC in the absence of debug information. Date: Sun, 29 Jan 2012 22:17:42 +1300 Message-ID: <1327828662.12356.4.camel@totara.tehura.co.nz> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1327920845 5842 80.91.229.3 (30 Jan 2012 10:54:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 30 Jan 2012 10:54:05 +0000 (UTC) Cc: emacs-devel@gnu.org To: ksrenevasan@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 30 11:54:05 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Rros7-0001fi-Pi for ged-emacs-devel@m.gmane.org; Mon, 30 Jan 2012 11:54:03 +0100 Original-Received: from localhost ([::1]:47520 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rros7-00035L-1g for ged-emacs-devel@m.gmane.org; Mon, 30 Jan 2012 05:54:03 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:42868) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rrorz-00034e-NV for emacs-devel@gnu.org; Mon, 30 Jan 2012 05:54:01 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rroru-0001Ih-6h for emacs-devel@gnu.org; Mon, 30 Jan 2012 05:53:55 -0500 Original-Received: from snapmx1.ironport.snap.net.nz ([202.37.100.100]:8195) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rrort-0001Hd-R8 for emacs-devel@gnu.org; Mon, 30 Jan 2012 05:53:50 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AlQPAFh1Jk9vRfcc/2dsb2JhbABDKIJ7gWipTYJ5BSNWNQImAlmvM5EngS+HDgEJBwELCQECAwQKAgIDBwIEBQEDAgMEFQIBAgGCeQMBBhIJAgEBCAICXhE+ggaBFgSVGoVWjRE X-IronPort-AV: E=Sophos;i="4.71,591,1320577200"; d="scan'208";a="94292247" Original-Received: from rupert.snap.net.nz ([202.37.100.140]) by smtp1.ironport.snap.net.nz with ESMTP; 30 Jan 2012 23:53:43 +1300 X-Sender-IP: 111.69.247.28 X-Sender-IP: 111.69.247.28 Original-Received: from [192.168.1.100] (28.247.69.111.dynamic.snap.net.nz [111.69.247.28]) by rupert.snap.net.nz (Postfix) with ESMTP id 5575B1FD43; Mon, 30 Jan 2012 23:53:43 +1300 (NZDT) In-Reply-To: 1327387607.1742.21.camel@garuda3.sysenter X-Mailer: Evolution 2.30.3 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 202.37.100.100 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:148035 Archived-At: That looks fine but would it be better to place the overlay arrow further down the window so that the user can see previous instructions? e.g, "-data-disassemble -s \"$pc - 80\" -e \"$pc + 80\" -- 0" Nick