Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Nov 2004 23:11:47 +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/sys/ddb db_command.c
Message-ID:  <200411232311.iANNBlRI079367@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2004-11-23 23:11:47 UTC

  FreeBSD src repository

  Modified files:
    sys/ddb              db_command.c 
  Log:
  When printing a stack trace for a thread, also print the pid and tid.
  When a series of traces is included in a bug report, this will make it
  easier to tie the trace information back to ps or threads output,
  each of which will show the pid or the tid, but usually not both.
  
  Revision  Changes    Path
  1.58      +6 -0      src/sys/ddb/db_command.c



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