Merge enhanced debugging features from `guile-debugger' package.
authorNeil Jerram <neil@ossau.uklinux.net>
Sat, 26 Oct 2002 19:05:28 +0000 (19:05 +0000)
committerNeil Jerram <neil@ossau.uklinux.net>
Sat, 26 Oct 2002 19:05:28 +0000 (19:05 +0000)
commit8ee7506bab3f770cf55b8a021068c32ba654f512
treeed2ba104cc0da3b8d7ce79173e630db05187f240
parentdaeea2a9fb373590b38f45dd1cb75ee6b187ebf9
Merge enhanced debugging features from `guile-debugger' package.
18 files changed:
ChangeLog
configure.in
ice-9/ChangeLog
ice-9/Makefile.am
ice-9/debugger.scm
ice-9/debugger/Makefile.am [new file with mode: 0644]
ice-9/debugger/behaviour.scm [new file with mode: 0644]
ice-9/debugger/breakpoints.scm [new file with mode: 0644]
ice-9/debugger/breakpoints/Makefile.am [new file with mode: 0644]
ice-9/debugger/breakpoints/procedural.scm [new file with mode: 0644]
ice-9/debugger/breakpoints/range.scm [new file with mode: 0644]
ice-9/debugger/breakpoints/source.scm [new file with mode: 0644]
ice-9/debugger/command-loop.scm [copied from ice-9/debugger.scm with 60% similarity]
ice-9/debugger/commands.scm [new file with mode: 0644]
ice-9/debugger/state.scm [new file with mode: 0644]
ice-9/debugger/trap-hooks.scm [new file with mode: 0644]
ice-9/debugger/trc.scm [new file with mode: 0644]
ice-9/debugger/utils.scm [new file with mode: 0644]