aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Burgess <andrew.burgess@embecosm.com>2015-05-22 10:07:42 +0200
committerAndrew Burgess <andrew.burgess@embecosm.com>2015-05-22 12:18:49 +0200
commita4ea0946c3f1badd6755b85b4e50e2ec4841e69c (patch)
tree676764992447da0e911ecb1e803bf7b9e26404fc /gdb/ChangeLog
parent158bf1b4aacf7f184facdc184dc9585994f041a6 (diff)
downloadgdb-a4ea0946c3f1badd6755b85b4e50e2ec4841e69c.zip
gdb-a4ea0946c3f1badd6755b85b4e50e2ec4841e69c.tar.gz
gdb-a4ea0946c3f1badd6755b85b4e50e2ec4841e69c.tar.bz2
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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 42ef67d..f55b9c4 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
+
+ * NEWS: Mention 'tui enable' and 'tui disable'.
+ * tui/tui.c (tui_enable_command): New function.
+ (tui_disable_command): New function.
+ (_initialize_tui): New function.
+
2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
* tui/tui-regs.c (tui_reg_next_command): Use NULL not 0.