diff options
author | Tom Tromey <tromey@redhat.com> | 2001-11-27 04:15:09 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2001-11-27 04:15:09 +0000 |
commit | 467d85198ffb27a97ef21aa85c044a3ace19990a (patch) | |
tree | a7a6c2ce830a8954c50aa5d49113a63c54bcf557 /gdb/NEWS | |
parent | 88118b3abf152ba1d5a7a112918cab91674237f5 (diff) | |
download | gdb-467d85198ffb27a97ef21aa85c044a3ace19990a.zip gdb-467d85198ffb27a97ef21aa85c044a3ace19990a.tar.gz gdb-467d85198ffb27a97ef21aa85c044a3ace19990a.tar.bz2 |
* NEWS: Updated.
* event-loop.c (start_event_loop): Call
after_char_processing_hook.
* event-top.h (after_char_processing_hook): Declare.
* event-top.c (rl_callback_read_char_wrapper): Call
after_char_processing_hook.
(after_char_processing_hook): New global.
* top.c (operate_saved_history): New global.
(gdb_rl_operate_and_get_next): New function.
(init_main): Add the operate-and-get-next defun.
(gdb_rl_operate_and_get_next_completion): New function.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -12,6 +12,10 @@ x86 OpenBSD i[3456]86-*-openbsd* The new `--args' feature can be used to specify command-line arguments for the inferior from gdb's command line. +* Changes to key bindings + +There is a new `operate-and-get-next' function bound to `C-o'. + *** Changes in GDB 5.1: * New native configurations |