diff options
author | Jim Ingham <jingham@apple.com> | 1998-06-16 19:36:47 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 1998-06-16 19:36:47 +0000 |
commit | 0436459d40b0b38114623e99ecb55b4428e2eee0 (patch) | |
tree | 0a9623c894dab6753f86989050f49c32aa7f08ae /gdb/ChangeLog-gdbtk | |
parent | 702968c54b22f3d8df61f5a559d8c02f69d8e396 (diff) | |
download | gdb-0436459d40b0b38114623e99ecb55b4428e2eee0.zip gdb-0436459d40b0b38114623e99ecb55b4428e2eee0.tar.gz gdb-0436459d40b0b38114623e99ecb55b4428e2eee0.tar.bz2 |
Mon Jun 15 13:18:21 1998 Jim Ingham <jingham@cygnus.com>
* gdbtk.c (gdbtk_init): Add elements to the auto_path AS LIST
ELEMENTS. This allows gdbtk to work when installed in a directory
which has a space in the path. D. Moseley pointed out the bug.
Diffstat (limited to 'gdb/ChangeLog-gdbtk')
-rw-r--r-- | gdb/ChangeLog-gdbtk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog-gdbtk b/gdb/ChangeLog-gdbtk index c4da2fb..ce9903f 100644 --- a/gdb/ChangeLog-gdbtk +++ b/gdb/ChangeLog-gdbtk @@ -1,3 +1,10 @@ +Mon Jun 15 13:18:21 1998 Jim Ingham <jingham@cygnus.com> + + * gdbtk.c (gdbtk_init): Add elements to the auto_path AS LIST + ELEMENTS. This allows gdbtk to work when installed in a directory + which has a space in the path. D. Moseley pointed out the bug. + + Tue Jun 9 14:10:46 1998 Keith Seitz <keiths@cygnus.com> * gdbtk.c (gdb_get_vars_command): Return static variables and |