From: Christophe Rhodes Date: Mon, 3 Jun 2013 08:47:32 +0000 (+0100) Subject: fix (again) the handling of read errors in the debugger X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=842c9ee088e4b85cc0ef4ba9ce69797b6f26e677;hp=842c9ee088e4b85cc0ef4ba9ce69797b6f26e677;p=sbcl.git 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. ---