Subject: KGDB in NetBSD-current
To: None <tech-kern@netbsd.org>
From: Alan Ritter <rittera@cc.wwu.edu>
List: tech-kern
Date: 07/12/2005 23:28:22
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 :-)