]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb: New 'tui enable' and 'tui disable' commands.
authorAndrew Burgess <andrew.burgess@embecosm.com>
Fri, 22 May 2015 08:07:42 +0000 (10:07 +0200)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Fri, 22 May 2015 10:18:49 +0000 (12:18 +0200)
commita4ea0946c3f1badd6755b85b4e50e2ec4841e69c
tree676764992447da0e911ecb1e803bf7b9e26404fc
parent158bf1b4aacf7f184facdc184dc9585994f041a6
gdb: New 'tui enable' and 'tui disable' commands.

Add new commands to specifically enable and disable tui mode.  This is
in addition to the readline bindings, but might be easier for a user to
discover if they accidentally end up in tui mode.

gdb/ChangeLog:

* NEWS: Mention 'tui enable' and 'tui disable'.
* tui/tui.c (tui_enable_command): New function.
(tui_disable_command): New function.
(_initialize_tui): New function.

gdb/doc/ChangeLog:

* gdb.texinfo (TUI): Include 'tui enable' in the introduction.
(TUI Commands): Add 'tui enable' and 'tui disable' details.
gdb/ChangeLog
gdb/NEWS
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/tui/tui.c