fix (again) the handling of read errors in the debugger
authorChristophe Rhodes <csr21@cantab.net>
Mon, 3 Jun 2013 08:47:32 +0000 (09:47 +0100)
committerChristophe Rhodes <csr21@cantab.net>
Mon, 3 Jun 2013 08:47:32 +0000 (09:47 +0100)
commit842c9ee088e4b85cc0ef4ba9ce69797b6f26e677
tree183a2aabd6efffdcfa671a627f9e97cb582ecd70
parentf962bad9a3dcfa165fe359e60be48c636a1622ec
fix (again) the handling of read errors in the debugger

Actually the read errors were doing what we wanted, but EOF was no
longer popping one debugger level.  The control transfer is a bit
gnarly, so explicitly grab the restart we might want to use and pass
it as an argument to DEBUG-READ.
src/code/debug.lisp