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

Marcel Moolenaar marcel at FreeBSD.org
Sat Aug 6 19:07:08 GMT 2005


marcel      2005-08-06 19:07:08 UTC

  FreeBSD src repository

  Modified files:
    gnu/usr.bin/gdb/kgdb main.c 
  Log:
  o  As mentioned in the previous commit: make the KVM error buffer
     static.
  o  Register a function with atexit(3) to close the KVM object if
     we have one open.
  o  Show the unread portion of the kernel's message buffer before
     presenting the prompt. It's bound to provide some useful info.
  o  Don't call kgdb_target() twice. It results in having all threads
     listed twice.
  
  MFC after: 1 week
  
  Revision  Changes    Path
  1.8       +58 -6     src/gnu/usr.bin/gdb/kgdb/main.c


More information about the cvs-all mailing list