diff options
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 8 |
2 files changed, 12 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 33f233d..4d2470a 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +2015-01-16 Eli Zaretskii <eliz@gnu.org> + + * doc/gdb.texinfo (TUI Commands): Document the possible + values of NAME argument to 'winheight' command. Explain the + effect of 'tabset' setting better. + 2015-01-11 Doug Evans <xdje42@gmail.com> PR gdb/15830 diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index b059ac2..f413e23 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -24609,11 +24609,15 @@ Update the source window and the current execution point. @kindex winheight Change the height of the window @var{name} by @var{count} lines. Positive counts increase the height, while negative counts -decrease it. +decrease it. The @var{name} parameter can be one of @code{src} (the +source window), @code{cmd} (the command window), @code{asm} (the +disassembly window), or @code{regs} (the register display window). @item tabset @var{nchars} @kindex tabset -Set the width of tab stops to be @var{nchars} characters. +Set the width of tab stops to be @var{nchars} characters. This +setting affects the display of TAB characters in the source and +assembly windows. @end table @node TUI Configuration |