Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Nov 2005 14:48:23 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/kdump kdump.1 kdump.c
Message-ID:  <200511011448.jA1EmN5d062285@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511011448.jA1EmN5d062285>