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: Re: [PATCH] GUD-MI's disassembly buffer should follow $PC in the absence of debug information. Date: Sat, 4 Feb 2012 23:36:55 +1300 Message-ID: <20269.2631.279986.965474@totara.tehura.co.nz> References: <1327828662.12356.4.camel@totara.tehura.co.nz> <1327960358.2892.5.camel@garuda3.sysenter> <20263.33256.329678.646727@totara.tehura.co.nz> <1327994396.10781.11.camel@garuda3.sysenter> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1328351834 30799 80.91.229.3 (4 Feb 2012 10:37:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 4 Feb 2012 10:37:14 +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 Sat Feb 04 11:37:13 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 1RtczX-0001f4-DR for ged-emacs-devel@m.gmane.org; Sat, 04 Feb 2012 11:37:11 +0100 Original-Received: from localhost ([::1]:50447 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtczW-0007YS-U6 for ged-emacs-devel@m.gmane.org; Sat, 04 Feb 2012 05:37:10 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:41174) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtczQ-0007YI-QC for emacs-devel@gnu.org; Sat, 04 Feb 2012 05:37:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RtczM-0001FF-UE for emacs-devel@gnu.org; Sat, 04 Feb 2012 05:37:04 -0500 Original-Received: from snapmx1.ironport.snap.net.nz ([202.37.100.100]:36689) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtczK-0001EV-Pe for emacs-devel@gnu.org; Sat, 04 Feb 2012 05:37:00 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEALMJLU9vRfel/2dsb2JhbABDryiCeAEBBDo0CxALRiwrwFMTi1EBBQICCQUMBwYBCgICAwYCBAIBBAICBgQPAwMBBIJ0AwgVCQMBC14NBkCDHASVKJJx X-IronPort-AV: E=Sophos;i="4.73,355,1325415600"; d="scan'208";a="96034889" Original-Received: from rupert.snap.net.nz ([202.37.100.140]) by smtp1.ironport.snap.net.nz with ESMTP; 04 Feb 2012 23:36:55 +1300 X-Sender-IP: 111.69.247.165 X-Sender-IP: 111.69.247.165 Original-Received: from totara (165.247.69.111.dynamic.snap.net.nz [111.69.247.165]) by rupert.snap.net.nz (Postfix) with ESMTP id 9A7EB1FD43; Sat, 4 Feb 2012 23:36:55 +1300 (NZDT) Original-Received: by totara (Postfix, from userid 1000) id 7FC8F118E94; Sat, 4 Feb 2012 23:36:55 +1300 (NZDT) In-Reply-To: <1327994396.10781.11.camel@garuda3.sysenter> X-Mailer: VM 7.19 under Emacs 23.4.1 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:148158 Archived-At: Kaushik Srenevasan writes: > ... > There are other GDB commands too (such as NEXTI) that don't work when > both the caller and callee don't have debug information, that I'm trying > to fix (in GDB); and would prefer to fix GUD-MI (to display a few > instructions before $PC) once GDB works as expected in these cases. What > do you think? I think you have a good understanding of the issues and recommend that the maintainers install any patch you may submit if I don't see it on the mailing list first. Nick