freebsd-dev/sys/ddb
John Baldwin d39d4a6e64 - Change the ddb paging "support" to use a variable (db_lines_per_page) to
control the number of lines per page rather than a constant.  The variable
  can be examined and changed in ddb as '$lines'.  Setting the variable to
  0 will effectively turn off paging.
- Change db_putchar() to force out pending whitespace before outputting
  newlines and carriage returns so that one can rub out content on the
  current line via '\r     \r' type strings.
- Change the simple pager to rub out the --More-- prompt explicitly when
  the routine exits.
- Add some aliases to the simple pager to make it more compatible with
  more(1): 'e' and 'j' do a single line.  'd' does half a page, and
  'f' does a full page.

MFC after:	1 month
Inspired by:	kris
2004-11-01 22:15:15 +00:00
..
db_access.c Mega update for the KDB framework: turn DDB into a KDB backend. 2004-07-10 23:47:20 +00:00
db_access.h
db_break.c Mega update for the KDB framework: turn DDB into a KDB backend. 2004-07-10 23:47:20 +00:00
db_break.h Revert previous and move the prototype for db_alt_break to ddb.h. 2002-12-31 18:30:53 +00:00
db_command.c Oops... Add the CS_OWN flag to the trace and where commands so that 2004-07-21 05:55:51 +00:00
db_command.h
db_examine.c Use __FBSDID(). 2003-06-10 22:09:23 +00:00
db_expr.c Use __FBSDID(). 2003-06-10 22:09:23 +00:00
db_input.c Use __FBSDID(). 2003-06-10 22:09:23 +00:00
db_lex.c Use __FBSDID(). 2003-06-10 22:09:23 +00:00
db_lex.h
db_main.c Damage control. Correcly advance symtab and strtab pointers, not 2004-07-28 08:59:08 +00:00
db_output.c - Change the ddb paging "support" to use a variable (db_lines_per_page) to 2004-11-01 22:15:15 +00:00
db_output.h
db_print.c Mega update for the KDB framework: turn DDB into a KDB backend. 2004-07-10 23:47:20 +00:00
db_ps.c - Change the ddb paging "support" to use a variable (db_lines_per_page) to 2004-11-01 22:15:15 +00:00
db_run.c Mega update for the KDB framework: turn DDB into a KDB backend. 2004-07-10 23:47:20 +00:00
db_sym.c Add DDB_NUMSYM option which in addition to the symbolic representation 2004-02-24 22:51:42 +00:00
db_sym.h When talking about c_db_sym_t, mention that it is not just like db_sym_t: 2002-08-14 17:56:47 +00:00
db_thread.c - Change the ddb paging "support" to use a variable (db_lines_per_page) to 2004-11-01 22:15:15 +00:00
db_variables.c - Change the ddb paging "support" to use a variable (db_lines_per_page) to 2004-11-01 22:15:15 +00:00
db_variables.h Mega update for the KDB framework: turn DDB into a KDB backend. 2004-07-10 23:47:20 +00:00
db_watch.c Use __FBSDID(). 2003-06-10 22:09:23 +00:00
db_watch.h
db_write_cmd.c Use __FBSDID(). 2003-06-10 22:09:23 +00:00
ddb.h - Change the ddb paging "support" to use a variable (db_lines_per_page) to 2004-11-01 22:15:15 +00:00