cvs commit: src/sys/ddb db_command.c

Robert Watson rwatson at FreeBSD.org
Sun Oct 2 04:41:13 PDT 2005


rwatson     2005-10-02 11:41:12 UTC

  FreeBSD src repository

  Modified files:
    sys/ddb              db_command.c 
  Log:
  Add a DDB "traceall" function, which stack traces all known process
  threads.  This is quite useful if generating a debug log for post-mortem
  by another developer, in which case the person at the console may not
  know which threads are of interest.  The output of this can be quite
  long.
  
  Discussed with: kris
  MFC after:      3 days
  
  Revision  Changes    Path
  1.62      +18 -0     src/sys/ddb/db_command.c


More information about the cvs-src mailing list