aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-06-25 03:47:12 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-06-25 03:47:12 +0000
commita32ebcfd6be0565b4b2df1386025d415caf0f02a (patch)
treea4b44bfc23eefa7ef93d9071d008b44bc4cb22ad /gdb/NEWS
parent6ba7b81886f86428bba2c4a2a14f0b2a4ea1ff60 (diff)
downloadbinutils-a32ebcfd6be0565b4b2df1386025d415caf0f02a.zip
binutils-a32ebcfd6be0565b4b2df1386025d415caf0f02a.tar.gz
binutils-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/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 7c28532..3bc81f4 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -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