From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Wiegley Newsgroups: gmane.emacs.devel Subject: gdb mode utterly broken on OS X 10.6 with latest Date: Wed, 7 Apr 2010 15:26:16 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1078) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1270668396 30041 80.91.229.12 (7 Apr 2010 19:26:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 7 Apr 2010 19:26:36 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 07 21:26:35 2010 Return-path: Envelope-to: ged-emacs-devel@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 1NzatW-0004ZJ-Ah for ged-emacs-devel@m.gmane.org; Wed, 07 Apr 2010 21:26:34 +0200 Original-Received: from localhost ([127.0.0.1]:45665 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NzatV-0003WV-Pa for ged-emacs-devel@m.gmane.org; Wed, 07 Apr 2010 15:26:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NzatQ-0003VO-Lh for emacs-devel@gnu.org; Wed, 07 Apr 2010 15:26:28 -0400 Original-Received: from [140.186.70.92] (port=50431 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NzatO-0003Tw-VA for emacs-devel@gnu.org; Wed, 07 Apr 2010 15:26:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NzatJ-0002F1-Tz for emacs-devel@gnu.org; Wed, 07 Apr 2010 15:26:26 -0400 Original-Received: from mail-ew0-f209.google.com ([209.85.219.209]:47174) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NzatJ-0002Eu-Nu for emacs-devel@gnu.org; Wed, 07 Apr 2010 15:26:21 -0400 Original-Received: by ewy1 with SMTP id 1so713741ewy.15 for ; Wed, 07 Apr 2010 12:26:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:content-type :content-transfer-encoding:subject:date:message-id:to:mime-version :x-mailer; bh=R/E/Z8SsAqCLO26n1QVCRtKBBeoMmLhgzWvlVs2stQ4=; b=cBUKk4pjg2gqk4tBSPvZflVtNCuUfNjsbXT5AnrVyeQKou8uWYjGLjb2wnS3A2f7QN sTwl/Syew2f3VKIVkC28cG2zbV3yl83ImPd/tAQ5UrEXVe9csLMNEpYedtS9UPUQ8Iym q+v3FJjpYRCeb30hCqY3zxwUo7Gvyz3kj3NO4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=p36dw8MICg+5QrXlzJcfm3lPM+88gVId6uhCGCb0Le44zAxlACmVVzVXfPUUyuCpks qW87lixV88vF6sM/yfvWIdIf9yVaQwWehXg3PW0OGeU8tU0RtIFyHc/vdE33xP3YwUWo CMNOBuz8dC4b04ORTq2tat9iwisEe86Km71BA= Original-Received: by 10.213.25.76 with SMTP id y12mr2253953ebb.69.1270668380625; Wed, 07 Apr 2010 12:26:20 -0700 (PDT) Original-Received: from [192.168.9.141] (pool-74-105-230-191.nwrknj.fios.verizon.net [74.105.230.191]) by mx.google.com with ESMTPS id 16sm8284374ewy.11.2010.04.07.12.26.18 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 07 Apr 2010 12:26:19 -0700 (PDT) X-Mailer: Apple Mail (2.1078) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:123326 Archived-At: Is anyone able to use M-x gdb on OS X 10.6? Using -Q to avoid any local = configurations, I see tons of extra whitespace in the buffer now, = following by a warning about something my GDB can't support, and then = at every prompt I see this (bucketloads of whitespace omitted): (gdb)=20 = time=3D{wallclock=3D"0.00004",user=3D"0.00003",system=3D"0.00001",start=3D= "1270668244.493334",end=3D"1270668244.493374"} Emacs 23 works just fine. Is there something I'm missing? John=