gdb/tui: Update help text for scroll commands
authorAndrew Burgess <andrew.burgess@embecosm.com>
Fri, 24 Jan 2020 14:18:56 +0000 (14:18 +0000)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Fri, 31 Jan 2020 00:41:05 +0000 (00:41 +0000)
commit7a27a45bc66f38cbaee868092f0aaa55ef8d4564
tree45836f5d9d75c85441aed436424c3d6638bfbf2e
parent72ebe8c528387ac2ecf82f3ce82294f63a855d45
gdb/tui: Update help text for scroll commands

GDB has some commands ('+', '-', '<', and '>') for scrolling the SRC
and ASM TUI windows from the CMD window, however the help text for
these commands lists the arguments in the wrong order.

This commit updates the help text to match how GDB actually works, and
also extends the text to describe what the arguments mean, and what
the defaults are.

There should be no change in GDBs functionality after this commit.

gdb/ChangeLog:

* tui/tui-win.c (_initialize_tui_win): Update help text for '+',
'-', '<', and '>' commands.

Change-Id: Ib2624891de1f4ba983838822206304e4c3ed982e
gdb/ChangeLog
gdb/tui/tui-win.c
This page took 0.025325 seconds and 4 git commands to generate.