diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-06-25 03:47:12 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-06-25 03:47:12 +0000 |
commit | a32ebcfd6be0565b4b2df1386025d415caf0f02a (patch) | |
tree | a4b44bfc23eefa7ef93d9071d008b44bc4cb22ad /gdb/NEWS | |
parent | 6ba7b81886f86428bba2c4a2a14f0b2a4ea1ff60 (diff) | |
download | gdb-a32ebcfd6be0565b4b2df1386025d415caf0f02a.zip gdb-a32ebcfd6be0565b4b2df1386025d415caf0f02a.tar.gz gdb-a32ebcfd6be0565b4b2df1386025d415caf0f02a.tar.bz2 |
* main.c (filename_completer): Don't complete to files ending in ~.
* NEWS: Mention filename completion and "info line" enhancements.
* main.c (symbol_completion_function): On "info t foo", return NULL,
don't error().
* main.c (symbol_completion_function): Don't use readline word
breaking. Use new calling convention for c->completer and
complete_on_cmdlist.
* command.h (struct command): Change arguments; now the text passed
to completer does not have any word breaking done. New arg word.
* symtab.{c,h} (make_symbol_completion_list): Do word breaking. Take
word argument.
* {main.c,gdbcmd.h} ({filename,noop}_completer): Take word argument.
* command.{c,h} (complete_on_cmdlist): Take word argument.
* command.c (lookup_cmd_1): Doc fix.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -5,6 +5,12 @@ * User visible changes: +Filename completion now works. + +When run under emacs mode, the "info line" command now causes the +arrow to point to the line specified. Also, "info line" prints +addresses in symbolic form. + All vxworks based targets now support a user settable option, called vxworks-timeout. This option represents the number of seconds gdb should wait for responses to rpc's. You might want to use this if |