diff options
author | 2019-11-09 11:54:39 -0700 | |
---|---|---|
committer | 2019-11-11 16:58:30 -0700 | |
commit | c86d74cc7d442414a62752187aa10f49f0ac0de7 (patch) | |
tree | ff96279c9408b2e2edcf58b18864191320cbfae7 /gdb/ChangeLog | |
parent | Document operate-and-get-next (diff) | |
download | binutils-gdb-c86d74cc7d442414a62752187aa10f49f0ac0de7.tar.gz binutils-gdb-c86d74cc7d442414a62752187aa10f49f0ac0de7.tar.bz2 binutils-gdb-c86d74cc7d442414a62752187aa10f49f0ac0de7.zip |
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/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index edd3e9013b2..e8104f3e7cd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2019-11-11 Tom Tromey <tom@tromey.com> + + * tui/tui.c (tui_initialize_readline): Add new bindable readline + functions. + 2019-11-11 Christian Biesinger <cbiesinger@google.com> * nat/linux-osdata.c (user_from_uid): Use getpwuid_r. |