binutils-gdb/gdb/tui
Ruslan Kabatsayev a5afdb1665 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.
2017-08-16 21:44:29 +03:00
..
ChangeLog-1998-2003
tui-command.c update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
tui-command.h update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
tui-data.c -Wwrite-strings: The Rest 2017-04-05 19:21:37 +01:00
tui-data.h -Wwrite-strings: The Rest 2017-04-05 19:21:37 +01:00
tui-disasm.c Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy 2017-02-02 11:11:47 +00:00
tui-disasm.h update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
tui-file.c Fix PR tui/21216: TUI line breaks regression 2017-03-08 00:14:59 +00:00
tui-file.h Fix PR tui/21216: TUI line breaks regression 2017-03-08 00:14:59 +00:00
tui-hooks.c update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
tui-hooks.h update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
tui-interp.c C++-fy struct interp/cli_interp/tui_interp/mi_interp 2017-02-03 16:30:04 +00:00
tui-io.c Fix PR tui/21216: TUI line breaks regression 2017-03-08 00:14:59 +00:00
tui-io.h Fix PR tui/21216: TUI line breaks regression 2017-03-08 00:14:59 +00:00
tui-layout.c Introduce class completion_tracker & rewrite completion<->readline interaction 2017-07-17 14:45:59 +01:00
tui-layout.h update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
tui-out.c update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
tui-out.h update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
tui-regs.c Replace tui_restore_gdbout with scoped_restore 2017-08-03 07:59:01 -06:00
tui-regs.h update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
tui-source.c -Wwrite-strings: The Rest 2017-04-05 19:21:37 +01:00
tui-source.h -Wwrite-strings: The Rest 2017-04-05 19:21:37 +01:00
tui-stack.c Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy 2017-02-02 11:11:47 +00:00
tui-stack.h update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
tui-win.c Introduce class completion_tracker & rewrite completion<->readline interaction 2017-07-17 14:45:59 +01:00
tui-win.h update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
tui-windata.c Fix tui compilation with Solaris libcurses: non-const last arg to mvwaddstr (PR tui/21482) 2017-05-19 14:16:55 +02:00
tui-windata.h -Wwrite-strings: The Rest 2017-04-05 19:21:37 +01:00
tui-wingeneral.c Fix tui compilation with Solaris libcurses: non-const last arg to mvwaddstr (PR tui/21482) 2017-05-19 14:16:55 +02:00
tui-wingeneral.h update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
tui-winsource.c Fix tui compilation with Solaris libcurses: non-const last arg to mvwaddstr (PR tui/21482) 2017-05-19 14:16:55 +02:00
tui-winsource.h update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
tui.c Add shortcuts for "nexti" and "stepi" commands in Single-Key mode 2017-08-16 21:44:29 +03:00
tui.h update copyright year range in GDB files 2017-01-01 10:52:34 +04:00