This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Mention new TUI Single-Key mode shortcuts for nexti and stepi in NEWS


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=44d0fb3a0a47c00a296f52a045a47dd0f1ccb810

commit 44d0fb3a0a47c00a296f52a045a47dd0f1ccb810
Author: Ruslan Kabatsayev <b7.10110111@gmail.com>
Date:   Thu Aug 17 08:44:37 2017 +0300

    Mention new TUI Single-Key mode shortcuts for nexti and stepi in NEWS
    
    gdb/ChangeLog:
    
    	* NEWS: Mention new shortcuts for nexti and stepi in TUI
    	Single-Key mode

Diff:
---
 gdb/ChangeLog | 5 +++++
 gdb/NEWS      | 3 +++
 2 files changed, 8 insertions(+)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index dc184c5..10d63b0 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2017-08-17  Ruslan Kabatsayev  <b7.10110111@gmail.com>
+
+	* NEWS: Mention new shortcuts for nexti and stepi in TUI
+	Single-Key mode
+
 2017-08-16  Ruslan Kabatsayev  <b7.10110111@gmail.com>
 
 	* tui/tui.c (tui_commands): Add "nexti" and "stepi" to the Single-Key
diff --git a/gdb/NEWS b/gdb/NEWS
index 9cd1df1..341e934 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -26,6 +26,9 @@ set debug separate-debug-file
 show debug separate-debug-file
   Control the display of debug output about separate debug file search.
 
+* TUI Single-Key mode now supports two new shortcut keys: `i' for stepi and
+  `o' for nexti.
+
 *** Changes in GDB 8.0
 
 * GDB now supports access to the PKU register on GNU/Linux. The register is


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]