Module Name: src Committed By: uwe Date: Wed Jul 29 23:29:42 UTC 2020
Modified Files: src/sys/ddb: db_lex.c db_lex.h Log Message: db_get_line - raw access to the DDB command line. Provide a way for DDB commands to access the remainder of the command line as-is. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/ddb/db_lex.c cvs rdiff -u -r1.15 -r1.16 src/sys/ddb/db_lex.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.