Date: Mon, 28 Jan 2008 20:33:19 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/gdb/kgdb kthr.c trgt_i386.c Message-ID: <200801282033.m0SKXJjk020301@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801282033.m0SKXJjk020301>
