From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28732 invoked by alias); 8 Feb 2007 22:27:01 -0000 Received: (qmail 28720 invoked by uid 22791); 8 Feb 2007 22:27:00 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO brahms.sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 08 Feb 2007 22:26:55 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.0/8.14.0) with ESMTP id l18MQpBK001906 for ; Thu, 8 Feb 2007 23:26:51 +0100 (CET) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.0/8.14.0/Submit) id l18MQo4f013474; Thu, 8 Feb 2007 23:26:51 +0100 (CET) Date: Thu, 08 Feb 2007 22:27:00 -0000 Message-Id: <200702082226.l18MQo4f013474@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: gdb@sourceware.org Subject: quit no longer seems to work Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-02/txt/msg00048.txt.bz2 I'm seeing the following testsuite regression: help List of classes of commands: aliases -- Aliases of other commands breakpoints -- Making program stop at certain points data -- Examining data files -- Specifying and examining files internals -- Maintenance commands obscure -- Obscure features running -- Running the program ---Type to continue, or q to quit---PASS: gdb.base/page.exp: paged help q stack -- Examining the stack status -- Status inquiries support -- Support facilities tracepoints -- Tracing of program execution without stopping the program user-defined -- User-defined commands Type "help" followed by a class name for a list of commands in that class. Type "help all" for the list of all commands. Type "help" followed by command name for full documentation. ---Type to continue, or q to quit---ERROR: Window too small. UNRESOLVED: gdb.base/page.exp: q where before I had: help List of classes of commands: aliases -- Aliases of other commands breakpoints -- Making program stop at certain points data -- Examining data files -- Specifying and examining files internals -- Maintenance commands obscure -- Obscure features running -- Running the program ---Type to continue, or q to quit---PASS: gdb.base/page.exp: paged help q Quit (gdb) PASS: gdb.base/page.exp: q Anybody else seeing this? Mark