From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: gud slowness? Date: Wed, 26 Jan 2011 22:59:02 -0500 Message-ID: References: <87ei7z3wok.fsf@catnip.gol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1296101873 10283 80.91.229.12 (27 Jan 2011 04:17:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 27 Jan 2011 04:17:53 +0000 (UTC) Cc: joakim@verona.se, Emacs developers To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 27 05:17:49 2011 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 1PiJIo-00064m-Nu for ged-emacs-devel@m.gmane.org; Thu, 27 Jan 2011 05:17:49 +0100 Original-Received: from localhost ([127.0.0.1]:50192 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PiJ4F-0006NV-MJ for ged-emacs-devel@m.gmane.org; Wed, 26 Jan 2011 23:02:43 -0500 Original-Received: from [140.186.70.92] (port=33472 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PiJ2z-0005iz-59 for emacs-devel@gnu.org; Wed, 26 Jan 2011 23:01:26 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PiJ0h-0006sr-Bc for emacs-devel@gnu.org; Wed, 26 Jan 2011 22:59:04 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:32986 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PiJ0h-0006sn-3s; Wed, 26 Jan 2011 22:59:03 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEABh8QE1MCo4O/2dsb2JhbACke3S7foVPBIUYj3A X-IronPort-AV: E=Sophos;i="4.60,384,1291611600"; d="scan'208";a="89378894" Original-Received: from 76-10-142-14.dsl.teksavvy.com (HELO ceviche.home) ([76.10.142.14]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 26 Jan 2011 22:59:02 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 315DF660DC; Wed, 26 Jan 2011 22:59:02 -0500 (EST) In-Reply-To: <87ei7z3wok.fsf@catnip.gol.com> (Miles Bader's message of "Thu, 27 Jan 2011 11:30:35 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:135073 Archived-At: >> I'm debugging Inkscape with gud, but its so slow as to be unusable. >> Plain gdb debugging is not so slow. >> Is this to be expected with trunk emacs or should I make a bug report? > I usually use "M-x gud-gdb" instead of "M-x gdb". Same here. Stefan