jhb 2008-01-28 20:33:19 UTC FreeBSD src repository
Modified files: gnu/usr.bin/gdb/kgdb kthr.c trgt_i386.c Log: Remove the warnx() from kgdb_lookup() so that we don't emit a warning about optional symbols that are missing (e.g. kgdb complains about _stoppcbs and _stopped_cpus on UP kernels). Instead, callers that really want their symbols to be present now do explicitly warnx() about the missing symbol. Revision Changes Path 1.10 +7 -5 src/gnu/usr.bin/gdb/kgdb/kthr.c 1.8 +3 -1 src/gnu/usr.bin/gdb/kgdb/trgt_i386.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"