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

Peter Wemm peter at FreeBSD.org
Fri Jun 24 00:50:19 GMT 2005


peter       2005-06-24 00:50:13 UTC

  FreeBSD src repository

  Modified files:
    gnu/usr.bin/gdb/kgdb main.c 
  Log:
  kvm_openfiles() uses the supplied buffer for storing error messages
  in future calls, so we can't free it here.  The right place to free the
  buffer would be to be after kvm_close(), but we don't do that yet.  A
  static buffer would work too.
  
  Reviewed by:  marcel (who has other plans for this anyway)
  Approved by:  re
  
  Revision  Changes    Path
  1.7       +0 -1      src/gnu/usr.bin/gdb/kgdb/main.c


More information about the cvs-src mailing list