Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/ddb Hook the new ddb/db_panic.c to the build.



details:   https://anonhg.NetBSD.org/src/rev/1c1bc448f407
branches:  trunk
changeset: 784807:1c1bc448f407
user:      apb <apb%NetBSD.org@localhost>
date:      Sun Feb 10 11:05:31 2013 +0000

description:
Hook the new ddb/db_panic.c to the build.

diffstat:

 sys/ddb/files.ddb |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b4e4413b2b7d -r 1c1bc448f407 sys/ddb/files.ddb
--- a/sys/ddb/files.ddb Sun Feb 10 11:04:19 2013 +0000
+++ b/sys/ddb/files.ddb Sun Feb 10 11:05:31 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.ddb,v 1.8 2012/09/01 00:28:12 matt Exp $
+#      $NetBSD: files.ddb,v 1.9 2013/02/10 11:05:31 apb Exp $
 
 #
 # DDB options
@@ -19,6 +19,7 @@
 file   ddb/db_lex.c                    ddb
 file   ddb/db_lwp.c                    ddb
 file   ddb/db_output.c                 ddb
+file   ddb/db_panic.c                  ddb
 file   ddb/db_proc.c                   ddb
 file   ddb/db_print.c                  ddb
 file   ddb/db_run.c                    ddb | kgdb      # XXX kgdb reference



Home | Main Index | Thread Index | Old Index