mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-29 08:20:20 +02:00
Removed ui-client.scm and ui-server.scm (not in emacs/gds-*.scm).
This commit is contained in:
parent
61bb5df48c
commit
3273abd221
4 changed files with 15 additions and 1 deletions
|
@ -1,3 +1,17 @@
|
|||
2003-11-11 Neil Jerram <neil@ossau.uklinux.net>
|
||||
|
||||
* debugger/behaviour.scm (*trap*): New variable, stores trap type.
|
||||
(before-enter-frame-hook, before-apply-frame-hook,
|
||||
before-exit-frame-hook): Set here.
|
||||
(debug-if-flag-set): Passed into flags on debug-stack call.
|
||||
(at-step, at-next): Changed to debug at frame exit points as well.
|
||||
|
||||
* debugger/utils.scm: Big comment added.
|
||||
|
||||
2003-10-30 Neil Jerram <neil@ossau.uklinux.net>
|
||||
|
||||
* debugger/ui-client.scm: Moved to ../emacs/gds-client.scm.
|
||||
|
||||
2003-10-16 Neil Jerram <neil@ossau.uklinux.net>
|
||||
|
||||
* debugger/ui-client.scm (ui-connect): Add arg to say whether to
|
||||
|
|
|
@ -25,7 +25,7 @@ SUBDIRS = breakpoints
|
|||
|
||||
# These should be installed and distributed.
|
||||
ice9_debugger_sources = behaviour.scm breakpoints.scm command-loop.scm \
|
||||
commands.scm state.scm trap-hooks.scm trc.scm utils.scm ui-client.scm
|
||||
commands.scm state.scm trap-hooks.scm trc.scm utils.scm
|
||||
|
||||
subpkgdatadir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)/ice-9/debugger
|
||||
subpkgdata_DATA = $(ice9_debugger_sources)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue