Home | History | Annotate | Line # | Download | only in ddb
files.ddb revision 1.5
      1  1.5      bsh #	$NetBSD: files.ddb,v 1.5 2009/09/27 18:24:23 bsh Exp $
      2  1.1  thorpej 
      3  1.1  thorpej #
      4  1.1  thorpej # DDB options
      5  1.1  thorpej #
      6  1.2   martin defflag opt_ddb.h		DDB DDB_VERBOSE_HELP
      7  1.1  thorpej defparam opt_ddbparam.h		DDB_FROMCONSOLE DDB_ONPANIC DDB_HISTORY_SIZE
      8  1.1  thorpej 				DDB_BREAK_CHAR DDB_KEYCODE SYMTAB_SPACE
      9  1.2   martin 				DDB_COMMANDONENTER 
     10  1.1  thorpej 
     11  1.5      bsh file	ddb/db_access.c			ddb | kgdb
     12  1.1  thorpej file	ddb/db_aout.c			ddb
     13  1.1  thorpej file	ddb/db_break.c			ddb
     14  1.1  thorpej file	ddb/db_command.c		ddb
     15  1.3       ad file	ddb/db_cpu.c			ddb
     16  1.1  thorpej file	ddb/db_examine.c		ddb
     17  1.1  thorpej file	ddb/db_expr.c			ddb
     18  1.1  thorpej file	ddb/db_input.c			ddb
     19  1.3       ad file	ddb/db_kernel.c			ddb
     20  1.1  thorpej file	ddb/db_lex.c			ddb
     21  1.3       ad file	ddb/db_lwp.c			ddb
     22  1.1  thorpej file	ddb/db_output.c			ddb
     23  1.3       ad file	ddb/db_proc.c			ddb
     24  1.1  thorpej file	ddb/db_print.c			ddb
     25  1.1  thorpej file	ddb/db_run.c			ddb | kgdb	# XXX kgdb reference
     26  1.1  thorpej file	ddb/db_sym.c			ddb
     27  1.1  thorpej file	ddb/db_trap.c                   ddb
     28  1.1  thorpej file	ddb/db_variables.c		ddb
     29  1.1  thorpej file	ddb/db_watch.c			ddb
     30  1.1  thorpej file	ddb/db_write_cmd.c		ddb
     31  1.1  thorpej file	ddb/db_xxx.c			ddb
     32