binutils-gdb/gdb/tui
Tom de Vries c9af65210c [gdb/testsuite] Fix layout next/prev/regs help message
With test-case gdb.gdb/unittest.exp, I run into:
...
(gdb) maintenance selftest^M
   ...
Running selftest help_doc_invariants.^M
help doc broken invariant: command 'layout next' help doc first line is \
  not terminated with a '.' character^M
help doc broken invariant: command 'layout prev' help doc first line is \
  not terminated with a '.' character^M
help doc broken invariant: command 'layout regs' help doc first line is \
  not terminated with a '.' character^M
Self test failed: self-test failed at help-doc-selftests.c:95^M
...

Fix this by adding the missing '.' character.

Build and reg-tested on x86_64-linux.

gdb/ChangeLog:

2020-02-24  Tom de Vries  <tdevries@suse.de>

	* tui/tui-layout.c (_initialize_tui_layout): Fix help messages for
	commands layout next/prev/regs.
2020-02-24 12:30:48 +01:00
..
ChangeLog-1998-2003
tui-command.c Remove flickering from the TUI 2020-01-19 13:08:49 -07:00
tui-command.h TUI windows do not need to store their type 2020-02-22 11:48:37 -07:00
tui-data.c Remove tui_set_win_with_focus 2020-02-22 11:48:38 -07:00
tui-data.h Fix cast in TUI_DISASM_WIN 2020-02-22 12:57:25 -07:00
tui-disasm.c Make some tui_source_window_base members "protected" 2020-02-22 12:57:25 -07:00
tui-disasm.h Make some tui_source_window_base members "protected" 2020-02-22 12:57:25 -07:00
tui-file.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-file.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-hooks.c gdb: add back declarations for _initialize functions 2020-01-13 14:01:38 -05:00
tui-hooks.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-interp.c Remove some ui_file_* functions 2020-02-11 07:05:28 -07:00
tui-io.c Remove the TUI annotation hack 2020-02-22 11:48:39 -07:00
tui-io.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-layout.c [gdb/testsuite] Fix layout next/prev/regs help message 2020-02-24 12:30:48 +01:00
tui-layout.h Allow TUI windows in Python 2020-02-22 12:57:25 -07:00
tui-out.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-out.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-regs.c Add "usage" text to all TUI command help 2020-02-22 12:57:25 -07:00
tui-regs.h TUI windows do not need to store their type 2020-02-22 11:48:37 -07:00
tui-source.c Make some tui_source_window_base members "protected" 2020-02-22 12:57:25 -07:00
tui-source.h Make some tui_source_window_base members "protected" 2020-02-22 12:57:25 -07:00
tui-stack.c Add "usage" text to all TUI command help 2020-02-22 12:57:25 -07:00
tui-stack.h TUI windows do not need to store their type 2020-02-22 11:48:37 -07:00
tui-win.c Add "usage" text to all TUI command help 2020-02-22 12:57:25 -07:00
tui-win.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-wingeneral.c Remove tui_delete_invisible_windows and tui_make_all_invisible 2020-02-22 11:48:37 -07:00
tui-wingeneral.h Remove tui_delete_invisible_windows and tui_make_all_invisible 2020-02-22 11:48:37 -07:00
tui-winsource.c Make some tui_source_window_base members "protected" 2020-02-22 12:57:25 -07:00
tui-winsource.h Make some tui_source_window_base members "protected" 2020-02-22 12:57:25 -07:00
tui.c Add "usage" text to all TUI command help 2020-02-22 12:57:25 -07:00
tui.h TUI windows do not need to store their type 2020-02-22 11:48:37 -07:00