cvs commit: src/sys/alpha/alpha support.s src/sys/i386/i386 swtch.s src/sys/kern kern_shutdown.c src/sys/sys systm.h

Bruce Evans bde at zeta.org.au
Sat Feb 14 01:32:57 PST 2004


On Tue, 20 Jan 2004, Bruce Evans wrote:

> On Mon, 19 Jan 2004, Poul-Henning Kamp wrote:
>
> > phk         2004/01/19 13:27:11 PST
> >
> >   FreeBSD src repository
> >
> >   Modified files:
> >     sys/alpha/alpha      support.s
> >     sys/i386/i386        swtch.s
> >     sys/kern             kern_shutdown.c
> >     sys/sys              systm.h
> >   Log:
> >   Add linenumber and source filename to panic(9) output.
>
> This was rejected in all reviews.  It gives less information than
> grepping the sources, at some cost (grep at least gives correct line
> numbers when the sources don't quite match the binary).
>
> Please back this out.

I'm still waiting for this to be backed out.

I just found yet another bug in it: it defeats simple regression checks.
Suppose you make some cosmetic changes that add a line before a panic.
This now changes the object file even when the file is compiled without
-g.

Bruce
_______________________________________________
cvs-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe at freebsd.org"


More information about the cvs-src mailing list