Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/20/1999 14:19:49
Module Name: src
Committed By: thorpej
Date: Tue Apr 20 21:19:49 UTC 1999
Modified Files:
src/sys/arch/alpha/alpha: db_interface.c
Log Message:
- Clean up ddb_trap() somewhat, and handle exceptions that happen while we're
in DDB (e.g. if a bad pointer was dereferenced; the debugger will recover).
- Change a comment to indicate that we are on the debugger stack when we get
to ddb_trap().
- Fix possible buglet in computation of the branch target in db_branch_taken().