From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: gdb-ui.el for GDB 6.4 Date: Fri, 02 Dec 2005 09:23:52 -0500 Message-ID: <87acfjmvdk.fsf-monnier+emacs@gnu.org> References: <17296.7497.677080.354716@kahikatea.snap.net.nz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1133542322 8359 80.91.229.2 (2 Dec 2005 16:52:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 2 Dec 2005 16:52:02 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 02 17:51:59 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EiE5d-0005zi-9K for ged-emacs-devel@m.gmane.org; Fri, 02 Dec 2005 17:48:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EiE5c-00039x-ML for ged-emacs-devel@m.gmane.org; Fri, 02 Dec 2005 11:48:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EiBpP-00051D-R3 for emacs-devel@gnu.org; Fri, 02 Dec 2005 09:24:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EiBpM-0004zR-Mm for emacs-devel@gnu.org; Fri, 02 Dec 2005 09:23:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EiBpK-0004z9-L7 for emacs-devel@gnu.org; Fri, 02 Dec 2005 09:23:55 -0500 Original-Received: from [209.226.175.34] (helo=tomts13-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EiBpK-0001UP-4A for emacs-devel@gnu.org; Fri, 02 Dec 2005 09:23:54 -0500 Original-Received: from alfajor ([67.71.25.91]) by tomts13-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20051202142353.ZJBI25800.tomts13-srv.bellnexxia.net@alfajor>; Fri, 2 Dec 2005 09:23:53 -0500 Original-Received: by alfajor (Postfix, from userid 1000) id E7726D75F1; Fri, 2 Dec 2005 09:23:52 -0500 (EST) Original-To: Nick Roberts In-Reply-To: <17296.7497.677080.354716@kahikatea.snap.net.nz> (Nick Roberts's message of "Fri, 2 Dec 2005 23:09:13 +1300") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-Originating-IP: [0] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:46886 Archived-At: > Attached is a version of gdb-ui.el that works with this version and should > perform better than the one currently in the Emacs CVS repository. I've not > committed it yet because I want something more general as a first release. Just to make sure I understand correctly: does this version of gdb-ui.el also work with older GDBs? My work machine is still using GDB-6.0 (from Fedora Core 2). Stefan