Document and extend readline-bindable functions
authorTom Tromey <tom@tromey.com>
Sat, 9 Nov 2019 18:54:39 +0000 (11:54 -0700)
committerTom Tromey <tom@tromey.com>
Mon, 11 Nov 2019 23:58:30 +0000 (16:58 -0700)
commitc86d74cc7d442414a62752187aa10f49f0ac0de7
treeff96279c9408b2e2edcf58b18864191320cbfae7
parentc71acd153e7c48284f7c47b9f15467f9a6b77e78
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
gdb/ChangeLog
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/tui/tui.c
This page took 0.024881 seconds and 4 git commands to generate.