aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog-gdbtk
diff options
context:
space:
mode:
authorMartin Hunt <hunt@redhat.com>1998-08-28 19:18:38 +0000
committerMartin Hunt <hunt@redhat.com>1998-08-28 19:18:38 +0000
commit973b0216f663faa1b62636210460968c65c3511e (patch)
tree97d7797fa8263b7d3a4da2f5d35d32f9709fc250 /gdb/ChangeLog-gdbtk
parent28278f903209f7f8408c65ff862bc1495287845d (diff)
downloadgdb-973b0216f663faa1b62636210460968c65c3511e.zip
gdb-973b0216f663faa1b62636210460968c65c3511e.tar.gz
gdb-973b0216f663faa1b62636210460968c65c3511e.tar.bz2
Fri Aug 28 12:14:49 1998 Martin M. Hunt <hunt@cygnus.com>
* gdbtk-cmds.c (gdb_loadfile): Open the file after doing the symtab lookup and calling symtab_to_filename(). This makes GDBtk work with the GDB "dir" command.
Diffstat (limited to 'gdb/ChangeLog-gdbtk')
-rw-r--r--gdb/ChangeLog-gdbtk6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog-gdbtk b/gdb/ChangeLog-gdbtk
index 428257f..db6dfaf 100644
--- a/gdb/ChangeLog-gdbtk
+++ b/gdb/ChangeLog-gdbtk
@@ -1,3 +1,9 @@
+Fri Aug 28 12:14:49 1998 Martin M. Hunt <hunt@cygnus.com>
+
+ * gdbtk-cmds.c (gdb_loadfile): Open the file after doing
+ the symtab lookup and calling symtab_to_filename(). This
+ makes GDBtk work with the GDB "dir" command.
+
1998-08-18 Keith Seitz <keiths@cygnus.com>
* gdbtk-hooks.c (gdbtk_add_hooks): Set selected_frame_level_changed_hook.