Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/ddb
Module Name: src
Committed By: briggs
Date: Mon Apr 28 02:49:56 UTC 2003
Modified Files:
src/sys/ddb: db_command.c db_extern.h db_trap.c db_xxx.c
Log Message:
Add a rudimentary 'trap to kgdb' command if KGDB is defined. This allows
systems with only one serial port for console, etc., to have at least some
basic access to remote-kgdb-over-serial, even if it is a bit awkward.
To generate a diff of this commit:
cvs rdiff -r1.68 -r1.69 src/sys/ddb/db_command.c
cvs rdiff -r1.9 -r1.10 src/sys/ddb/db_extern.h
cvs rdiff -r1.20 -r1.21 src/sys/ddb/db_trap.c src/sys/ddb/db_xxx.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