From a5afdb1665ab0e030034d40f871b5cc17cda3969 Mon Sep 17 00:00:00 2001 From: Ruslan Kabatsayev Date: Wed, 16 Aug 2017 21:44:29 +0300 Subject: Add shortcuts for "nexti" and "stepi" commands in Single-Key mode Currently, "layout asm" is not so useful as "layout src" with Single-Key mode: you have to use multi-key commands like "ni" and "si" to do single-stepping. This patch adds, in addition to "next" and "step" commands, corresponding assembly-level ones - "nexti" and "stepi" - to Single-Key mode, with the shortcuts of "o" (from "step Over") and "i" (from "Step Into") respectively. gdb/ChangeLog: * tui/tui.c (tui_commands): Add "nexti" and "stepi" to the Single-Key mode command list. gdb/doc/ChangeLog: * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in Single-Key mode. --- gdb/doc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gdb/doc/ChangeLog') diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 4b406985ab4..8e3e5ce0b0c 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2017-08-16 Ruslan Kabatsayev + + * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in + Single-Key mode. + 2017-08-12 Sergio Durigan Junior PR gdb/21925 -- cgit v1.2.1