diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-06-14 19:23:37 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-06-14 19:23:37 +0000 |
commit | bd50d1b077d0089f23c1957e5fbe754ad4ed9c03 (patch) | |
tree | ca0b30a6a197f5da374a44197253139a43d702bd /gdb/ChangeLog | |
parent | 75217b369eaa9cc748a75831156e015dc3c57488 (diff) | |
download | gdb-bd50d1b077d0089f23c1957e5fbe754ad4ed9c03.zip gdb-bd50d1b077d0089f23c1957e5fbe754ad4ed9c03.tar.gz gdb-bd50d1b077d0089f23c1957e5fbe754ad4ed9c03.tar.bz2 |
* main.c, gdbcmd.h: Add function filename_completer.
source.c: Use it for "directory" command.
(But '/' is a word break, limiting usefulness; see comments).
* source.c (mod_path): Warning not error if can't find directory.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9a6cda2..4b6b14f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ Mon Jun 14 09:23:51 1993 Jim Kingdon (kingdon@cygnus.com) + * main.c, gdbcmd.h: Add function filename_completer. + source.c: Use it for "directory" command. + (This will be more useful if the word break stuff is fixed). + + * source.c (mod_path): Warning not error if can't find directory. + * isi-xdep.c: New file. * config/m68k/isi.mh (XDEPFILES): Add isi-xdep.o |