From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21918 invoked by alias); 1 Nov 2002 15:15:14 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 21894 invoked from network); 1 Nov 2002 15:15:12 -0000 Received: from unknown (HELO amsfep11-int.chello.nl) (213.46.243.20) by sources.redhat.com with SMTP; 1 Nov 2002 15:15:12 -0000 Received: from there ([62.205.65.176]) by amsfep11-int.chello.nl (InterMail vM.5.01.03.06 201-253-122-118-106-20010523) with SMTP id <20021101151511.QPTX1218.amsfep11-int.chello.nl@there>; Fri, 1 Nov 2002 16:15:11 +0100 Content-Type: text/plain; charset="iso-8859-1" From: wim delvaux To: Andrew Cagney , Daniel Jacobowitz Subject: Re: why is gdb 5.2 so slow Date: Fri, 01 Nov 2002 07:15:00 -0000 Cc: gdb@sources.redhat.com References: <20021101013219.QDL1261.amsfep12-int.chello.nl@there> <20021101133135.LDS1274.amsfep14-int.chello.nl@there> <3DC2967B.8050603@redhat.com> In-Reply-To: <3DC2967B.8050603@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20021101151511.QPTX1218.amsfep11-int.chello.nl@there> X-SW-Source: 2002-11/txt/msg00003.txt.bz2 > Can you file a bug? http://sources.redhat.com/gdb/bugs/ Yes, that > would quickly become frustrating. Done ... example attached > > A workaround is to add `set height 0' to your .gdbinit file. Will try that, thanx. Indeed the number of prompts is related to the window size. > > I think you won the lottery in finding GDB's current known worst case :-) If I look at your explanation i think indeed I have the EXTREME situation here. I can easily have about 10 threads and about 60 dynamically loaded libraries and as said my PC is NOT the most powerfull ;-( Thanx again for the reply