From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: GDB startup Date: Tue, 15 Feb 2005 10:53:28 -0500 Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1108483777 7900 80.91.229.6 (15 Feb 2005 16:09:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 15 Feb 2005 16:09:37 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 15 17:09:30 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1D15GU-0004Yw-00 for ; Tue, 15 Feb 2005 17:09:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D15WE-00063I-Gw for ged-emacs-devel@m.gmane.org; Tue, 15 Feb 2005 11:25:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D15S9-00045J-C2 for emacs-devel@gnu.org; Tue, 15 Feb 2005 11:21:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D15Rz-0003zs-7w for emacs-devel@gnu.org; Tue, 15 Feb 2005 11:21:27 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D15Ry-0003vs-P9 for emacs-devel@gnu.org; Tue, 15 Feb 2005 11:21:22 -0500 Original-Received: from [132.204.24.67] (helo=mercure.iro.umontreal.ca) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D1513-0000wo-Dw for emacs-devel@gnu.org; Tue, 15 Feb 2005 10:53:33 -0500 Original-Received: from hidalgo.iro.umontreal.ca (hidalgo.iro.umontreal.ca [132.204.27.50]) by mercure.iro.umontreal.ca (Postfix) with ESMTP id 2610F8282A9; Tue, 15 Feb 2005 10:53:33 -0500 (EST) Original-Received: from asado.iro.umontreal.ca (asado.iro.umontreal.ca [132.204.24.84]) by hidalgo.iro.umontreal.ca (Postfix) with ESMTP id BDAE64AC0D4; Tue, 15 Feb 2005 10:53:28 -0500 (EST) Original-Received: by asado.iro.umontreal.ca (Postfix, from userid 20848) id A4CE64BCF2; Tue, 15 Feb 2005 10:53:28 -0500 (EST) Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-DIRO-MailScanner-Information: Please contact the ISP for more information X-DIRO-MailScanner: Found to be clean X-DIRO-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (score=-4.798, requis 5, autolearn=not spam, AWL 0.10, BAYES_00 -4.90) X-MailScanner-From: monnier@iro.umontreal.ca 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: main.gmane.org gmane.emacs.devel:33482 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33482 I see a significant delay when I start M-x gdb, where the *gdb* buffer is shown with most of the gdb's startup output displayed, except for the prompt. After about 10s, the prompt finally shows up. I suspect it's due to the new feature "go through all buffers and ask the gdb subprocess whether it should be put in gud-gdb-minor-mode". I have many buffers open, so I guess this loop takes a while. Would it be possible to "do it in the background", maybe? Stefan