aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog-gdbtk
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>1998-05-13 18:23:59 +0000
committerJim Ingham <jingham@apple.com>1998-05-13 18:23:59 +0000
commitb33b741a76edc49a5f6ce995202ab50873efb0c6 (patch)
tree0e0eb226aac6d6b63aeff395715100af1b944180 /gdb/ChangeLog-gdbtk
parentafc5e7f23a8ad1ed058b2945028ac40d676eefee (diff)
downloadgdb-b33b741a76edc49a5f6ce995202ab50873efb0c6.zip
gdb-b33b741a76edc49a5f6ce995202ab50873efb0c6.tar.gz
gdb-b33b741a76edc49a5f6ce995202ab50873efb0c6.tar.bz2
Wed May 13 11:12:58 1998 James Ingham <jingham@leda.cygnus.com>
* gdbtk.c: Fixed a goof in the definition of the gdb_get_args & gdb_get_locals Tcl commands. Moved the previous ChangeLog entry from ChangeLog to ChangeLog-gdbtk...
Diffstat (limited to 'gdb/ChangeLog-gdbtk')
-rw-r--r--gdb/ChangeLog-gdbtk16
1 files changed, 15 insertions, 1 deletions
diff --git a/gdb/ChangeLog-gdbtk b/gdb/ChangeLog-gdbtk
index c30aa98..17c744a 100644
--- a/gdb/ChangeLog-gdbtk
+++ b/gdb/ChangeLog-gdbtk
@@ -1,9 +1,23 @@
+Wed May 13 11:12:58 1998 James Ingham <jingham@leda.cygnus.com>
+
+ * gdbtk.c: Fixed a goof in the definition of the gdb_get_args &
+ gdb_get_locals Tcl commands. Moved the previous ChangeLog entry
+ from ChangeLog to ChangeLog-gdbtk (here)...
+
+
Tue May 12 13:29:20 1998 Jeff Holcomb <jeffh@cygnus.com>
* Makefile.in (install-only): Add images/icons.txt and
images2/icons.txt to files that need to be installed.
-Tue May 5 09:30:25 1998 Christopher Faylor <cgf@cygnus.com>
+Tue May 12 12:03:16 1998 James Ingham <jingham@leda.cygnus.com>
+
+ * gdbtk.c: Add an object call wrapper for the new Tcl_Obj based
+ commands. This way the obj commands will also go through
+ catch_errors. This is just a bandaid while I rewrite the
+ string-based commands to use the object format.
+
+ Tue May 5 09:30:25 1998 Christopher Faylor <cgf@cygnus.com>
* gdbtk.c (_initialize_gdbtk): Use correct device names in
cygwin-specific call (cosmetic change).