Add shortcuts for "nexti" and "stepi" commands in Single-Key mode
authorRuslan Kabatsayev <b7.10110111@gmail.com>
Wed, 16 Aug 2017 18:44:29 +0000 (21:44 +0300)
committerRuslan Kabatsayev <b7.10110111@gmail.com>
Wed, 16 Aug 2017 18:44:29 +0000 (21:44 +0300)
commita5afdb1665ab0e030034d40f871b5cc17cda3969
tree8ffbf2da564800b5121f5580ccc7acc84561928e
parent1a457753cfad05989574c671a221ffce2d5df703
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/ChangeLog
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/tui/tui.c
This page took 0.028987 seconds and 4 git commands to generate.