diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-08-08 20:07:14 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-08-08 20:07:14 +0000 |
commit | 9a2f9219c8c33e40dcc07051e79cde2c87aecd2d (patch) | |
tree | 88eed15b60a688935cd049181dd54a9cfbb6b804 /gdb/ChangeLog | |
parent | f1f6dd9c3992f0a8286432b242e1597c8b121064 (diff) | |
download | gdb-9a2f9219c8c33e40dcc07051e79cde2c87aecd2d.zip gdb-9a2f9219c8c33e40dcc07051e79cde2c87aecd2d.tar.gz gdb-9a2f9219c8c33e40dcc07051e79cde2c87aecd2d.tar.bz2 |
* gdbtk.c (gdbtk_cleanup): New static function.
(gdbtk_init): Add gdbtk_cleanup as a final cleanup. Uncomment
call to ide_initialize_paths. If we can't initialize the event
system, set GDBTK_IDE to 0 in the Tcl interpreter. Create the
ide_window_register and the ide_window commands. Initialize tk,
itcl, and tix after initializing the IDE.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3de0cbe..4c02291 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ start-sanitize-gdbtk -Fri Aug 8 15:19:14 1997 Ian Lance Taylor <ian@cygnus.com> +Fri Aug 8 15:59:24 1997 Ian Lance Taylor <ian@cygnus.com> + + * gdbtk.c (gdbtk_cleanup): New static function. + (gdbtk_init): Add gdbtk_cleanup as a final cleanup. Uncomment + call to ide_initialize_paths. If we can't initialize the event + system, set GDBTK_IDE to 0 in the Tcl interpreter. Create the + ide_window_register and the ide_window commands. Initialize tk, + itcl, and tix after initializing the IDE. * configure.in (tixdir): Update for cygwin32 case for Tcl 8.0. * configure: Rebuild. |