bugzilla

Daniel Berlin dberlin@dberlin.org
Thu Jul 8 19:17:00 GMT 2004


On Jul 8, 2004, at 2:02 PM, Michael Elizabeth Chastain wrote:

> I like bugzilla for gcc just great!
> In particular, it's much easier to add attachments.
>
> Some requests:
>
> . add target/host/build fields similar to gcc bugzilla
>
> . add a field for the compiler used to build the test program.
>   i don't care what compiler is used to build gdb itself
>   (unless it's a build failure or a failure in selftest.exp).
>   i care a lot what compiler is used to write the program that
>   gdb is reading.  occasionally i care about the binutils version
>   as well, but perhaps not enough to have a field for it.

Adding new fields is a pain in the ass, and i try to do it when only 
*absolutely necessary*.
This is because we don't use any of the generic custom fields patches 
to bugzilla,  since none of them as they stand will ever make it into 
the bugzilla proper, and thus, using one would make merging to new 
bugzilla versions incredibly difficult (they always cause code 
conflicts).

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 :).
Not that i've never added a custom field later on, it's just that I try 
to avoid it whenever possible.
At least until bugzilla itself gets a custom fields mechanism, which is 
probably eons away.
I'm only one person, after all, and Bugzilla was just something i 
started doing to make life easier for gcc developers.  It's not 
anywhere near my job description, and i actually hate perl.

> . add a field for debug format.  this can be drop down:
>   dwarf-2, stabs+, som, mdebug, ..., other.

> . add instructions on running the 'script' command,
>   or running gdb inside emacs and capturing the session.
>   see a recent version of doc/gdb.info.
>
> . let us know where the online help is and how to edit it.
>
> . collapse 'priority' and 'severity' into one field,
>   or actually document what they mean in the online help.

I can't do this if you use the sources bugzilla installation, since 
they use priority and severity.
It would be possible to simply hide one of the fields when displaying 
gdb bugs, of course (IE you could just use severity, or just priority, 
for gdb bugs).





More information about the Gdb mailing list