From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: GDB on Mac is Broken Date: Sun, 14 Mar 2010 19:57:07 +0200 Message-ID: <83ljdu23d8.fsf@gnu.org> References: <87sk84q3sd.fsf@catnip.gol.com> <838w9w3cew.fsf@gnu.org> <87hbokpsog.fsf@catnip.gol.com> <87bperpn4z.fsf@catnip.gol.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1268589597 14879 80.91.229.12 (14 Mar 2010 17:59:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 14 Mar 2010 17:59:57 +0000 (UTC) Cc: emacs-devel@gnu.org, monnier@iro.umontreal.ca, sdl.web@gmail.com To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 14 18:59:53 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 1Nqs4a-0003fy-L8 for ged-emacs-devel@m.gmane.org; Sun, 14 Mar 2010 18:59:51 +0100 Original-Received: from localhost ([127.0.0.1]:54096 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nqs4Q-0008J9-PZ for ged-emacs-devel@m.gmane.org; Sun, 14 Mar 2010 13:57:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nqs4M-0008IE-Cy for emacs-devel@gnu.org; Sun, 14 Mar 2010 13:57:42 -0400 Original-Received: from [140.186.70.92] (port=42834 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nqs4H-0008GX-Jh for emacs-devel@gnu.org; Sun, 14 Mar 2010 13:57:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nqs3h-0000SJ-J6 for emacs-devel@gnu.org; Sun, 14 Mar 2010 13:57:06 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:64047) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nqs3h-0000SB-AT; Sun, 14 Mar 2010 13:57:01 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0KZA008009T2XW00@a-mtaout20.012.net.il>; Sun, 14 Mar 2010 19:57:00 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([84.229.173.249]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KZA0077Y9UYMX40@a-mtaout20.012.net.il>; Sun, 14 Mar 2010 19:57:00 +0200 (IST) In-reply-to: <87bperpn4z.fsf@catnip.gol.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:121956 Archived-At: > From: Miles Bader > Date: Sun, 14 Mar 2010 13:01:32 +0900 > Cc: Eli Zaretskii , sdl.web@gmail.com, emacs-devel@gnu.org > > Stefan Monnier writes: > >> Hm, really? It's just a complete mess when I use it (to the point where > >> reporting all the bugs seems just like a depressingly huge job, so I > >> keep putting it off...). > > > > I use M-x gud-gdb and it's been working just about as well as M-x gdb > > worked before the gdb-ui thingy was installed. > > Ah, so that basically invokes the old-style gdb mode? For the record, I'm using the stock "M-x gdb", not gud-gdb. ANd it works for me just fine, at least with the annotations used as the GDB interface.