cvs commit: src/usr.bin/kdump kdump.1 kdump.c

Robert Watson rwatson at FreeBSD.org
Tue Nov 1 06:48:24 PST 2005


rwatson     2005-11-01 14:48:23 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/kdump        kdump.1 kdump.c 
  Log:
  Add a "-H" argument to kdump, which causes kdump to print an additional
  field holding the threadid.  This is more useful for libthr than
  libpthread, but still quite useful in libpthread as it can be used to
  process interlaced records from multiple threads over the course of a
  system call.
  
  Detect old ktr_buffer values using the heuristic "if it's negative,
  then it must not be a valid threadid".  This may leave something to be
  desired.
  
  MFC after:      1 month
  Reviewed by:    davidxu
  
  Revision  Changes    Path
  1.13      +6 -1      src/usr.bin/kdump/kdump.1
  1.27      +27 -5     src/usr.bin/kdump/kdump.c


More information about the cvs-src mailing list