diff options
author | Tom Tromey <tom@tromey.com> | 2019-11-09 11:54:39 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2019-11-11 16:58:30 -0700 |
commit | c86d74cc7d442414a62752187aa10f49f0ac0de7 (patch) | |
tree | ff96279c9408b2e2edcf58b18864191320cbfae7 /gdb/doc/ChangeLog | |
parent | c71acd153e7c48284f7c47b9f15467f9a6b77e78 (diff) | |
download | binutils-gdb-c86d74cc7d442414a62752187aa10f49f0ac0de7.tar.gz |
Document and extend readline-bindable functions
This adds readline-bindable function names to a few gdb functions that
already had key bindings. This lets users change the bindings.
This also removes the gdb-command function. Due to how this function
is implemented, it doesn't make sense to allow binding it.
Finally, this updates the documentation to reflect these changes.
gdb/ChangeLog
2019-11-11 Tom Tromey <tom@tromey.com>
* tui/tui.c (tui_initialize_readline): Add new bindable readline
functions.
gdb/doc/ChangeLog
2019-11-11 Tom Tromey <tom@tromey.com>
* gdb.texinfo (TUI Keys): Document readline function names.
Change-Id: I2233779b7aefe372f19bd03c8f325733c3385e72
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 3c77d4f8b72..0da4c9d8391 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,9 @@ 2019-11-11 Tom Tromey <tom@tromey.com> + * gdb.texinfo (TUI Keys): Document readline function names. + +2019-11-11 Tom Tromey <tom@tromey.com> + * gdb.texinfo (Editing): Document operate-and-get-next. 2019-11-11 Tom Tromey <tromey@adacore.com> |