Don't show any locals on invalid-arg count errors.
commitf7c4da4ae93e15e112f0a4cead8da3a18af9dc39
authorStas Boukarev <stassats@gmail.com>
Sun, 15 Feb 2015 15:32:12 +0000 (15 18:32 +0300)
committerStas Boukarev <stassats@gmail.com>
Sun, 15 Feb 2015 15:32:12 +0000 (15 18:32 +0300)
treee9e9d77d3c45c8c664a42903acd701ffc3b84b87
parente15edc206310d6d8e7a4a19f2557bc1925401ad6
Don't show any locals on invalid-arg count errors.

The check happens before any locals are set up, but the error is
signalled in *elsewhere*, defeating the check that the error PC is after
START-PC.
Also handle SB-DEBUG:ARG properly.

Fixes lp#1409402
NEWS
src/code/debug-int.lisp
src/code/debug.lisp