Module Name: src Committed By: mrg Date: Sun Apr 18 01:05:23 UTC 2021
Modified Files: src/sys/ddb: db_interface.h Log Message: db_lstacktrace() can't use db_stacktrace_print and log() directly. log() takes a 'int level' first argument, that must be supplied. add an inline wrapper that calls vlog() with LOG_INFO, and the supplied va_list. (not noticed because this macro is not used anywhere in src but i have a use in some uncommited code, that now failed to compile.) To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/ddb/db_interface.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.