Neil Jerram
3273abd221
Removed ui-client.scm and ui-server.scm (not in emacs/gds-*.scm).
2003-11-11 23:21:39 +00:00
Neil Jerram
61bb5df48c
Pass trap type to debug-stack flags.
2003-11-11 23:17:06 +00:00
Neil Jerram
9529c681ed
Big comment added.
2003-11-11 23:12:48 +00:00
Neil Jerram
9f1af5d96e
Work on debugger frontend code.
2003-10-16 11:53:58 +00:00
Neil Jerram
41a80feb8a
UI frontend work: eval support.
2003-10-06 20:33:02 +00:00
Neil Jerram
02b0c69289
Debugger UI asynchronous thread support.
2003-10-04 20:03:51 +00:00
Neil Jerram
79b1c5b67f
Work (in progress) on new debugging frontend.
2003-09-25 20:32:10 +00:00
Marius Vollmer
73be1d9e8e
Changed license terms to the plain LGPL thru-out.
2003-04-05 19:15:35 +00:00
Mikael Djurfeldt
c614a00b8c
* srfi-1.scm (filter, filter!): Removed. (Now implemented in the core.)
...
* goops/util.scm (filter): Removed. (Now supplied by core.)
* list.c, list.h (scm_filter, scm_filter_x): New functions.
* debugger/command-loop.scm: Prefix all commands imported from
(ice-9 debugger command-loop) with debugger:.
* boot-9.scm (resolve-interface): Process #:hide; Name custom interfaces
appropriately.
(module-use!, module-use-interfaces!): Remove existing interfaces
on the use-list based on module name rather than interface
identity so that custom interfaces truly replaces their previous
version.
2003-03-11 19:58:14 +00:00
Rob Browning
b2cbe8d8a2
*** empty log message ***
2002-12-09 00:51:53 +00:00
Rob Browning
13f6982bc2
* debugger/Makefile.am (subpkgdatadir): VERSION ->
...
GUILE_EFFECTIVE_VERSION.
2002-12-09 00:49:38 +00:00
Rob Browning
056eff7ccc
* debugger/breakpoints/Makefile.am (subpkgdatadir): VERSION ->
...
GUILE_EFFECTIVE_VERSION.
2002-12-09 00:49:24 +00:00
Neil Jerram
066ca68736
Remove old code that was already commented out.
2002-11-07 20:52:36 +00:00
Neil Jerram
3f619266b1
Fix error in recent define-option-interface "simplification".
...
Fix source breakpoints to cope with port whose filename is #f.
Ensure that position recording is enabled when source breakpoint module loaded.
2002-11-06 00:29:24 +00:00
Neil Jerram
9124ba8de6
Import readline function dynamically when necessary.
2002-11-04 18:58:15 +00:00
Neil Jerram
8ee7506bab
Merge enhanced debugging features from `guile-debugger' package.
2002-10-26 19:05:28 +00:00