From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Dzhus Newsgroups: gmane.emacs.devel Subject: Re: gdb mode utterly broken on OS X 10.6 with latest Date: Thu, 08 Apr 2010 23:07:44 +0400 Message-ID: <87iq814vb3.fsf@sphinx.net.ru> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1270753806 24912 80.91.229.12 (8 Apr 2010 19:10:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 8 Apr 2010 19:10:06 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 08 21:10:05 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 1Nzx6u-00016T-5z for ged-emacs-devel@m.gmane.org; Thu, 08 Apr 2010 21:10:04 +0200 Original-Received: from localhost ([127.0.0.1]:34913 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nzx6m-0004HY-C0 for ged-emacs-devel@m.gmane.org; Thu, 08 Apr 2010 15:09:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nzx6h-0004HO-9P for emacs-devel@gnu.org; Thu, 08 Apr 2010 15:09:39 -0400 Original-Received: from [140.186.70.92] (port=51837 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nzx6e-0003ZV-78 for emacs-devel@gnu.org; Thu, 08 Apr 2010 15:09:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nzx6K-0007sW-6m for emacs-devel@gnu.org; Thu, 08 Apr 2010 15:09:17 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:57545) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nzx6J-0007sL-Tv for emacs-devel@gnu.org; Thu, 08 Apr 2010 15:09:16 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Nzx6G-0000tW-Tk for emacs-devel@gnu.org; Thu, 08 Apr 2010 21:09:12 +0200 Original-Received: from 95-26-201-147.broadband.corbina.ru ([95.26.201.147]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Apr 2010 21:09:12 +0200 Original-Received: from dima by 95-26-201-147.broadband.corbina.ru with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Apr 2010 21:09:12 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 21 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 95-26-201-147.broadband.corbina.ru User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:rWotDAkivjq6C+PKXo+6LIjk0OI= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:123359 Archived-At: John Wiegley wrote: > 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): I believe this is another problem with Apple GDB. Could you please tell which GDB version are you using exactly? You could enable `gdb-enable-debug` customization variable, then run `M-x gdb` and after you get you problem, run M-x pp-eval-expression RET gdb-debug-log RET and send (in attachment) the contents of `*Pp Eval Output*` buffer you get, so we can see what GDB output confuses our precious Emacs. -- Happy Hacking. http://sphinx.net.ru む