From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Charles Tucker Newsgroups: gmane.emacs.devel Subject: Compatibility problem with emacs 24.1 / GDB 6.3.50? Date: Wed, 13 Jun 2012 15:13:26 -0700 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f46d0445180361579604c261e400 X-Trace: dough.gmane.org 1339625615 24224 80.91.229.3 (13 Jun 2012 22:13:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 13 Jun 2012 22:13:35 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 14 00:13:34 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Sevoj-0004do-7z for ged-emacs-devel@m.gmane.org; Thu, 14 Jun 2012 00:13:33 +0200 Original-Received: from localhost ([::1]:59776 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sevoj-0005Am-3M for ged-emacs-devel@m.gmane.org; Wed, 13 Jun 2012 18:13:33 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:45154) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sevog-0005AV-96 for emacs-devel@gnu.org; Wed, 13 Jun 2012 18:13:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sevoe-0001ds-Fm for emacs-devel@gnu.org; Wed, 13 Jun 2012 18:13:29 -0400 Original-Received: from mail-wi0-f177.google.com ([209.85.212.177]:46694) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sevoe-0001dj-6b for emacs-devel@gnu.org; Wed, 13 Jun 2012 18:13:28 -0400 Original-Received: by wibhm14 with SMTP id hm14so856411wib.12 for ; Wed, 13 Jun 2012 15:13:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=a1xXnbWIbvKMC8117NjdaxJFUJo6rustS6I3OetN+UI=; b=f1j8Lifg5Z6nL+g1RedTkejg22K8/zve+UewRXKgHj3qeFVIlARuJFiQLzTCvEdmFN bdItFR1BRJUnJYxQuC1SEa9iw88ulTNVBsjTysCuwOZftXLlR1Mx7usEyEKQU7hTS7nY Lna7SlH3Rt4oGT5My3/XXlIw414BTMgmUWpkGOOl7J+lypHUUHjj55kNM5wccnGyyGus XIoNdFCv0DetXpTTj9jNoSsx6wq7Cg4511bzXlKKgcDiulvK4ckMtblACFaaDejdPSTV 6W5rPGrmlpWlJrIQXVSoofLzha5+SOU/PR/3m3KiV1rno8Yx3S6xX+HfmfkKjQUl4dDR vYLQ== Original-Received: by 10.180.102.9 with SMTP id fk9mr1771383wib.1.1339625606043; Wed, 13 Jun 2012 15:13:26 -0700 (PDT) Original-Received: by 10.194.55.166 with HTTP; Wed, 13 Jun 2012 15:13:26 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.212.177 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:150932 Archived-At: --f46d0445180361579604c261e400 Content-Type: text/plain; charset=ISO-8859-1 Caveat: I'm running on OS X (which ships with emacs 22.1 and gdb 6.3.50). Newer versions grabbed / installed via Mac Homebrew, which may configure things funny. Filled with a desire to use more recent versions of tools, I've been using emacs 23.4 / gdb 6.3 successfully for a while now, but brew recently updated to emacs 24.1. The gdb mode under this new version spits out the following garbage output (spacing intact): Current directory is ~/ GNU gdb 6.3.50-20050815 (Apple version gdb-1752) (Sat Jan 28 03:02:46 UTC 2012) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "x86_64-apple-darwin". (gdb) (gdb) time={wallclock="0.00002",user="0.00001",system="0.00000",start="1339625472.009357",end="1339625472.009373"} Where is this new output coming from? It looks like it might be debugging output from gdb-mode, but that's a guess. I also tried solving the problem by running a more recent version of gdb (again, through Homebrew), but I've yet to figure out how emacs selects which gdb executable for "M-x gdb" to run. -- -Charles :(){:|:&};: --f46d0445180361579604c261e400 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Caveat: I'm running on OS X (which ships with emacs 22.1 and gdb 6.3.50= ). Newer versions grabbed / installed via Mac Homebrew, which may configure= things funny.

Filled with a desire to use more recent v= ersions of tools, I've been using emacs 23.4 / gdb 6.3 successfully for= a while now, but brew recently updated to emacs 24.1. The gdb mode under t= his new version spits out the following garbage output (spacing intact):

Current directory is ~/
GNU gdb 6.3.50-2= 0050815 (Apple version gdb-1752) (Sat Jan 28 03:02:46 UTC 2012)
C= opyright 2004 Free Software Foundation, Inc.
GDB is free software= , covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain cond= itions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. =A0Type "show warranty&= quot; for details.
This GDB was configured as "x86_64-apple-darwin".
= =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0= =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0(gdb)=A0

=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0= =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 (gdb)=A0
time=3D{wallclock=3D"0.00002",user=3D"0.00001",sys= tem=3D"0.00000",start=3D"1339625472.009357",end=3D"= ;1339625472.009373"}


Where is = this new output coming from? It looks like it might be debugging output fro= m gdb-mode, but that's a guess.

I also tried solving the problem by running a more rece= nt version of gdb (again, through Homebrew), but I've yet to figure out= how emacs selects which gdb executable for "M-x gdb" to run.

--
=A0 -Charles

:(){:|:&};:

--f46d0445180361579604c261e400--