Subject: Re: KGDB in NetBSD-current
To: None <tech-kern@netbsd.org>
From: Christos Zoulas <christos@astron.com>
List: tech-kern
Date: 07/13/2005 07:24:55
In article <loom.20050713T010744-83@post.gmane.org>,
Alan Ritter <rittera@cc.wwu.edu> wrote:
>Hey, does anyone happen to know if KGDB is working in NetBSD-current? I tried
>to compile a kernel with it turned on and got the following compiler errors:
>
>../../../../kern/kgdb_stub.c: In function `kgdb_trap':
>../../../../kern/kgdb_stub.c:367: warning: passing arg 1 of `kgdb_send'
>discards qualifiers from pointer target type
>../../../../kern/kgdb_stub.c:428: warning: passing arg 1 of `kgdb_send'
>discards qualifiers from pointer target type
>... more of the same ...
>
>Maybe I just did something wrong when I upgraded to NetBSD-current, but I just
>thought I'd check.
>
>Thanks :-)
Thanks for the bug report. I just fixed it.
christos