From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20118 invoked by alias); 8 Jul 2004 19:44:07 -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 20108 invoked from network); 8 Jul 2004 19:44:06 -0000 Received: from unknown (HELO smtp10.atl.mindspring.net) (207.69.200.246) by sourceware.org with SMTP; 8 Jul 2004 19:44:06 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by smtp10.atl.mindspring.net with esmtp (Exim 3.33 #1) id 1BieoN-000095-00; Thu, 08 Jul 2004 15:44:03 -0400 Received: by berman.michael-chastain.com (Postfix, from userid 502) id 6067E4B104; Thu, 8 Jul 2004 15:43:48 -0400 (EDT) To: dberlin@dberlin.org, mec.gnu@mindspring.com Subject: Re: bugzilla Cc: cagney@gnu.org, cgf@alum.bu.edu, gdb@sources.redhat.com Message-Id: <20040708194348.6067E4B104@berman.michael-chastain.com> Date: Thu, 08 Jul 2004 19:44:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-07/txt/msg00078.txt.bz2 > So if you guys want new fields, they need to be all decided before the > merge, so i can add all the necessary display stuff, etc :). Fair enough. Here is my list of fields. I started with the gcc bugzilla list: Reporter Product Version Component Priority Severity Assigned To CC Host Triplet Target Triplet Build Triplet Summary Description The additional fields I want are: Target Operating System Version (such as red hat linux 8, etc) Compiler Name (gcc, hp ansi c, hp acc, various sun compilers, diab, etc) Compiler Version (The compiler that you built your program with, not the compiler that you built gcc with. If gdb successfully builds, then gdb works the same no matter what compiler you build it with. However, gdb reads debug information from your program, so we need the name and version of the compiler which you used to compile your program) Debug Format (dwarf-2, stabs+, som, mdebug, ..., other) mec> . collapse 'priority' and 'severity' into one field, mec> or actually document what they mean in the online help. db> I can't do this if you use the sources bugzilla installation, since db> they use priority and severity. This is low priority to me. I can live with whatever is easiest for you, including no changes at all. Michael C