1 1.16 riastrad # $NetBSD: files.ddb,v 1.16 2023/07/09 17:10:47 riastradh 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.14 uwe 8 1.14 uwe defparam opt_ddbparam.h DDB_BREAK_CHAR 9 1.14 uwe defparam opt_ddbparam.h DDB_COMMANDONENTER 10 1.15 uwe defparam opt_ddbparam.h DDB_DUMPSTACK 11 1.14 uwe defparam opt_ddbparam.h DDB_FROMCONSOLE 12 1.14 uwe defparam opt_ddbparam.h DDB_HISTORY_SIZE 13 1.14 uwe defparam opt_ddbparam.h DDB_KEYCODE 14 1.14 uwe defparam opt_ddbparam.h DDB_ONPANIC 15 1.14 uwe defparam opt_ddbparam.h DDB_PANICSTACKFRAMES 16 1.14 uwe 17 1.14 uwe defparam opt_ddbparam.h DB_MAX_LINE 18 1.14 uwe defparam opt_ddbparam.h DB_MAX_WIDTH 19 1.14 uwe 20 1.1 thorpej 21 1.10 uebayasi define ddb 22 1.5 bsh file ddb/db_access.c ddb | kgdb 23 1.12 mlelstv file ddb/db_autoconf.c ddb 24 1.1 thorpej file ddb/db_break.c ddb 25 1.1 thorpej file ddb/db_command.c ddb 26 1.3 ad file ddb/db_cpu.c ddb 27 1.1 thorpej file ddb/db_examine.c ddb 28 1.1 thorpej file ddb/db_expr.c ddb 29 1.1 thorpej file ddb/db_input.c ddb 30 1.3 ad file ddb/db_kernel.c ddb 31 1.1 thorpej file ddb/db_lex.c ddb 32 1.3 ad file ddb/db_lwp.c ddb 33 1.1 thorpej file ddb/db_output.c ddb 34 1.9 apb file ddb/db_panic.c ddb 35 1.3 ad file ddb/db_proc.c ddb 36 1.1 thorpej file ddb/db_print.c ddb 37 1.1 thorpej file ddb/db_run.c ddb | kgdb # XXX kgdb reference 38 1.1 thorpej file ddb/db_sym.c ddb 39 1.16 riastrad file ddb/db_syncobj.c ddb 40 1.1 thorpej file ddb/db_trap.c ddb 41 1.1 thorpej file ddb/db_variables.c ddb 42 1.1 thorpej file ddb/db_watch.c ddb 43 1.1 thorpej file ddb/db_write_cmd.c ddb 44 1.1 thorpej file ddb/db_xxx.c ddb 45