remove a number of debug options
authorAndy Wingo <wingo@pobox.com>
Fri, 24 Sep 2010 18:49:46 +0000 (20:49 +0200)
committerAndy Wingo <wingo@pobox.com>
Fri, 24 Sep 2010 18:57:01 +0000 (20:57 +0200)
commit3932bdb3af23f2d04502c3fcb8cbe50e6d5b7e6d
tree171d51f5520734359bf321576b5c6086b727d5da
parent925c1bae1f4c23f4f320db00e2b0974b8cfa9b26
remove a number of debug options

* libguile/private-options.h (SCM_BREAKPOINTS_P, SCM_TRACE_P)
  (SCM_REC_PROCNAMES_P, SCM_BACKTRACE_INDENT, SCM_N_FRAMES)
  (SCM_BACKTRACE_MAXDEPTH, SCM_DEVAL_P): Remove these internal names.

* libguile/eval.c (scm_debug_opts): Remove the corresponding debug
  options -- breakpoints, trace, procnames, indent, frames, maxdepth,
  and debug.

* libguile/debug.c (scm_debug_options): Remove SCM_N_FRAMES check.

* test-suite/lib.scm (with-debugging-evaluator*):
* module/scripts/summarize-guile-TODO.scm:
* module/statprof.scm (statprof-reset):
* module/ice-9/boot-9.scm (turn-on-debugging): Remove useless
  debug-enable 'debug calls.

* module/ice-9/deprecated.scm (debug-enable): As it seems that 'debug is
  a particulatly common option that we just removed, add a deprecation
  shim.

* doc/ref/api-options.texi (Debugger options): Update the set of debug
  options.
doc/ref/api-options.texi
libguile/debug.c
libguile/eval.c
libguile/private-options.h
module/ice-9/boot-9.scm
module/ice-9/deprecated.scm
module/scripts/summarize-guile-TODO.scm
module/statprof.scm
test-suite/lib.scm