Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/dev/acpi/acpica/Osd
Module Name: syssrc
Committed By: drochner
Date: Wed Jun 5 17:58:34 UTC 2002
Modified Files:
syssrc/sys/dev/acpi/acpica/Osd: OsdMisc.c OsdStream.c
Log Message:
usability fixes for the debugger:
-cut yhe trailing '\r' from input lines so that commands are recognized
-use db_vprintf() for output in interactive mode to get the "|more" effect
-do the same setjmp() game as ddb, so we can return to the prompt
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 syssrc/sys/dev/acpi/acpica/Osd/OsdMisc.c \
syssrc/sys/dev/acpi/acpica/Osd/OsdStream.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