cvs commit: src/gnu/usr.bin/gdb/kgdb kthr.c trgt_i386.c

John Baldwin jhb at FreeBSD.org
Mon Jan 28 12:33:20 PST 2008


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


More information about the cvs-all mailing list