Source-Changes-D archive

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

Re: CVS commit: src/sys/ddb (db_access.c:1.20)



On Sunday 2009-09-27 18:24 +0000, Hiroyuki Bessho output:
:Module Name:   src
:Committed By:  bsh
:Date:          Sun Sep 27 18:24:23 UTC 2009
:
:Modified Files:
:       src/sys/ddb: db_access.c files.ddb
:
:Log Message:
:kgdb still needs db_{get,put}_value in ddb/db_access.c when SOFTWARE_SSTEP is 
defined in db_machdep.h.
:cvs rdiff -u -r1.19 -r1.20 src/sys/ddb/db_access.c
...
+#include "opt_kgdb.h"
...
+ * This file is shared by ddb and kgdb.
...

Unfortunately it's also shared with usr.sbin/crash

The include will need a "#ifdef _KERNEL_OPT" wrapper and
something extra to get all this included in crash(8).

Regards,
Geoff


Home | Main Index | Thread Index | Old Index