Improve frame cleaning in the debugger
commite6bb8e10a8e53a74b2346a246b69ef18c0807638
authorAttila Lendvai <ati@ed101.dyndns.org>
Fri, 3 Aug 2007 13:48:28 +0000 (3 15:48 +0200)
committerAttila Lendvai <ati@ed101.dyndns.org>
Fri, 3 Aug 2007 13:48:28 +0000 (3 15:48 +0200)
tree400cacc614b3759ce0f895c085cf2d56d9943683
parentb0781055fbef5968c9e1c4ddd6029016f9c0aff8
Improve frame cleaning in the debugger

Added a *verbosity* instead of *show-entry-point-details* and implement
sb-pcl::fast-method "cleaning" when the verbosity is below 2. This is not
a cleaning strictly speaking, because it's the valid name of the methods,
but from a user's point of view it may be considered noise therefore it's
simplified on low enough verbosity levels.
doc/manual/debugger.texinfo
package-data-list.lisp-expr
src/code/debug.lisp
tests/debug.impure.lisp