Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jul 2003 10:27:52 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ddb db_command.c db_output.c ddb.h
Message-ID:  <200307311727.h6VHRqQS082020@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2003/07/31 10:27:52 PDT

  FreeBSD src repository

  Modified files:
    sys/ddb              db_command.c db_output.c ddb.h 
  Log:
  Add a one-shot callout facility to db_printf() that executes the registered
  callout when a specified number of lines have been output.  This can be
  used to implement pagers for ddb commands that output a lot of text.  A
  simple paging function is included that automatically rearms itself when
  fired.
  
  Reviewed by:    bde, julian
  
  Revision  Changes    Path
  1.51      +1 -0      src/sys/ddb/db_command.c
  1.29      +66 -0     src/sys/ddb/db_output.c
  1.34      +8 -0      src/sys/ddb/ddb.h



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