diff options
author | Keith Seitz <keiths@cygnus> | 1998-07-24 22:02:39 +0000 |
---|---|---|
committer | Keith Seitz <keiths@cygnus> | 1998-07-24 22:02:39 +0000 |
commit | 850e1491ccc219164faf4cf29accffeb374cb70d (patch) | |
tree | 5fe06f9eb1e4197341b56e0c021e912591b24f49 /gdb/ChangeLog-gdbtk | |
parent | 73fe88bc9f2ee26a53145b6b113a7ca53441fa68 (diff) | |
download | gdb-850e1491ccc219164faf4cf29accffeb374cb70d.zip gdb-850e1491ccc219164faf4cf29accffeb374cb70d.tar.gz gdb-850e1491ccc219164faf4cf29accffeb374cb70d.tar.bz2 |
* gdbtk-cmds.c (gdb_search): Add missing NULL to switches.
Add missing flags to result_ptr.
Pass along any errors caused by getting the list of files from
tcl.
Allocate correct amount of memory for the file list.
Don't do any unecessary cleanups.
Diffstat (limited to 'gdb/ChangeLog-gdbtk')
-rw-r--r-- | gdb/ChangeLog-gdbtk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog-gdbtk b/gdb/ChangeLog-gdbtk index 3757815..fa5ea27 100644 --- a/gdb/ChangeLog-gdbtk +++ b/gdb/ChangeLog-gdbtk @@ -1,3 +1,12 @@ +Fri Jul 24 14:25:43 1998 Keith Seitz <keiths@cygnus.com> + + * gdbtk-cmds.c (gdb_search): Add missing NULL to switches. + Add missing flags to result_ptr. + Pass along any errors caused by getting the list of files from + tcl. + Allocate correct amount of memory for the file list. + Don't do any unecessary cleanups. + Fri Jul 24 01:08:37 1998 Martin M. Hunt <hunt@cygnus.com> * gdbtk-cmds.c (gdb_loadfile): When there are no |