diff options
-rw-r--r-- | gdb/ChangeLog-gdbtk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog-gdbtk b/gdb/ChangeLog-gdbtk index fc4f8e7..c3717be 100644 --- a/gdb/ChangeLog-gdbtk +++ b/gdb/ChangeLog-gdbtk @@ -1,5 +1,10 @@ 1999-02-11 Martin Hunt <hunt@cygnus.com> + * gdbtk-hooks.c: Change ALL Tcl_Eval calls in hooks to + call report_error() if there are errors. + +1999-02-11 Martin Hunt <hunt@cygnus.com> + * gdbtk.c, gdbtk-cmds.c, gdbtk-hooks.c: Removed old IDE stuff. 1999-02-09 Martin Hunt <hunt@cygnus.com> |