From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: nickrob@snap.net.nz (Nick Roberts) Newsgroups: gmane.emacs.help Subject: Re: GDB/MI doesn't work in GUD/GDB Date: Fri, 19 Feb 2010 10:06:19 +1300 Message-ID: <19325.43979.349233.964548@totara.tehura.co.nz> References: <9ed5e383-daae-4179-985f-a4f9fae82214@v20g2000yqv.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1266529206 8949 80.91.229.12 (18 Feb 2010 21:40:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Feb 2010 21:40:06 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: =?ISO-8859-1?Q?Nordl=F6w?= Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 18 22:40:03 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NiE6M-00016d-C4 for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Feb 2010 22:40:02 +0100 Original-Received: from localhost ([127.0.0.1]:47772 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NiE6L-0007sq-No for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Feb 2010 16:40:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NiE5v-0007rb-MT for help-gnu-emacs@gnu.org; Thu, 18 Feb 2010 16:39:35 -0500 Original-Received: from [140.186.70.92] (port=50373 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NiE5t-0007q9-UV for help-gnu-emacs@gnu.org; Thu, 18 Feb 2010 16:39:34 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NiE5s-0006kS-Le for help-gnu-emacs@gnu.org; Thu, 18 Feb 2010 16:39:33 -0500 Original-Received: from viper.snap.net.nz ([202.37.101.25]:53792) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NiE5s-0006k4-8H for help-gnu-emacs@gnu.org; Thu, 18 Feb 2010 16:39:32 -0500 Original-Received: from totara (22.26.255.123.static.snap.net.nz [123.255.26.22]) by viper.snap.net.nz (Postfix) with ESMTP id 67D793DA089; Fri, 19 Feb 2010 10:06:20 +1300 (NZDT) Original-Received: by totara (Postfix, from userid 1000) id 5FA98C16D; Fri, 19 Feb 2010 10:06:19 +1300 (NZDT) Original-Newsgroups: gnu.emacs.help In-Reply-To: <9ed5e383-daae-4179-985f-a4f9fae82214@v20g2000yqv.googlegroups.com> X-Mailer: VM 7.19 under Emacs 22.2.1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:71934 Archived-At: Nordl=F6w writes: > I can't get GDB/MI support in gud in latest Emacs Bzr to work. > Shouldn't this be ready by now? How will my Emacs-GUD-GDB experience= > when I get this to work? >=20 > When I try using M-x gdb as "gdb -i=3Dmi -f FILE" M-x gdb in the bzr repository doesn't currently use MI so you must have= old files or edited the command line or customised gud-gdb-command-name. I= reverted changes so that Emacs 23.2 will use annotations again. This p= rovides reverse debugging and display of STL containers as watch expressions. = When branches are made in the bzr repository, the MI stuff will go back on o= ne of these to allow concurrent development. Long term goal is to use MI. --=20 Nick http://users.snap.net.nz= /~nickrob