src/gdb/gdbtk ChangeLog generic/gdbtk-cmds.c g ...
<kseitz <at> sourceware.org>
2008-08-02 22:08:32 GMT
CVSROOT: /cvs/src
Module name: src
Changes by: kseitz <at> sourceware.org 2008-08-02 22:08:32
Modified files:
gdb/gdbtk : ChangeLog
gdb/gdbtk/generic: gdbtk-cmds.c gdbtk-hooks.c gdbtk.c
gdb/gdbtk/library: ehandler.itb managedwin.itb globalpref.itb
srcpref.itb main.tcl
gdb/gdbtk/plugins: Make-rules acinclude.m4 configure.ac
configure Makefile.in
Log message:
* generic/gdbtk-cmds.c: Don't include itcl.h.
* generic/gdbtk-hooks.c: Likewise.
* generic/gdbtk.c: Include tcl.h and tk.h instead of itcl.h
and itk.h.
(gdbtk_init): Rewrite to accommodate using a system-provided
Tcl, Tk, Itcl, Itk.
(gdbtk_source_start_file) [!_WIN32]: Don't call error() when
we fail to source the start file. Just dump the message to stderr.
Throw an exception indicating the failure.
* library/ehandler.itb (GDBEventHander::dispatch): "itcl_info" is
deprecated: use "itcl::find objects" instead.
* library/managedwin.itb (window_instance): Ditto.
(restart): Ditto.
(shutdown): Ditto.
(_open): Ditto.
(find): Ditto.
* library/globalpref.itb (_build_win): Don't pass config arguments
(Continue reading)