diff options
author | Ruslan Kabatsayev <b7.10110111@gmail.com> | 2017-08-16 21:44:29 +0300 |
---|---|---|
committer | Ruslan Kabatsayev <b7.10110111@gmail.com> | 2017-08-16 21:44:29 +0300 |
commit | a5afdb1665ab0e030034d40f871b5cc17cda3969 (patch) | |
tree | 8ffbf2da564800b5121f5580ccc7acc84561928e /gdb/ChangeLog | |
parent | 1a457753cfad05989574c671a221ffce2d5df703 (diff) | |
download | gdb-a5afdb1665ab0e030034d40f871b5cc17cda3969.zip gdb-a5afdb1665ab0e030034d40f871b5cc17cda3969.tar.gz gdb-a5afdb1665ab0e030034d40f871b5cc17cda3969.tar.bz2 |
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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ea5dd32..dc184c5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com> + + * tui/tui.c (tui_commands): Add "nexti" and "stepi" to the Single-Key + mode command list. + 2017-08-15 Stafford Horne <shorne@gmail.com> * MAINTAINERS (Write After Approval): Add Stafford Horne. |