From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19844 invoked by alias); 20 Nov 2002 17:50:56 -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 19835 invoked from network); 20 Nov 2002 17:50:52 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 20 Nov 2002 17:50:52 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 1544D3E39 for ; Wed, 20 Nov 2002 12:50:47 -0500 (EST) Message-ID: <3DDBCB76.50205@redhat.com> Date: Wed, 20 Nov 2002 09:50:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: [5.3] What's the hold up? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-11/txt/msg00270.txt.bz2 If you search the bug data base for high GDB PR's you'll see: PR Category State Priority Responsible Synopsis 378 gdb suspended high unassigned ``GNU/Linux'' ``Linux kernel'' 394 gdb suspended high unassigned GDB 5.1.1 contains intl/ droppings 527 gdb suspended high unassigned GDB 5.2 incompatibilities with GNU textutils 2.0.21 in POSIX mode 676 gdb analyzed high unassigned Alpha OSF1, gcc, internal GDB error in mdebugread 708 gdb open high unassigned Can't build 5.3 branch (and probably trunk). 725 gdb open high unassigned Crash using debug target and regcaches (in 5.3 branch?) 763 gdb open high unassigned gdb 5.2 removes the conditional breakpoints 840 gdb suspended high unassigned Expect on GDB 5.3 branch doesn't build on IRIX 6.5 It is these (actually the non-suspended ones) that I'm trying to get flushed. Of most concern are 708 and 676. They both indicate something failing the: ./configure make ./gdb/gdb ./gdb/gdb (gdb) b main (gdb) run release criteria :-( Andrew