From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26942 invoked by alias); 20 Feb 2004 17:32:06 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 26935 invoked from network); 20 Feb 2004 17:32:05 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (205.232.38.116) by sources.redhat.com with SMTP; 20 Feb 2004 17:32:05 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 7FB0847D62; Fri, 20 Feb 2004 09:32:05 -0800 (PST) Date: Fri, 20 Feb 2004 17:32:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: [RFA/PROBLEMS] Document the QUIT problem Message-ID: <20040220173205.GG1713@gnat.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="PEIAKu/WMn1b1Hv9" Content-Disposition: inline User-Agent: Mutt/1.4i X-SW-Source: 2004-02/txt/msg00560.txt.bz2 --PEIAKu/WMn1b1Hv9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 217 Hello, This is a followup on: http://sources.redhat.com/ml/gdb-patches/2004-02/msg00530.html 2004-02-20 J. brobecker * NEWS: Document a known problem. OK to apply? Thanks, -- Joel --PEIAKu/WMn1b1Hv9 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="PROBLEMS.diff" Content-length: 842 Index: PROBLEMS =================================================================== RCS file: /cvs/src/src/gdb/PROBLEMS,v retrieving revision 1.21 diff -u -p -r1.21 PROBLEMS --- PROBLEMS 27 Jan 2004 09:46:16 -0000 1.21 +++ PROBLEMS 20 Feb 2004 17:29:01 -0000 @@ -51,3 +51,9 @@ gcc 3.x generates these multiple object implement virtual base classes. gcc 2.x generated just one object code function with a hidden parameter, but gcc 3.x conforms to a multi-vendor ABI for C++ which requires multiple object code functions. + +Control-C does not always interrupt GDB. +When GDB is busy processing a command which takes a long time to +complete, hitting Control-C does not have the expected effect. +The command execution is not aborted, and the "QUIT" message confirming +the abortion is displayed only after the command has been completed. --PEIAKu/WMn1b1Hv9--