Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-9] src/sys/ddb
Module Name: src
Committed By: martin
Date: Sun Jan 26 11:25:22 UTC 2020
Modified Files:
src/sys/ddb [netbsd-9]: db_input.c db_lex.c
Log Message:
Pull up following revision(s) (requested by uwe in ticket #655):
sys/ddb/db_input.c: revision 1.27
sys/ddb/db_lex.c: revision 1.23
Print db> prompt in db_read_line(), not db_readline().
The former is what DDB repl calls. The latter performs the actual
input so let other code use it without the unwanted db> prompt. It's
already used by ACPI (and AcpiOsWaitCommandReady supplies its own
prompt). I also use it for my uncommitted Forth scripting for DDB.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.26.64.1 src/sys/ddb/db_input.c
cvs rdiff -u -r1.22 -r1.22.60.1 src/sys/ddb/db_lex.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index