teach debugger about &MORE arguments
authorNikodemus Siivola <nikodemus@random-state.net>
Sun, 3 Jul 2011 15:52:32 +0000 (18:52 +0300)
committerNikodemus Siivola <nikodemus@random-state.net>
Sun, 3 Jul 2011 17:07:10 +0000 (20:07 +0300)
commitc2404a2f430ecf57897a795202625dff4764c18d
treec9408c273f064fd1541fb798ff69c8b89c2e9c24
parent4cd96b3be366d23b972a147965e40ea022329259
teach debugger about &MORE arguments

  LIST-LOCALS displays SB-DEBUG::MORE = (...list of more args...)
  in addition to the more-context and count.

  EVAL-IN-FRAME bindss SB-DEBUG::MORE when appropriate.
NEWS
src/code/debug-info.lisp
src/code/debug-int.lisp
src/code/debug.lisp
src/compiler/debug-dump.lisp