diff options
author | Ruslan Kabatsayev <b7.10110111@gmail.com> | 2017-08-17 08:44:37 +0300 |
---|---|---|
committer | Ruslan Kabatsayev <b7.10110111@gmail.com> | 2017-08-17 08:45:02 +0300 |
commit | 44d0fb3a0a47c00a296f52a045a47dd0f1ccb810 (patch) | |
tree | e0e8f9916f835741941aeb83ca41abeb503437aa /gdb/NEWS | |
parent | 8c1d4b8799912076b2db1edb1ae65a5d62a11723 (diff) | |
download | gdb-44d0fb3a0a47c00a296f52a045a47dd0f1ccb810.zip gdb-44d0fb3a0a47c00a296f52a045a47dd0f1ccb810.tar.gz gdb-44d0fb3a0a47c00a296f52a045a47dd0f1ccb810.tar.bz2 |
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
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |